Question
Help with Timer/Interval
Hello everyone,
I have a flash application I am working on that is going to be in a kiosk as a touchscreen app. If there is no user activity I need it to timeout and return to the mainscreen. I copied and pasted some code for that and its working great. I have 5 seperate .swf's. selectionscreen.swf is the main file with four buttons to the other swf's. When you click on one of the four buttons it will load that swf to level 0. If the user clicks on a button and they do not move the mouse once the .swf has loaded it will not timeout. How do I get the code below to timeout if the user does not move their mouse once opening one of the .swf files?
I have a flash application I am working on that is going to be in a kiosk as a touchscreen app. If there is no user activity I need it to timeout and return to the mainscreen. I copied and pasted some code for that and its working great. I have 5 seperate .swf's. selectionscreen.swf is the main file with four buttons to the other swf's. When you click on one of the four buttons it will load that swf to level 0. If the user clicks on a button and they do not move the mouse once the .swf has loaded it will not timeout. How do I get the code below to timeout if the user does not move their mouse once opening one of the .swf files?