create touch count rule
Dantipple
Member Posts: 12
Hi, I wanted to have an actor destroy on say 3 touch's - how can this be done? At the moment I can only get it to work with a single touch.
Thanks
Thanks
Comments
Go to your actor and create a new rule
When touch is pressed
Change attribute game.touchcount to game.touchcount +1
Create a new rule
If game.touchcount = 3
Destroy actor
Change image to (whatever)
If touchcount = 2
Change image to (whatever)
If touchcount = 3
Animate explosion