since my Timer runs every 5 seconds I have to initially execute the function normally. This creates a problem though since if the user has the mouse over the stage, it stops the timer. It cannot do this because it takes 5 seconds before the Timer first runs the function.
any ideas?