Actor touch HELP

AppTapLLCAppTapLLC Member Posts: 10
edited November -1 in Working with GS (Mac)
I have two of the same actors that move at random times in a straight line in one direction. once in a while the one in the back catches up to the one in front and the overlap. i want to be able to make the actor in the back stop for like 10 seconds when he hits the actor in the front but i want the actor in the front to continue moving.

Comments

  • wouterwouter Member Posts: 174
    if actor1 (back) collides with actor2 (front) then timer: for 10 seconds speed=0

    wouter
Sign In or Register to comment.