[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 (8 B)
mn = 1;
Frame 2 (33 B)
Stage.showMenu = false;
stop();
Symbol 21 Button (34 B)
on (release) {
gotoAndStop (3);
}
Symbol 22 Button (916 B)
on (release) {
if (mn === 1) {
dc = "\"I say something different every time you click!\"";
} else if (mn === 2) {
dc = "\"Way to go, /f/tards!\"";
} else if (mn === 3) {
dc = "\"Do I get paid for this?\"";
} else if (mn === 4) {
dc = "\"Needs dickgirls.\"";
} else if (mn === 5) {
dc = "\"I don't know what a 'furry' is, but it sounds yummy!\"";
} else if (mn === 6) {
dc = "\"I had a TV show once. Seriously!\"";
} else if (mn === 7) {
dc = "\"Pam Dawber? Yeah, I fucked her.\"";
} else if (mn === 8) {
dc = "\"Liquor cabinet? I hardly even know her!\"";
} else if (mn === 9) {
dc = "\"set.ini not found\"";
} else if (mn === 10) {
dc = "\"Pedobear thinks Michael Jackson is GOD.\"";
} else if (mn === 11) {
dc = "\"Oh no! She let one go! She queefed.\"";
} else if (mn === 12) {
dc = "\"WRYYYYY- YYYYYYYY- YYYYYYY!\"";
}
mn++;
if (mn == 13) {
mn = 1;
}
gotoAndStop (4);
}
Symbol 33 Button (34 B)
on (release) {
gotoAndStop (2);
}