Pages: 1
Topic closed
Could you upload what you have so far so I can try to help you?
Offline
Fireball Script 1:
Green Flag
Hide
Fireball Script 2
When [Space Key] Pressed
Show
Repeat Until <Touching [Edge]>
Move (10) steps
{End of Repeat Until}
Hide
Go to x: (-73) y: (2)
End of scripts for option 1
Or if you always want it where the stickman is (You will need a variable)
Fireball Script 1:
Green Flag
Set [Variable] to (0)
Hide*
Forever If < (Variable) = (0) >
Go To [Sprite1]
{End of Forever If}
Fireball Script 2:
When [Space Key] Pressed
Set [Variable] to (1)
Show
Repeat Until <Touching [Edge]>
Move (10) steps
{End of Repeat Until}
Set [Variable] to (0)
Hide
End of scripts for option 2
* = Changed after post #8
Last edited by laptop97 (2011-09-05 09:51:27)
Offline
Topic closed
Pages: 1