Frame 1 (870 B)
function itemHandler1(obj, item) {
getURL ("http://newgrounds.com");
}
function itemHandler2(obj, item) {
getURL ("http://www.nuclearwhale.com");
}
function itemHandler3(obj, item) {
}
function itemHandler4(obj, item) {
gotoAndStop (1227);
}
function itemHandler5(obj, item) {
gotoAndStop (2);
}
var myMenu = new ContextMenu();
myMenu.hideBuiltInItems();
item1 = new ContextMenuItem("Visit Newgrounds", itemHandler1);
myMenu.customItems.push(item1);
item2 = new ContextMenuItem("Visit NuclearWhale", itemHandler2);
myMenu.customItems.push(item2);
item3 = new ContextMenuItem("Toggle Quality", itemHandler3);
myMenu.customItems.push(item3);
item4 = new ContextMenuItem("View Credits", itemHandler4);
myMenu.customItems.push(item4);
item5 = new ContextMenuItem("Goto Menu", itemHandler5);
myMenu.customItems.push(item5);
_root.menu = myMenu;
Frame 2 (8 B)
stop();
Frame 1227 (8 B)
stop();
Symbol 14 Button (39 B)
on (release) {
_root.gotoAndPlay(2);
}
Symbol 15 MovieClip Frame 1 (209 B)
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(barframe.bar, _yscale , PercentLoaded);
} else {
gotoAndStop ("loaded");
}
Symbol 15 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 22 Button (52 B)
on (release) {
GoBack = 0;
_root.gotoAndPlay(3);
}
Symbol 27 Button (52 B)
on (release) {
GoBack = 1;
_root.gotoAndPlay(3);
}
Symbol 32 Button (54 B)
on (release) {
GoBack = 1;
_root.gotoAndPlay(363);
}
Symbol 37 Button (54 B)
on (release) {
GoBack = 1;
_root.gotoAndPlay(865);
}
Symbol 43 Button (42 B)
on (release) {
_root.gotoAndStop(1227);
}
Symbol 46 MovieClip Frame 24 (8 B)
stop();
Symbol 78 Button (49 B)
on (release) {
NetscapeEdited.play();
play();
}
Symbol 80 Button (49 B)
on (release) {
NetscapeEdited.stop();
stop();
}
Symbol 82 Button (34 B)
on (release) {
gotoAndStop (2);
}
Symbol 84 Button (97 B)
on (release) {
if (Black._alpha == 0) {
Black._alpha = 100;
} else {
Black._alpha = 0;
}
}
Symbol 86 Button (38 B)
on (release) {
toggleHighQuality();
}
Symbol 97 Button (25 B)
on (release) {
play();
}
Symbol 98 Button (25 B)
on (release) {
stop();
}
Symbol 121 Button (34 B)
on (release) {
gotoAndStop (2);
}
Symbol 123 Button (61 B)
on (release) {
getURL ("TwinsenDude@gmail.com", "_blank");
}
Symbol 126 Button (61 B)
on (release) {
getURL ("luciendodge@yahoo.com", "_blank");
}