Combined Code
frame 1 {
stop();
stopAllSounds();
}
movieClip 2 {
}
movieClip 4 {
}
movieClip 6 {
}
movieClip 7 {
}
movieClip 8 {
frame 10 {
stop();
}
}
// unknown tag 88 length 69
movieClip 11 {
}
instance of movieClip 11 {
onClipEvent (load) {
total = _root.getBytesTotal();
}
onClipEvent (enterFrame) {
loaded = _root.getBytesLoaded();
percent = int((loaded / total) * 100);
txt = percent + '%';
txt_mc._x = moving._x;
gotoAndStop(percent);
if (loaded == total) {
_root.gotoAndPlay(2);
}
}
}
frame 2 {
stop();
}
movieClip 14 {
}
movieClip 15 {
}
movieClip 16 {
}
movieClip 26 {
}