This is for Crazymaniac123,
Crazymaniac123, download my project Grid Maze if you can. http://scratch.mit.edu/projects/paulmedwal/35872 I tried to make it as simple as possible...basically, you draw the maze in your background, tell a small sprite to...
[blocks]
<when green flag clicked>
<forever>
<point towards( mouse-pointer
<move( 0.5 )steps>
<if> <touching color[ black
<broadcast[ game over
<stop script>
<end>
<if> <touching color[ blue
<broadcast[ You Win!!!
<stop script>
<end>
<end>
<when I receive[ game over
<say[ Game Over
<when I receive[ You Win!!!
<say[ You Win!!!
[/blocks]
Hope this helps,
Paulmedwal
Last edited by paulmedwal (2007-09-12 00:58:30)
Offline