home *** CD-ROM | disk | FTP | other *** search
- _root.donutChallenge = true;
- _root.triggerDonut = false;
- _root.clockOn = false;
- trace("donut challenge started");
- var easeType = mx.transitions.easing.Strong.easeOut;
- new mx.transitions.Tween(_root.game_mc,"_y",easeType,_root.game_mc._y,-405,20);
- new mx.transitions.Tween(_root.garageButton_mc,"_alpha",easeType,_root.garageButton_mc._alpha,0,20);
- _root.singlePlayerInterface_mc._visible = false;
- _root.leagueInterface_mc._visible = false;
- _root.donutChallengeInterface_mc._visible = true;
- _root.startButton._visible = false;
- _root.gameTicks = 0;
- game_mc.car.MULTIPLIER_TIMEOUT = 0;
-