home *** CD-ROM | disk | FTP | other *** search
/ Champak 103 / Vol 103.iso / games / training.swf / scripts / DefineSprite_35 / frame_1 / DoAction.as
Encoding:
Text File  |  2010-03-13  |  268 b   |  11 lines

  1. this.stop();
  2. this.onEnterFrame = function()
  3. {
  4.    if(_root.getBytesLoaded() / _root.getBytesTotal() == 1)
  5.    {
  6.       this.filler._height = 30;
  7.       _root.gotoAndPlay(4);
  8.    }
  9.    this.filler._height = 30 * (_root.getBytesLoaded() / _root.getBytesTotal());
  10. };
  11.