[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)
play();
Frame 2 (8 B)
stop();
Frame 6 (8 B)
stop();
Frame 184 (162 B)
stop();
setProperty("/eatman", _xscale , 50);
setProperty("/eatman", _yscale , 50);
tellTarget ("/mark2") {
stop();
};
tellTarget ("/com") {
stop();
};
Frame 185 (1 B)
Frame 245 (8 B)
stop();
Symbol 14 Button (25 B)
on (release) {
play();
}
Symbol 26 Button (39 B)
on (release) {
nextFrame();
play();
}
Symbol 27 Button (51 B)
on (keyPress "<Space>") {
gotoAndPlay (2);
}
Symbol 42 MovieClip Frame 1 (8 B)
stop();
Symbol 58 MovieClip Frame 1 (8 B)
stop();
Symbol 58 MovieClip Frame 2 (8 B)
stop();
Symbol 59 Button (308 B)
on (release, keyPress "<Space>") {
display = digit;
digit = Number(digit) + 1;
tellTarget ("/maker") {
nextFrame();
};
tellTarget ("/disk") {
nextFrame();
};
tellTarget ("/man") {
play();
};
if (Number(digit) >= 120) {
tellTarget ("/com") {
stop();
};
gotoAndStop (185);
}
}
Symbol 72 MovieClip Frame 1 (8 B)
stop();
Symbol 84 Button (48 B)
on (release) {
digit = "1";
gotoAndStop (1);
}