how do you make 2 actor act different when touch?

nickbuakaewnickbuakaew Member Posts: 77
edited October 2012 in Working with GS (Mac)
i have a whole screen that can be touch and spawn an actor. but when these actors spawn to the screen i also want them to be touch and explode.

here is the problem.....when touch the spawn actor the screen also spawn another actor because the over lab each other.

thanks for helping

Comments

  • dwibredwibre Member Posts: 192
    In your whole screen actor you will need a rule that checks if your spawned actor is press. Something like... If whole screen actor is pressed and spawned actor pressed = false, spawn actor. In your spawned actor make an attribute that says if touch is press "spawned actor pressed = true". Play around with something like that and you should get it to work.
Sign In or Register to comment.