home *** CD-ROM | disk | FTP | other *** search
- stop();
- _root.kongregateServices.connect();
- _global.coxe = 1;
- _global.pista = 1;
- _global.t1 = 0;
- _global.t2 = 0;
- _global.t3 = 0;
- onEnterFrame = function()
- {
- totalBytes = Math.round(getBytesTotal() / 1024);
- loadedBytes = Math.round(getBytesLoaded() / 1024);
- percentDone = Math.round(loadedBytes / totalBytes * 100);
- _root.Progress_Mc.gotoAndStop();
- if(_root._framesloaded >= _root._totalframes)
- {
- _root.Progress_Mc._alpha = 0;
- _root.kongregateintro.play();
- }
- };
-