I'm making a multiplayer flash game in Actionscript 3.0, using Flash CS4 IDE.
I'm not sure what kind of animation would perform best (higher frames per second) in a game. Frame based or maybe use the motion tween, also would it be best to do say the motion tweens by calling a frame or by calling a method with the animation code in it?