Pages: 1
Im trying to make 1 sprite react to another sprites costume.so it only reacts to say, a purple costume of a different spriteis this possible?
Offline
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.