A GameLooper class for ActionScript 3 projects
When creating games (or, really, any sort of animation) using ActionScript, most developers rely on the ENTER_FRAME event to synchronize their actions with when a frame is being rendered on the screen (effectively using it as their game loop). In any way you look at it, that’s the right way to do it, but it […]
Continue reading →