[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 13 (8 B)
stop();
Frame 24 (8 B)
stop();
Frame 29 (17 B)
gotoAndPlay (3);
Frame 40 (8 B)
stop();
Frame 44 (17 B)
gotoAndPlay (3);
Symbol 7 MovieClip Frame 1 (8 B)
stop();
Symbol 8 MovieClip Frame 1 (109 B)
percent = Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
loadbar.gotoAndStop(percent);
Symbol 8 MovieClip Frame 3 (77 B)
if (percent == 100) {
_parent.play();
} else {
gotoAndPlay ("loop");
}
Symbol 41 Button (66 B)
on (release) {
getURL ("http://www.skullhead.co.uk", "_blank");
}
Symbol 49 Button (533 B)
on (release, keyPress "<Enter>") {
gotoAndPlay (31);
generate = random(24);
ans = ["You'll find out in due time", "Yes", "No", "Maybe", "Absolutely, Yes", "Definitely, No", "Its hard to tell", "Certainly", "The answer is clearly no", "Its unsure", "Of course", "No way", "The answer is fuzzy", "100% Yes", "Not a Chance", "Time will tell", "Its 50:50", "You already know the answer", "Hell yeah!", "Hell NO!", "Who knows? I don't!", "Don't be silly, of course", "Absolutely", "Ha Ha, no."];
_root.textbox = ans[generate];
}
Symbol 50 Button (533 B)
on (release, keyPress "<Enter>") {
gotoAndPlay (15);
generate = random(24);
ans = ["You'll find out in due time", "Yes", "No", "Maybe", "Absolutely, Yes", "Definitely, No", "Its hard to tell", "Certainly", "The answer is clearly no", "Its unsure", "Of course", "No way", "The answer is fuzzy", "100% Yes", "Not a Chance", "Time will tell", "Its 50:50", "You already know the answer", "Hell yeah!", "Hell NO!", "Who knows? I don't!", "Don't be silly, of course", "Absolutely", "Ha Ha, no."];
_root.textbox = ans[generate];
}
Symbol 56 Button (66 B)
on (release) {
getURL ("http://www.skullhead.co.uk", "_blank");
}
Symbol 68 Button (25 B)
on (release) {
play();
}