home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / ultra-block.swf / scripts / frame_1 / DoAction_2.as next >
Encoding:
Text File  |  2005-09-29  |  249 b   |  11 lines

  1. this.onEnterFrame = function()
  2. {
  3.    var _loc1_ = this;
  4.    if(_loc1_.getBytesLoaded() == _loc1_.getBytesTotal() && _loc1_.getBytesTotal() != 0)
  5.    {
  6.       _loc1_.loader.gotoAndPlay("done");
  7.       delete _loc1_.onEnterFrame;
  8.    }
  9. };
  10. stop();
  11.