-------------------------------------------------------------------------------- -- Handler.......... : onInit -- Author........... : -- Description...... : -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- function CarDemoMain.onInit ( ) -------------------------------------------------------------------------------- hud.newTemplateInstance ( this.getUser ( ), "CarDemo", "myHUD" ) --this.sendEvent ( "onGameStart" ) -------------------------------------------------------------------------------- end --------------------------------------------------------------------------------