-------------------------------------------------------------------------------- -- Function......... : setupSound -- Author........... : -- Description...... : -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- function Car.setupSound ( ) -------------------------------------------------------------------------------- sound.play ( this.getObject ( ), 0, 1, true, 1 ) --sound.play ( this.getObject ( ), 1, 0, true, 1 ) -------------------------------------------------------------------------------- end --------------------------------------------------------------------------------