How can I do minimum touch?
LOCG
Member Posts: 20
Hi
How can I do minimum touch for one scene?
BTW I'm using windows GS
Thanks all
How can I do minimum touch for one scene?
BTW I'm using windows GS
Thanks all
Best Answer
-
KevinCross London, UKPosts: 1,894An attribute on the actor called counter. A rule that says when touched increase counter by one. Another rule that says if counter = 6 destroy actor
If you need to destroy multiple or all actors once 6 touches has happened across several actors then it's the same thing but make it a game attribute instead, and have the two rules on all actors you want to be touched and destroyed once 6 touches happen.
Pocket Mine uses a mix of these. It has actors that destroy when tapped once, and some that need two taps (these would be self attributes). And it has a game attribute that keeps count of the total taps made on the scene, and when the maximum number is reached the pick axe the character is holding is destroyed.
Answers
Need Help? Email Me | Templates | Full Game Source Code
Hi I'm so sorry I mean "maximum" touchs for the "actor" EX:
There is an actor and I want from the player to hit it by 6 touchs to disappear!
Thanks pro
Thank you!!