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

#1 2011-02-18 07:15:02

skybaby123
New Scratcher
Registered: 2011-02-18
Posts: 1

Cant make a maze

Help Please

Offline

 

#2 2011-02-18 14:27:34

SSBBM
Scratcher
Registered: 2009-10-09
Posts: 100+

Re: Cant make a maze

Here's a project that I saw today.
It may help.
http://scratch.mit.edu/projects/Reillyboy23/1599928


http://goo.gl/zVfAp http://goo.gl/laci8

Offline

 

#3 2011-02-18 18:39:26

kingofdallamas
Scratcher
Registered: 2010-03-07
Posts: 500+

Re: Cant make a maze

Use these simple scripting to create the maze:

SCRIPT BELOW:
When green flag clicked,
-forever
--if right arrow clicked, move _ steps,
   --if touching color black, move -_ steps
--if left arrow clicked, move -_steps (negative),
   --if touching color black, move _steps (positive)
--if up arrow clicked,change y by_, (positive)
   --if touching color black, change y by -_ (negative)
--if down arrow clicked, change y by -_(negative)
   --if touching color black, change y by _ (positive)


There you go, that's the scripting, except I didn't actually use the picuture blocks, but you get the main idea here.  big_smile  Hope this helps, and if you need more help, be sure to ask me!  wink

Last edited by kingofdallamas (2011-02-18 18:40:01)


http://i853.photobucket.com/albums/ab99/Gilgamesh1192/Ninja%20Saga/ElementalJutsus2.gifhttp://i27.photobucket.com/albums/c192/BoomKaTish/GIF/thgfhgfhfhgf.gif
ハロー友だち!

Offline

 

Board footer