Asked
— Edited
This is just a question about something I came across.
When using an image button in the ARC mobile interface, if you make the script "forward()", It doesn't change to the running color.
If I add a sleep, it will change color until the sleep is done, regardless of a direction change.
I tried the following script with no prevail. Code:
forward()
If ($direction = "forward")
Waitforchange("stop")
Endif
Any ideas?
As DJ said, check the examples for Roli, JD and Six, they all use this method.
So, if you are using the AutoPosition, and would like to keep the last action button pressed, do this..
Code:
Thanks for the info DJ.