It's a little confusing, I make the same mistake over and over. When checking to see if a variable is equal to something, you need to use '==' not '='
Don't feel stupid for this, it's confusing.
Creating the second minigame for my 4 player one-button arcade, SIMON. When it comes to sprites, this one is easier to make than the RACE game because thus game only needs one sprite and commands to change it's color. More info on how it's played will be posted later on.
That's an idea! I'm already working on a Simon Says minigame. I also have thought of JUMP, GRAB, and DODGE.
@tube, Try this key:
TS5QX3N4
It's called SmileOS. I didn't make it, but I found it a while back. You can try it.
I asked an experienced user. Read my other post I mad before this one, and read the comments too. I'm glad you think it's good. Personally, I thought it was boring in its current state. Only one minigame, no sounds. But it will get better!
My first SmileBASIC release: 4 player one-button Arcade! [BETA 0.1] Four players on one 3DS/2DS! As of now, there is only one minigame, and you can only play 4 players. Key in comments.
Oh... Well, I already worked around it by creating three large sprites and lining them up, making sure none of the cars miss the collision boxes. Thanks, though.
I'm now having trouble with the finish line. Only will Player 1 actually activate it. The Finish line is actually a 16x16 sprite, re-scaled. Maybe that messed up the collision box?
And thanks. While waiting for your response, I had already figured out the speed change thing. The Race mini game works good now, I just need to add the SPHITSP commands so it knows who won. And the ACLS command to clear text. Thank you!
There! I set the X and Y variables for the car, as well as X and Y variables for the other three cars. Now I just need button commands for the other three. But before, I've realized that two buttons being pressed at the same time causes it to not react at all. Can I have help with that?
I posted a screenshot. Also, I think I'll want the car to move a little further when the button is pressed.
Thank you for trying to help me. I don't understand why getting a sprite to move bit by bit in response to a button press should be to difficult.