[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 (415 B)
stopAllSounds();
arr1 = new Array("Shake your ", "Jig around a ", "Point at your favorite ", "Try to bite a ", "Kiss some ", "Wax lyrical about a ", "SATISFY a ", "Shout ", "sit on a ", "Defend your ", "Attack your ", "Draw a ", "laugh dismisively at a ", "Is this your ");
arr2 = new Array("money maker", "plant pot", "monkey", "sack of some kind", "wookie", "chair", "pie", "drink");
freakish = random(100);
Frame 2 (239 B)
if (freakish < 80) {
sa = new String(arr1[random(13)]);
sb = new String(arr2[random(7)]);
obey = sa.concat(sb);
} else if (85 < freakish) {
obey = "Fuck off. Im knackered";
} else {
obey = "Send me all your money!!!";
}
Frame 70 (8 B)
stop();
Symbol 18 Button (34 B)
on (release) {
gotoAndPlay (1);
}