Hi there!
So i need to make a sprite move to a battle ship and when it hit the ship it goes back to it original place by dissappearing. but also when it touches another sprite i will dissappear and come back to do the motion again is there a way to not use glide
plz its for a info tech hw
Offline
The battle ship should have a script like this:
[blocks]<when green flag clicked>
<forever>
<wait until><< <touching[ sprite (a bullet, I suppose) <or> <touching[ any other sprites >>
<hide> --Optional
<wait( # )secsc> --Optional
<show> --Optional
<go to x
## )y
##
<end>
[/blocks]
Offline
You could use the move _ steps block, or the change X/Y by _ blocks to move without glide...
Offline