home *** CD-ROM | disk | FTP | other *** search
- function doLoader()
- {
- ratio = getBytesLoaded() / getBytesTotal();
- if(ratio == 1)
- {
- clearInterval(loader_int);
- gotoAndStop("game");
- }
- }
- var ratio;
- var FRAMES = 100;
- loader_int = setInterval(doLoader,5);
- loadVariables("rabbitRivalry.txt",_root);
-