home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / dragracer.swf / scripts / frame_395 / DoAction.as < prev   
Encoding:
Text File  |  2005-10-06  |  102 b   |  10 lines

  1. if(_root.car.name != undefined)
  2. {
  3.    play();
  4. }
  5. else
  6. {
  7.    gotoAndStop("splash");
  8.    play();
  9. }
  10.