home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / eggrun.swf / scripts / DefineSprite_48 / frame_9 / DoAction.as
Encoding:
Text File  |  2007-03-28  |  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.