Is it possible to change the costumes of multiple sprites when two sprites touch, i.e if sprite 1 touches sprite 2, sprite 3, 4, 5, etc. switch to next costume?
Offline
Sure!
When gf clicked// in sprite 1 forever if <touching [sprite 2 v]?> broadcast [change v] When I receive [change v] // in sprite 3, 4, 5 etc. switch to costume [whatever v] // or next costume
Last edited by Hardmath123 (2012-03-02 08:21:41)
Offline
thanks, the help is appreciated.
Offline
If you want less scripts, do this. First, make them broadcast when the two sprites touch. Add the sprites who are get costume changed to a list. Then do
when I receive <whatever> Change (costume #) of (name of list)I'm not sure if this is possible or not
Last edited by turkey3 (2012-03-07 19:40:11)
Offline