Combined Code
frame 1 {
stopAllSounds();
}
frame 1 {
stop();
}
frame 1 {
function none() {}
Stage.scaleMode = 'noScale';
var customMenu = new ContextMenu();
customMenu.customItems.push(new ContextMenuItem('adviceSWF', none));
customMenu.customItems.push(new ContextMenuItem('Making a better', none));
customMenu.customItems.push(new ContextMenuItem('/f/ for tomorrow.', none));
customMenu.hideBuiltInItems();
_root.menu = customMenu;
}
movieClip 3 {
}
// unknown tag 88 length 63
movieClip 9 {
}
movieClip 10 {
frame 8 {
stop();
}
}
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);
}
}
}
instance of movieClip 11 {
onClipEvent (load) {
total = _root.getBytesTotal();
}
onClipEvent (enterFrame) {
loaded = _root.getBytesLoaded();
percent = int((loaded / total) * 100);
txt = percent + '%';
gotoAndStop(percent);
if (loaded == total) {
_root.gotoAndPlay(2);
}
}
}
// unknown tag 88 length 63
frame 2 {
stop();
}
movieClip 25 {
}
movieClip 28 {
}
movieClip 29 {
}
movieClip 33 {
}
movieClip 41 {
}
movieClip 44 {
}
movieClip 47 {
}