How can I do minimum touch?

Hi :)

How can I do minimum touch for one scene?
BTW I'm using windows GS

Thanks all

Best Answer

  • KevinCrossKevinCross London, UKPosts: 1,894
    edited October 2013 Accepted Answer
    An 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

Sign In or Register to comment.