This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2013-03-11 11:36:24

RawringTiger3
New Scratcher
Registered: 2013-03-11
Posts: 4

Help?

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!  smile

~Rachel

Offline

 

#2 2013-03-11 15:15:55

ErnieParke
Scratcher
Registered: 2010-12-03
Posts: 1000+

Re: Help?

Well, from what I'm inferring, you're using this on top of your script, correct?

when [Space v] key pressed
Scripts...

Instead, I recommend using this:

when gf clicked
forever
 if (key [Space v] pressed?)
  Scripts...
 end

I hope that this helps! Also, hello Rachel and welcome to Scratch! I wish you lots of great projects here!

With regards,

ErnieParke


http://i46.tinypic.com/35ismmc.png

Offline

 

Board footer