-------------------------------------------------------------------------------- -- Handler.......... : onEnterFrame -- Author........... : -- Description...... : -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- function FPSCamera.onEnterFrame ( ) -------------------------------------------------------------------------------- this.updateVision ( ) this.updateDynamics ( ) this.updateWeapon ( ) -------------------------------------------------------------------------------- end --------------------------------------------------------------------------------