home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / drifting.swf / scripts / frame_111 / DoAction.as
Encoding:
Text File  |  2005-08-23  |  596 b   |  14 lines

  1. _root.donutChallenge = true;
  2. _root.triggerDonut = false;
  3. _root.clockOn = false;
  4. trace("donut challenge started");
  5. var easeType = mx.transitions.easing.Strong.easeOut;
  6. new mx.transitions.Tween(_root.game_mc,"_y",easeType,_root.game_mc._y,-405,20);
  7. new mx.transitions.Tween(_root.garageButton_mc,"_alpha",easeType,_root.garageButton_mc._alpha,0,20);
  8. _root.singlePlayerInterface_mc._visible = false;
  9. _root.leagueInterface_mc._visible = false;
  10. _root.donutChallengeInterface_mc._visible = true;
  11. _root.startButton._visible = false;
  12. _root.gameTicks = 0;
  13. game_mc.car.MULTIPLIER_TIMEOUT = 0;
  14.