So, I'm doing this project called Dancing Tiger, where if you press space, you can make the tiger dance, but even before the green flag is clicked, you can still make the tiger dance by pressing the space key. I don't want the tiger to dance before the green flag is clicked, so I need some help. Thanks for helping!
~Rachel
Offline
Well, from what I'm inferring, you're using this on top of your script, correct?
when [Space v] key pressed Scripts...
when gf clicked forever if (key [Space v] pressed?) Scripts... end
Offline