-------------------------------------------------------------------------------- -- Handler.......... : onInit -- Author........... : -- Description...... : -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- function Car.onInit ( ) -------------------------------------------------------------------------------- this.setupBody ( ) this.setupWheels ( ) this.setupSfx ( ) this.setupSound ( ) this.setupStopGlows ( ) this.postEvent ( 0.25, "onEnableDynamics", true ) -------------------------------------------------------------------------------- end --------------------------------------------------------------------------------