Frame 1 (8 B)
stop();
Frame 6 (8 B)
stop();
Frame 3102 (8 B)
stop();
Symbol 26 Button (58 B)
on (press) {
getURL ("http://www.foolscaponline.com/");
}
Symbol 50 Button (72 B)
on (press) {
getURL ("http://www.newgrounds.com/portal/view/341740");
}
Symbol 52 Button (72 B)
on (press) {
getURL ("http://www.newgrounds.com/portal/view/349739");
}
Symbol 58 MovieClip Frame 1 (302 B)
stop();
onEnterFrame = function () {
totalBytes = _parent.getBytesTotal();
loadedBytes = _parent.getBytesLoaded();
percent = Math.ceil((loadedBytes / totalBytes) * 100);
gotoAndStop(percent);
info_txt.text = percent + " %";
if (percent >= 100) {
_parent.gotoAndPlay("Main");
}
};
Symbol 64 Button (32 B)
on (press) {
gotoAndPlay (7);
}
Symbol 68 Button (58 B)
on (press) {
getURL ("http://www.foolscaponline.com/");
}
Symbol 69 Button (67 B)
on (press) {
getURL ("http://www.foolscaponline.com/", "_self");
}
Symbol 74 Button (32 B)
on (press) {
gotoAndPlay (7);
}