Have a when and while for touches
Sometimes I just want to run through some instructions once when a button is pressed, but they seem to repeat for as long as someone is touching it.
The alternative is running through instructions when a button is released, but that doesn't allow for things like checking for touch count. Eg I want to make sure the user isn't touching 2 buttons that will interfere with each other.
So my suggestion is make a while option and a when option to differentiate between instructions you want to loop for as long as an requirement is met or once when the requirement is met.
The alternative is running through instructions when a button is released, but that doesn't allow for things like checking for touch count. Eg I want to make sure the user isn't touching 2 buttons that will interfere with each other.
So my suggestion is make a while option and a when option to differentiate between instructions you want to loop for as long as an requirement is met or once when the requirement is met.