Hello I Have an arrow I want to Blink when space bar is pushed
[scratchblocks] when space key pressed
Switch to Costume <(down orange)>
forever
go to x:12 y:45
wait 1 secs
go to x:-1000 y:500
wait 1 secs
[scratchblocks/]
It doesn't move at all
Offline
That's normal. Telling scratch to move something off of the stage in a direct way such as that can lead to problems. To make it blink it would be better to just use this:
When [space v] key pressed wait [1] secs hide wait [1] secs showAlso, just to note: to end the scratchblocks tag it should be /scratchblocks inside of the []s.
Last edited by Smozzick (2013-03-09 10:33:57)
Offline