home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / eggrun.swf / scripts / DefineSprite_48 / frame_33 / DoAction.as
Encoding:
Text File  |  2007-03-28  |  212 b   |  11 lines

  1. if(mcAd.getBytesTotal() != 0 && mcAd.getBytesLoaded() == mcAd.getBytesTotal())
  2. {
  3.    lastAdShown = showThisAd;
  4.    doWriteCookie();
  5.    gotoAndStop("showAd");
  6. }
  7. else
  8. {
  9.    gotoAndPlay(_currentframe - 1);
  10. }
  11.