Slide finger off buttons they stay pressed
Chaser
Member Posts: 1,453
Slide finger off buttons and they stay pressed. Is there a way around that
Comments
i.e the graphic changes and wont change back, behavior keeps repeating etc
thanks
If touch pressed inside, do this
otherwise touch outside do that
by outside reset everything that you don't want to be done without pressing the button.
I don't know if it works, but it seems logical
rule when touch is released change game.move to 0
Is GS capable of this?
What Hunnenkoenig is describing isn't quite the same if I am understanding him properly.
Touch inside
they are two rules and if you use both together, the touch triggers the rule obnly, if you touched the button in the inside.
It won't break your game mechanics if you add the inside rule to the touch rule.
Additionally you can add an ELSE rule, if touch is outside, reset all settings made by touch inside.
Then if your finger moves away from the button and the touch is not inside of it anymore, then the rule doesn't apply anymore or if you have an outside rule, that rule will take over
But as I said, I didn't test it, so I don'T really know, if it really works.
I use inside rules, but I didn't use outside rules yet.