home *** CD-ROM | disk | FTP | other *** search
- getURL("FSCommand:trapallkeys",1);
- getURL("FSCommand:allowscale",0);
- stage.showMenu = false;
- duplicateMovieClip("fr","frame",26394);
- duplicateMovieClip("fr2","frame2",26395);
- onenterframe = function()
- {
- persen = math.floor(this.getBytesLoaded() / this.getBytesTotal() * 100);
- barcount = 30;
- cnt = math.floor(persen / 100 * barcount);
- if(cnt > 0 and cnt <= barcount)
- {
- var i = 1;
- while(i <= cnt)
- {
- lbar["bar" + i].gotoAndStop(3);
- i++;
- }
- lbar["bar" + (cnt + 1)].gotoAndStop(2);
- }
- if(persen == 100)
- {
- delete onenterframe;
- gotoAndPlay(9);
- }
- };
- stop();
-