Destroy all rules and attributes in actor when touch is released?

Billyd1Billyd1 Member Posts: 133
edited November -1 in Working with GS (Mac)
What I mean by this is, can you make it so when your touch on the actor actor is released all the Attributes and Rules in that actor delete so its just a empty actor.

Any way to do this?

Comments

  • ShpintShpint Member Posts: 404
    When touch is released.
    Change Attribute XX to (XX)-(XX)
  • expired_012expired_012 Member Posts: 1,802
    You can make an otherwise statement(s) in your rules.

    For example if you have a rule that makes the actor move left:

    When touch is pressed: change attribute (left) to 1

    You can make an otherwise statement:

    Otherwise: change attribute (left) to 0
Sign In or Register to comment.