Destroy 2 Actors at the same time

MAC4TECHMAC4TECH Member Posts: 10
edited November -1 in Working with GS (Mac)
Example: The main actor touches a key. The key is destroyed, but now I want another actor to be destroyed a the same time as the key. How do I do this?

Thank You.

Comments

  • jfrancisjfrancis Member Posts: 57
    Create a boolean attribute. then on the main actor put a rule:if Player collides with key, change attribute "....." to true (if you have multiple levels then put: otherwise>change attribute>"...." false). The go to the actors being destroyed and put the rule: If Attribute "....." = true then destroy this actor :).
Sign In or Register to comment.