home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 (Special) / OC021.iso / Juegos / miniscrapercaper / miniscrapercaper.swf / scripts / DefineSprite_23 / frame_4 / DoAction.as
Encoding:
Text File  |  2006-02-02  |  161 b   |  9 lines

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