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

#1 2012-06-27 15:19:06

SoulAlly_Hanna
Scratcher
Registered: 2012-03-10
Posts: 100+

maze problems

i've been sitting here for HOURS trying to figure out whats wrong with this.  HELP!

http://scratch.mit.edu/projects/SoulAlly_Hanna/2639808

Offline

 

#2 2012-06-27 15:22:27

SciTecCf
Scratcher
Registered: 2011-11-23
Posts: 1000+

Re: maze problems

I'll check it out.


http://bit.ly/LCZEJRhttp://bit.ly/LSONcOhttp://bit.ly/LF3vIc
http://trinary.site40.net/images/scratchrank.php?username=SciTecCf&display=small

Offline

 

#3 2012-06-27 15:26:08

SciTecCf
Scratcher
Registered: 2011-11-23
Posts: 1000+

Re: maze problems

Move this script:

forever if <color [#FFFFFF] is touching [#800000]?>
 play sound [Chord v]
 change [life v] by (-1)
end
to the white sprite, and change it to this:

forever if <touching color [#800000]?>
 play sound [Chord v]
 change [life v] by (-1)
 wait until <not <touching color [#800000]?>>
end


http://bit.ly/LCZEJRhttp://bit.ly/LSONcOhttp://bit.ly/LF3vIc
http://trinary.site40.net/images/scratchrank.php?username=SciTecCf&amp;display=small

Offline

 

#4 2012-06-27 15:58:19

SoulAlly_Hanna
Scratcher
Registered: 2012-03-10
Posts: 100+

Re: maze problems

Thanks!

Offline

 

Board footer