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

  1. this.onEnterFrame = function()
  2. {
  3.    if(Math.floor(_root.getBytesLoaded() / _root.getBytesTotal() * 100) >= 100)
  4.    {
  5.       _parent.play();
  6.       if(_parent.Signed == "True")
  7.       {
  8.          _root.sign = 1;
  9.       }
  10.    }
  11.    else
  12.    {
  13.       this.stop();
  14.    }
  15. };
  16. trace(_parent.Signed);
  17.