Symbol 4 MovieClip Frame 1 (54 B)
_root.stop();
_parent.start_button._visible = false;
Symbol 4 MovieClip Frame 2 (520 B)
if (_root.already) {
_root.stop();
this._parent._visible = true;
this._parent.gotoAndStop(2);
this.gotoAndStop(5);
}
all_bytes = _root.getBytesTotal();
now_bytes = _root.getBytesLoaded();
now_percent = Math.floor((100 * now_bytes) / all_bytes);
_parent.load_ber._xscale = now_percent;
if (all_bytes == now_bytes) {
_parent.load_massage.gotoAndStop(2);
_parent.start_button._visible = true;
this.gotoAndPlay(4);
}
all_bytes = Math.floor(all_bytes / 1024);
now_bytes = Math.floor(now_bytes / 1024);
Symbol 4 MovieClip Frame 3 (21 B)
this.gotoAndPlay(2);
Symbol 4 MovieClip Frame 4 (13 B)
this.stop();
Symbol 4 MovieClip Frame 6 (114 B)
if (_root._currentframe == 1) {
_root.stop();
this._parent._visible = true;
this._parent.gotoAndStop(2);
}
Symbol 4 MovieClip Frame 7 (21 B)
this.gotoAndPlay(6);
Symbol 11 Button (44 B)
on (release) {
_root._quality = "MEDIUM";
}
Symbol 12 Button (41 B)
on (release) {
_root._quality = "LOW";
}
Symbol 13 Button (42 B)
on (release) {
_root._quality = "HIGH";
}
Symbol 26 MovieClip Frame 1 (13 B)
this.stop();
Symbol 26 MovieClip Frame 2 (13 B)
this.stop();
Symbol 31 Button (121 B)
on (release) {
this._parent._visible = false;
_root.play();
this._parent.main.gotoAndPlay(5);
_root.already = true;
}
Symbol 40 Button (98 B)
on (release) {
this._parent._visible = false;
_root.play();
this._parent.main.gotoAndPlay(5);
}
Symbol 45 MovieClip Frame 1 (13 B)
this.stop();
Instance of Symbol 4 MovieClip "main" in Symbol 45 MovieClip Frame 1 (46 B)
onClipEvent (load) {
this._visible = false;
}
Symbol 45 MovieClip Frame 2 (13 B)
this.stop();