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

  1. _root.restart_button_mc._visible = false;
  2. new mx.transitions.Tween(arrow_mc,"_alpha",easeType,0,100,20);
  3. if(_root.spaceToStart)
  4. {
  5.    space_text.gotoAndStop(1);
  6. }
  7. else
  8. {
  9.    space_text.gotoAndStop(2);
  10. }
  11.