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

  1. _root.garage = true;
  2. var easeType = mx.transitions.easing.Strong.easeOut;
  3. new mx.transitions.Tween(_root.game_mc,"_y",easeType,_root.game_mc._y,-405,20);
  4. game_mc.car.setCarStats(0);
  5. clockOn = false;
  6. _root.startButton._visible = false;
  7. _root.gameTicks = 0;
  8.