i need a script that moves and air balloon forward well moving it up and down as if it filling and losing air
Offline
This might help...
(Air Balloon]
If you choose it to move forward...
when flag clicked wait [0.1] secs forever change x by [1] if <touching [stop v] stop script end end If you choose it going up and down
when flag clicked forever change y by [1] wait [Your seconds] secs change y by [-1] wait [Your seconds same as the one you did] secs end
Offline
ScratchToonie wrote:
This might help...
(Air Balloon]
If you choose it to move forward...when flag clicked wait [0.1] secs forever change x by [1] if <touching [stop v]?> stop script end endIf you choose it going up and downwhen flag clicked forever change y by [1] wait [Your seconds] secs change y by [-1] wait [Your seconds same as the one you did] secs end
Fixed your scripts.
Last edited by amcerbu (2012-05-30 22:37:20)
Offline