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

#1 2007-09-12 00:57:56

paulmedwal
Scratcher
Registered: 2007-03-09
Posts: 100+

How I made a maze

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)


clutter.scratch.mit.edu Visit the Clutter site to create multi-scene stories and multi-level games with Scratch.

Offline

 

Board footer