Frame 1 (8 B)
stop();
Frame 1540 (8 B)
stop();
Symbol 6 MovieClip Frame 1 (85 B)
_root.stop();
_parent.start_button._visible = false;
_parent.load_ber._xscale = 0;
Symbol 6 MovieClip Frame 2 (393 B)
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 / 1000);
now_bytes = Math.floor(now_bytes / 1000);
Symbol 6 MovieClip Frame 3 (21 B)
this.gotoAndPlay(2);
Symbol 6 MovieClip Frame 4 (13 B)
this.stop();
Symbol 20 Button (63 B)
on (release) {
this._parent._visible = false;
_root.play();
}
Symbol 22 MovieClip Frame 1 (13 B)
this.stop();
Instance of Symbol 6 MovieClip "main" in Symbol 23 MovieClip Frame 1 (46 B)
onClipEvent (load) {
this._visible = false;
}
Symbol 167 Button (69 B)
on (release) {
this.getURL("http://www.geocities.jp/take_kura2/");
}
Symbol 168 Button (30 B)
on (release) {
this.play();
}