Combined Code
button 8 {
on (release) {
this._parent._visible = false;
_root.play();
this._parent.main.gotoAndPlay(5);
_root.already = true;
}
}
movieClip 9 {
}
movieClip 12 {
frame 1 {
this.stop();
}
frame 2 {
this.stop();
}
}
movieClip 30 {
}
movieClip 32 {
}
movieClip 35 {
frame 1 {
_root.stop();
_parent.start_button._visible = false;
_parent.load_ber.stop();
}
frame 2 {
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.gotoAndStop(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);
}
frame 3 {
this.gotoAndPlay(2);
}
frame 4 {
this.stop();
}
frame 6 {
if (_root._currentframe == 1) {
_root.stop();
this._parent._visible = true;
this._parent.gotoAndStop(2);
}
}
frame 7 {
this.gotoAndPlay(6);
}
}
button 42 {
on (release) {
this._parent._visible = false;
_root.play();
this._parent.main.gotoAndPlay(5);
}
}
movieClip 43 {
}
button 46 {
on (release) {
_root._quality = 'HIGH';
}
}
button 47 {
on (release) {
_root._quality = 'LOW';
}
}
button 48 {
on (release) {
_root._quality = 'MEDIUM';
}
}
movieClip 49 {
frame 1 {
this.stop();
}
instance main of movieClip 35 {
onClipEvent (load) {
this._visible = false;
}
}
frame 2 {
this.stop();
}
}
movieClip 115 {
}
movieClip 122 {
}
movieClip 125 {
}
frame 2410 {
stop();
}
button 253 {
on (release) {
gotoAndPlay(3);
}
}