Pages: 1
Topic closed
So im making a my first game and I want to know how do you make a obstical that sends your character back to spawn if he touches it? Can someone please respond
Offline
Use these scripts:
<when green flag clicked>
<if> <touching[ ( obstacle )>
<go to[ (sprite spawn)>
These scripts are for your main sprite when it touches the obstacle or sprite name. (sprite spawn) shall be your spawn sprite, where the main sprite will be immediately directed towards. I hope this helps! And, good luck to your project. If you need more help, feel free to ask me or others! Scratch on!
Last edited by kingofdallamas (2011-04-06 21:48:26)
Offline
Topic closed
Pages: 1