home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / HighwaySpeed.swf / scripts / DefineSprite_126 / frame_38 / DoAction.as
Encoding:
Text File  |  2001-07-14  |  143 b   |  10 lines

  1. if(eval("../:carflag") == "2")
  2. {
  3.    tellTarget("../burst2")
  4.    {
  5.       gotoAndStop("burst");
  6.       play();
  7.    }
  8.    gotoAndPlay(44);
  9. }
  10.