How do you make my sprite spin when you press backspace, a, g and space?!?!
Offline
I don't think Scratch can deal with the backspace, but I might be wrong.
Now, are you asking how to make it spin when you press a, or when you press g, or when you press space? Or are you asking how to make it spin when you press all three at the same time? I can help with either of those, but as far as I know Scratch doesn't do anything with sensing the backspace button
Offline
All at the same time!!!!!!!!!!!!!!!!
Offline
I made a project for it here. I can't post pictures yet and I don't know how the forum blocks work but if you don't want to download the project for the one script in it, it's something like
When space key pressed,
if <key a pressed?> and <key g pressed?>
turn 15 degrees
<key a/g pressed?> are in the light blue blocks section!
Offline
Thank you Sellout!! That isn't quite what I wanted but I think I can figure it out from there !!!! ))))
Offline
Perhaps you could try it like:
when gf clicked forever wait until <<<key [space] pressed> and key [a] pressed> and key [g] pressed> turn [15] degreesHope this helps
Offline
Try this:
when gf clicked forever if <key [a v] pressed?> if <key [g v] pressed ?> if <key [space v] pressed?> turn cw [15] degrees//insert your own degrees you want it to turn. end end endHope that helped!
Last edited by 7734f (2013-03-29 10:07:27)
Offline