Disabling user interaction - Touch

wmgeichwmgeich Member, PRO Posts: 28
edited November -1 in Working with GS (Mac)
How do I disable touch? At the end of each level when the timer reaches 0 I'd like the user to stop tapping the screen. If one of my actors is still on the screen the user is still able to tap it and score even after the timer is done.

Thanks in advance.

Bill

Comments

  • InLikeFlynnInLikeFlynn Member Posts: 171
    You could try creating a Boolean variable like 'enable touch' then make more than one condition for your rule
    eg:
    RULE
    when ALL conditions are met:
    touch is pressed AND enabletouch is true
    <count score>
Sign In or Register to comment.