home *** CD-ROM | disk | FTP | other *** search
- stop();
- Stage.showMenu = false;
- link.onPress = function()
- {
- getUrl("http://www.bomtoons.com", "_blank");
- };
- this.onEnterFrame = function()
- {
- bt = _root.getBytesTotal();
- bl = _root.getBytesLoaded();
- perc = bl / bt * 100;
- bar._xscale = perc;
- if(perc >= 100)
- {
- delete this.onEnterFrame;
- gotoAndStop("main");
- }
- };
-