For some reason this script isn't working:
when left arrow key pressed
repeat until <not<left arrow key pressed?> >
turn(Turning)degrees
What is supposed to happen:
The objext is supposed to turn Turning degrees as long as the left arrow key is held down.
What does happen:
Nothing
Turning equals 3 by the way.
Last edited by matthewthemagical (2009-10-03 16:02:13)
Offline
Make sure that your sprite can rotate. Up above the script tab you'll see three buttons. The top allows your sprite to rotate freely. The next only allows 180 deg. rotation. The bottom allows no rotation at all. Make sure that the top one is selected (light blue).
You can also see the X, Y, and direction of your sprite in that part of the Scratch UI, even if your sprite can't rotate.
Offline
I made the script, and you just have to double-click it to make it work.
Offline