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

#1 2012-07-20 16:03:53

Marimo123
Scratcher
Registered: 2012-07-20
Posts: 22

Can someone tell me why my project isn't working?

Can anyone tell me why my 'Feed Monkey D. Luffy project isn't working?  sad

Offline

 

#2 2012-07-20 16:25:30

powerpoint56
Scratcher
Registered: 2012-04-19
Posts: 500+

Re: Can someone tell me why my project isn't working?

Here's the issue and solution:

The problem is, with your drumsticks, in the forever loop, your "if <touching color [ ]>" part is only in action every 1 to 10 seconds because of your wait block. So to this project work, make another script for each drumstick:

when gf clicked
forever
if <color [color of mouth] is touching [color of chicken]?>
hide
end
end
Hope this helps!

Last edited by powerpoint56 (2012-07-20 16:26:36)


http://i48.tinypic.com/2072ctw.gif

Offline

 

#3 2012-07-20 16:27:03

Marimo123
Scratcher
Registered: 2012-07-20
Posts: 22

Re: Can someone tell me why my project isn't working?

OK Thanks  smile

Offline

 

Board footer