Frame 1 (70 B)
timeb = getTimer();
b = getBytesTotal();
indx = 0;
pl = 0;
k = 0;
Frame 2 (240 B)
l = _root.getBytesLoaded();
k = ((k * indx) + ((l - pl) / ((getTimer() - timeb) / 1000))) / (indx + 1);
timeb = getTimer();
pl = l;
p = (l / b) * 100;
beg._xscale = p;
prel.text = Math.floor(p);
prel.text = prel.text + "%";
indx++;
Frame 3 (76 B)
if (l >= b) {
_root.nextFrame();
} else {
gotoAndPlay ("Rules");
}
Frame 4 (8 B)
stop();
Frame 5 (8 B)
play();
Frame 1540 (32 B)
mashina.stop();
doroga.stop();
Frame 3220 (23 B)
stop();
titry.play();
Symbol 18 Button (30 B)
on (release) {
nextFrame();
}
Symbol 116 MovieClip Frame 200 (8 B)
stop();