Building a Flash Platformer
- by Jonathan O
I am basically making a game where the whole game is run in the onEnterFrame method. This is causing a delay in my code that makes debugging and testing difficult. Should programming an entire platformer in this method be efficient enough for me to run hundreds of lines of code?
Also, do variables in flash get updated immediately? Are there just…