..and I'm having some trouble. At the beginning of the game, it starts out with a demon, and a knight. (You) But there's a problem, when I press 4 the demon is supposed to disappear. (Well it does, but when I press 4 again, the demon pops up again and it disappears, it's supposed to pop up once and disappear once.) Any help like, how to stop the sprite script after I press 4 once? I would appreciate some help here.
Last edited by Ilikecake112 (2009-10-07 17:31:17)
Offline
Try this script:
[When flag clicked] [wait until <key [4] pressed?>] [hide]
Or:
[When flag clicked] [forever] [][if <key [4] pressed?>] [][][hide] [][][stop all] [][/if] [/forever]
Offline
Okay, thanks for the help!
Offline
I'm looking forward to the game.
Offline
Yeah but I don't know if it will end up good. I'm kind of young and this is my first attempt in making a scratch game. XD
Offline
Well I'm kind of old and I remember being exactly where you are now. Yes, your brain does operate differently as you get older, allowing you to juggle ideas simultaneously as abstract thoughts so you can juggle more balls at once. But over time, nothing beats experience and that is what you are earning right now so keep at it! Fire away when you have a question. My biggest advice would be start small and easy. Once something is working correctly, go back and remake it fancy. Good luck!
Offline