home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / HighwaySpeed.swf / scripts / DefineSprite_120 / frame_26 / DoAction.as
Encoding:
Text File  |  2001-07-14  |  175 b   |  11 lines

  1. X = getProperty("../car2", _X);
  2. if(X >= "241" and "360" >= X)
  3. {
  4.    tellTarget("../burst3")
  5.    {
  6.       gotoAndStop("burst");
  7.       play();
  8.    }
  9.    gotoAndPlay(29);
  10. }
  11.