-------------------------------------------------------------------------------- -- Handler.......... : onInit -- Author........... : -- Description...... : -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- function SimpleAnimation_Main.onInit ( ) -------------------------------------------------------------------------------- -- Load scene -- application.setCurrentUserScene ( "SimpleAnimation" ) -- Load HUD -- hud.newTemplateInstance ( this.getUser ( ), "SimpleAnimation", "myHUD" ) -------------------------------------------------------------------------------- end --------------------------------------------------------------------------------