[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 2 (18 B)
cum = 1;
stop();
Frame 65 (42 B)
if (cum <= 5) {
gotoAndPlay (27);
}
Frame 88 (8 B)
stop();
Frame 94 (18 B)
gotoAndPlay (91);
Symbol 4 Button (25 B)
on (release) {
play();
}
Symbol 10 Button (67 B)
on (release) {
_root.cum = _root.cum + 10;
_root.butcum.play();
}
Symbol 11 MovieClip Frame 7 (8 B)
stop();
Symbol 11 MovieClip Frame 12 (8 B)
stop();
Symbol 61 Button (25 B)
on (release) {
play();
}
Symbol 64 Button (25 B)
on (release) {
play();
}
Symbol 69 Button (34 B)
on (release) {
gotoAndStop (2);
}
Symbol 72 Button (34 B)
on (release) {
gotoAndPlay (3);
}