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

#1 2007-07-20 13:39:23

Eastham
Scratcher
Registered: 2007-07-13
Posts: 9

Help?

Im trying to make 1 sprite react to another sprites costume.

so it only reacts to say, a purple costume of a different sprite

is this possible?

Offline

 

#2 2007-07-20 18:13:00

kevin_karplus
Scratcher
Registered: 2007-04-27
Posts: 1000+

Re: Help?

You can use touching color, or you can use a global variable to hold the costume number and use "change costume to <costume_num>"  in one sprite and "if <costume_num> = 3" int the other.

Offline

 

Board footer