-------------------------------------------------------------------------------- -- Function......... : setupStopGlows -- Author........... : -- Description...... : -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- function Car.setupStopGlows ( ) -------------------------------------------------------------------------------- this.hStopGlowL ( group.getSubObjectAt ( this.hBody ( ), 0 ) ) this.hStopGlowR ( group.getSubObjectAt ( this.hBody ( ), 1 ) ) -------------------------------------------------------------------------------- end --------------------------------------------------------------------------------