i need a script that changes a sprites costume to the next costume when another sprite is touching it and that sprites costume is a certain one
Offline
Try this for your main sprite:
when flag clicked forever if <(touching [your sprite v])> next costume end endFor all the sprites:
when I receive [switch to normal costume v] change to costume [main costume v]and then for the sprite for the another one that changes all of the sprites to the main costume
when flag clicked if <(touching [main sprite v] broadcast [switch to main costume v]I hope this helps...
Offline