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

  1. if(data1.d >= distance)
  2. {
  3.    play();
  4. }
  5. else
  6. {
  7.    gotoAndStop("test");
  8.    play();
  9. }
  10.