Combined Code
frame 1 {
stop();
}
// unknown tag 88 length 63
movieClip 4 {
}
movieClip 7 {
}
movieClip 8 {
}
movieClip 9 {
frame 1 {
bar_mc.bar._xscale = 0;
onEnterFrame = function () {
loading = _root.getBytesLoaded();
total = _root.getBytesTotal();
percentage = Math.round((loading / total) * 100);
if (isNaN(percentage)) {
percentage = 0;
}
bar_mc.bar._xscale += (percentage - bar_mc.bar._xscale) / 5;
percentage_mc._x = bar_mc.bar._width - percentage_mc._width / 2;
percentage_mc.percentage.text = Math.round(bar_mc.bar._xscale);
if (bar_mc.bar._xscale > 98 && percentage == 100) {
percentage_mc.percentage.text = Math.round(bar_mc.bar._xscale);
if (this._alpha > 0) {
this._alpha += -this._alpha / 4;
} else {
_parent.play();
delete this.onEnterFrame;
}
}
};
stop();
}
}
frame 2 {
stop();
}
// unknown tag 88 length 72
button 13 {
on (release) {
play();
}
}
movieClip 25 {
}
movieClip 34 {
}
movieClip 38 {
}
movieClip 39 {
}
movieClip 40 {
}
movieClip 46 {
frame 25 {
stop();
}
}
movieClip 52 {
}
movieClip 65 {
}
movieClip 67 {
}
movieClip 70 {
}
movieClip 72 {
}
movieClip 76 {
}
button 92 {
on (release) {
gotoAndPlay(2);
}
}
frame 1961 {
stop();
}