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

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