home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / bug.swf / scripts / DefineSprite_699 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-03-28  |  140 b   |  9 lines

  1. function checkLoaded()
  2. {
  3.    if(_level0.getBytesTotal() == _level0.getBytesLoaded())
  4.    {
  5.       return true;
  6.    }
  7.    return false;
  8. }
  9.