home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / catitens.swf / scripts / DefineSprite_75 / frame_41 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  218 b   |  13 lines

  1. this.onEnterFrame = function()
  2. {
  3.    if(Math.floor(_root.getBytesLoaded() / _root.getBytesTotal() * 100) > 60)
  4.    {
  5.       delete onEnterFrame;
  6.       this.play();
  7.    }
  8.    else
  9.    {
  10.       this.stop();
  11.    }
  12. };
  13.