home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / SpaceEscape.swf / scripts / DefineSprite_18 / frame_9 / DoAction.as
Encoding:
Text File  |  2005-08-08  |  210 b   |  10 lines

  1. so = SharedObject.getLocal("MiniclipLoaderAd");
  2. showThisAd = so.data.showThisAd + 1;
  3. if(showThisAd > totalAds)
  4. {
  5.    showThisAd = 1;
  6. }
  7. so.data.showThisAd = showThisAd;
  8. gotoAndStop("prepareAd");
  9. play();
  10.