-------------------------------------------------------------------------------- -- Handler.......... : onEnterFrame -- Author........... : -- Description...... : -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- function Car.onEnterFrame ( ) -------------------------------------------------------------------------------- this.updateMotor ( ) this.updateWheels ( ) this.updateSfx ( ) this.updateSound ( ) this.updateStopGlows ( ) -------------------------------------------------------------------------------- end --------------------------------------------------------------------------------