home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / HighwaySpeed.swf / scripts / DefineSprite_140 / frame_1 / DoAction.as
Encoding:
Text File  |  2001-07-14  |  220 b   |  17 lines

  1. I += "1";
  2. if("11" < I)
  3. {
  4.    stopAllSounds();
  5.    tellTarget("_level0/")
  6.    {
  7.       gotoAndStop("win");
  8.       play();
  9.    }
  10.    stop();
  11. }
  12. set("signboard/:I",I);
  13. tellTarget("signboard")
  14. {
  15.    gotoAndStop(I);
  16. }
  17.