help with "Touch + Destroy"
Hello guys,
Thanks for all the tips you guys have been giving me but I need another one![=) =)](http://forums.gamesalad.com/plugins/emojiextender/emoji/twitter/smiley.png)
For example I have it setup so that once the enemy is touched he is destroyed. How can I make it so that the enemy has to be touched multiple times in order to be destroyed?
for example - 3 taps and then the enemy is destroyed...
Thanks!
Thanks for all the tips you guys have been giving me but I need another one
![=) =)](http://forums.gamesalad.com/plugins/emojiextender/emoji/twitter/smiley.png)
For example I have it setup so that once the enemy is touched he is destroyed. How can I make it so that the enemy has to be touched multiple times in order to be destroyed?
for example - 3 taps and then the enemy is destroyed...
Thanks!
Comments
Now i add a rule: When touch is pressed. Change attr: "the intenger attr" to "the intenger attr - 1"
Now add a new rule: When "the intenger attr" is = 0
destroy