Probably me...
I am making a game and I would like Sprite 2 to talk to Sprite 1 when they touch. So far no luck. This is the script I made for it.
when I receive [game start] if <touching [sprite 1]> point towards [sprite 1] say [hello]
Offline
empathyart wrote:
Probably me...
I am making a game and I would like Sprite 2 to talk to Sprite 1 when they touch. So far no luck. This is the script I made for it.when I receive [game start] if <touching [sprite 1]> point towards [sprite 1] say [hello]
Put a forever block around it. Or else it will do that only once, when they most likely art talking.
Offline
Thanks mate! I knew it was me
Offline