Destroy all rules and attributes in actor when touch is released?
Billyd1
Member Posts: 133
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?
Any way to do this?
Comments
Change Attribute XX to (XX)-(XX)
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