This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-05-31 17:36:41

SandboxProductions
New Scratcher
Registered: 2011-01-28
Posts: 3

Mouse Avoider game tutorial needed...HELP!

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...  yikes 

-SandboxProductions

Offline

 

#2 2011-05-31 17:45:25

MoreGamesNow
Scratcher
Registered: 2009-10-12
Posts: 1000+

Re: Mouse Avoider game tutorial needed...HELP!

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)


http://images2.layoutsparks.com/1/218929/rubiks-cube-animated-rotating.gif
"Cogito ergo sum" --  I think, therefore I am

Offline

 

Board footer