In the first sprite:
<when[ Sprite1 ]clicked>
<broadcast[ MakeOtherSpriteGo ]>
In the second sprite:
<when I receive[ MakeOtherSpriteGo ]>
<show>
moving script
Last edited by MoreGamesNow (2011-10-20 18:13:17)
Offline
After the broadcast on the first sprite, you could add something along the lines of this:
<forever>
<go to x <x position> )y <y position> )
<end>
Offline
astroLoger wrote:
After the broadcast on the first sprite, you could add something along the lines of this:
<forever>
<go to x <x position> )y <y position> )
<end>
This would keep the first sprite staying in the same place, no matter where that is in theory.
Or
If you want it to disappear, just add the <hide> after the broadcast.
Offline