I have 3 flash button, and a touch screen LCD.
how can I detect if user has touch + hold the button for 5 seconds?
how to use timer + mouse down + mouse up for this?
- mouse down
- start timer (count 5 sec)
- mouse up
- user hold button for 5 sec detect
how to code this in actionscript?