Instance of Symbol 7 MovieClip in Frame 5 (435 B)
onClipEvent (load) {
_root.stop();
barLength = this.bar._width;
totalSize = _root.getBytesTotal();
}
onClipEvent (enterFrame) {
loadedSize = _root.getBytesLoaded();
nowLoadedSize = Math.round((loadedSize / totalSize) * 100);
if (nowLoadedSize == 100) {
_root.play();
} else if (nowLoadedSize < 100) {
_root.stop();
point = barLength / 100;
this.bar._width = point * nowLoadedSize;
this.percent = nowLoadedSize;
}
}
Frame 220 (27 B)
this.gotoAndPlay("t1_01");
Frame 322 (27 B)
this.gotoAndPlay("t1_02");
Frame 392 (27 B)
this.gotoAndPlay("t1_04");
Symbol 34 Button (127 B)
on (release) {
if (this == Number(this)) {
loadMovieNum ("p19-01.swf", this);
} else {
this.loadMovie("p19-01.swf");
}
}
Symbol 37 Button (44 B)
on (release) {
this.gotoAndPlay("t1_03");
}
Symbol 39 Button (44 B)
on (release) {
this.gotoAndPlay("t1_02");
}
Symbol 40 Button (127 B)
on (release) {
if (this == Number(this)) {
loadMovieNum ("p21-01.swf", this);
} else {
this.loadMovie("p21-01.swf");
}
}
Symbol 43 Button (44 B)
on (release) {
this.gotoAndPlay("t1_01");
}