I have been using Powerpoint to make a mouse avoider game, but I think that the animations are too basic, so I am moving to Scratch to try something new. How do I make a multi-level mouse avoider? Any help would be greatly appreciated.
PS: This is my first post...
-SandboxProductions
Offline
The code in the mouse avoider sprite should be similar to this:
<when green flag clicked>
<forever>
<point towards( mouse pointer )>
<move( (( <distance to[ mouse pointer ]> </> <{ ChangeThisForDifficulty }> )) )steps>
<if><touching[ mouse pointer ]>
<broadcast[ Game Over ]>
<stop script>
<end>
<end>
Last edited by MoreGamesNow (2011-05-31 17:46:16)
Offline