How do I add multiple spots to 'click' on a screen. For example, cookie clicker on sbs has one spot to click, how would i get 2 separate spots to click?
Instead of saying "one at a time", it would be more official to answer the questions individually, or even group certain ones into a post. Honestly, saying "one at a time please" makes it sound like you don't know what you're doing.
You can skip my question. I figured it out. Im not good at explaining things, but basically: You use an if/than statement to define an x,y grid that can be clicked. I'll post a screenshot
For those who want to know know how to use arrays and bg collision, download this key and run one afterwards goto edit and read the comments. It will teach you a lot
Key: KEPD4YD
Please enjoy
@C. Norris
You even taught me something!
Everyone
Sorry for the inconvenience. This discussion is now ready! So, what did I miss? Ask (almost) anything!
@DrMr.
Wrong. Almost all windows computers boot with "Sys32" and the "MBR" ( Stands for Master. Boot. Record. ).
Around the late 70s-early 80s Instead of using Sys32, it would use Sys16 or Win16. Without Sys32/16 The only active and useful part of the computer would be the hard drive. If all else fails backup your hard drive and reinstall Windows then put the hard drive back in.
If you delete Sys32 on a windows computer that has MS-DOS and then restart you can get it back with the file on the disk. Windows 8,8.1,10 have a "recovery mode" where it reinstalls Sys32. But on Windows 7 there is a way to delete it and disable command prompt. If you do so your computer will no longer boot and will be renderd useless. If you want more info about Sys32, Ask on my open discussion
@Wakko
Do my comments look like your awnsers?
Everyone
It will soon be bedtime in my time zone. You can still ask questions, but I will not awnser them immediately.
@Quote IN skipped question
Try BACKCOLOR RGB(R,G,B)/SPSET --,--/SPHOME --,X,Y/SPOFS --,X,Y,[Z]
Try BG Sprites. They'll be useful as this 'custom background' of what you speak. Check out C. Norris' demos!
only the people that posted get a notification. This post is somewhat buried in the discussion section. So only those who go looking for it will see this.
Oh man Quote, where do I begin? You're code structure doesn't really make sense. 1) You can't/shouldn't specify DIM without actually specifying a dimension. ie: DIM X[5]
You're not using the index you could just be using VAR. (variables) for this example.
To say with given name...
INPUT "Your name";NAM$
PRINT "Say ";NAM$
I don't know how to do the 6 character limit, but why have a limit? It's better if you can type bigger names, right?
How do you properly code a multiplier game? I know the basics, but lets say i want the hose to move this sprite, and the guest to move this one, both different sprites. How do you make it so this value, say 0, is the host, and this one, 1, is the guest?
Select the way sprites are moved
Button
Touch
View the Help pages of these commands and look for "Terminal ID". That is where you specify on which system the button or touchscreen must be pressed.
An example? You got it! This loop moves sprites, each by the will of a different player. It also uses IF statements to prevent errors due to lack of players.
Oh yeah, green is comments. Take out the ACLS and that should fix it. Or, look at my code better, you didn't put the ACLS in a preload loop. (it only hits it once before going into the loop)