Scrolling problem in my platform game
For the past few weeks i've been working on a tile based side scrolling platform game. The game is programmed in actionscript 3 and uses the on enter frame functionality to carry out just about all of it's tasks. But ive noticed that while playing the game, the scrolling will occasionally become choppy. it seems like the framerate dramatically drops for a few seconds and then it will become smooth again. I have it set to 60 fps but it's wierd that it will occasionally become slow and laggy for a few seconds. Is there anything I could have done in the programming to cause this? or is there any way I could possibly fix the issue? Any help would be appreciated, thanks!
-Tony