You mean the upper X axis? I'm not quite sure what you want, but you can do something like
When Green Flag Clicked
Forever
Set Y to 500
Repeat Until Y < 0
Change Y by -5
End Repeat
End ForeverThat will make the sprite continuously fall from the top of the screen to the middle (where the upper x axis ends), then go back up and repeat the process.
Can you be more specific on what you want the sprite to do?
Last edited by Kileymeister (2011-03-15 14:48:02)
Offline