About touching buttons

dondan89dondan89 Member Posts: 150
edited November -1 in Working with GS (Mac)
Hello,

I want to know how to make a touch button that when press it stays press until release it be not press again.

Thank You

Comments

  • beefy_clyrobeefy_clyro Member Posts: 5,394
    When touched is pressed change attribute .... to true
    otherwise
    When touch is released change attribute .... to false.

    You could also add some visuals to it;

    When touched is pressed change attribute .... to true
    Change Image to button_touched
    otherwise
    When touch is released change attribute .... to false.
    Change Image to button_not_touched
  • dondan89dondan89 Member Posts: 150
    Thanks for the respond
  • BreckenBrecken Member Posts: 143
    You can also do.

    When touch is inside. Change image to...
    >Otherwise change image to ...
Sign In or Register to comment.