Combined Code
frame 1 {
function Lbar() {
percentInst.text = Math.round((getBytesLoaded() / getBytesTotal()) * 100);
Number.NaN;
if (getBytesLoaded() >= getBytesTotal()) {
play();
textInst._visible = false;
percentInst._visible = false;
clearInterval(loaderInt);
}
Bar._xscale = (getBytesLoaded() / getBytesTotal()) * 100;
}
stop();
textVar = 'LOADING';
loaderInt = setInterval(Lbar, 10);
}
movieClip 3 {
}
movieClip 5 {
}
movieClip 7 {
}
// unknown tag 88 length 99
movieClip 18 {
}
movieClip 19 {
}
movieClip 25 {
}
movieClip 26 {
}
// unknown tag 88 length 63
movieClip 29 {
}
movieClip 31 {
}
movieClip 32 {
}
frame 149 {
stop();
}
movieClip 36 {
}
button 38 {
on (release) {
gotoAndPlay(150);
}
}
frame 358 {
gotoAndPlay(149);
}