Combined Code
// unknown tag 88 length 92
movieClip 6 {
}
movieClip 7 {
}
instance of movieClip 7 {
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;
}
}
}
}
movieClip 10 {
}
movieClip 16 {
}
movieClip 19 {
}
movieClip 23 {
}
movieClip 28 {
}
movieClip 31 {
}
button 34 {
on (release) {
if (this == Number(this)) {
loadMovieNum('p12-01.swf', this);
} else {
this.loadMovie('p12-01.swf');
}
}
}
button 37 {
on (release) {
if (this == Number(this)) {
loadMovieNum('p14-01.swf', this);
} else {
this.loadMovie('p14-01.swf');
}
}
}
button 40 {
on (release) {
this.gotoAndPlay('t1_01');
}
}
movieClip 45 {
}
frame 222 {
this.gotoAndPlay('t1_02');
}