[Tools][Expand/Collapse All]Note that automatic extraction of ActionScript 3 is still pretty much unsupported by swfchan. AS1/AS2 works okay most of the time.Frame 1 (304 B)
function itemHandler1(obj, item) {
getURL ("www.newgrounds.com");
}
fscommand ("showMenu", false);
var myMenu = new ContextMenu();
myMenu.hideBuiltInItems();
item1 = new ContextMenuItem("PUT DIS ON DA FRONTPAGE", itemHandler1);
myMenu.customItems.push(item1);
_root.menu = myMenu;
amount = 1;
Frame 2 (260 B)
var total = _root.getBytesTotal();
var loaded = _root.getBytesLoaded();
var perc = ((loaded / total) * 100);
percent = Math.round(perc) + "%";
setProperty("progress", _xscale , perc);
if (loaded == total) {
percent = "ROFLS";
gotoAndPlay ("Done");
}
Frame 3 (22 B)
gotoAndPlay ("Nope");
Frame 15 (8 B)
stop();
Frame 2605 (17 B)
stopAllSounds();
Frame 2887 (8 B)
stop();
Frame 2932 (8 B)
stop();
Symbol 18 Button (25 B)
on (release) {
play();
}
Symbol 159 Button (25 B)
on (release) {
play();
}
Symbol 164 Button (54 B)
on (release) {
stopAllSounds();
gotoAndPlay (478);
}