Question
migration question as2 to as3, about setInterval
Hi, I am learning as3. I have experience with as2.
In as2, you can use timers with setInterval. But as I was searching the web I read
that you can also use this in as3, but there is also a class called Timers.
What is best practice to use?