Skip to main content
May 9, 2014
Question

timer firing an event every 10 minutes

  • May 9, 2014
  • 1 reply
  • 323 views

How do i make the timer firing an event every 10 minutes

Thank you

This topic has been closed for replies.

1 reply

Ned Murphy
Legend
May 9, 2014

Look into using the Timer class.  If you need help doing that, try searching Google using "AS3 Timer tutorial"

May 10, 2014

I know how to use the Timer but not sure if i should count up to 10 minutes and then reset the Timer or just set the step in milliseconds to 10 minutes

Btw thank you for nothing

Ned Murphy
Legend
May 10, 2014

Your original question was a waste of time since you say you know how to do what you asked.  If you want it to fire every 10 minutes, then set it to fire every 10 minutes... it isn't rocket science.