I noticed that when programming a simple motion in ActionScript (e.g. object.x += 5) that when a keyboard key is held down to cause the motion, a stutter is created in the appearance of the movement. Is there a way to remove this or to make it appear more fluent?
I noticed that when programming a simple motion in ActionScript (e.g. object.x += 5)
Share
Try something like this:
Imports are:
Also increase the FPS of the swf if it’s still to jerky (but uniform) motion. Click on an empty part of the stage (main screen) and then CTRL-F3 or Properties screen and you should be able to change the FPS there.