Combined Code
frame 1 {
function replayThatShit() {
gotoAndPlay(1);
}
function moarGold() {
gotoAndPlay(288);
}
function evenMoarGold() {
gotoAndPlay(340);
}
function no() {}
var customMenu = new ContextMenu();
customMenu.customItems.push(new ContextMenuItem('Replay.', replayThatShit));
customMenu.customItems.push(new ContextMenuItem('GOLD!!', moarGold));
customMenu.customItems.push(new ContextMenuItem('Flamboyant dragon clip brought to you by:', evenMoarGold));
customMenu.customItems.push(new ContextMenuItem('Synonymous !SYNONymDuY', no));
customMenu.hideBuiltInItems();
_root.menu = customMenu;
}
// unknown tag 88 length 86
frame 337 {
gotoAndPlay(2);
}
frame 719 {
gotoAndPlay(2);
}