[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 3 (91 B)
if (_framesloaded >= _totalframes) {
gotoAndPlay (4);
} else {
gotoAndPlay (2);
}
Frame 4 (17 B)
stop();
stop();
Frame 6068 (8 B)
stop();
Frame 6273 (17 B)
gotoAndPlay (5);
Symbol 11 Button (25 B)
on (release) {
play();
}
Symbol 16 Button (25 B)
on (release) {
stop();
}
Symbol 19 Button (25 B)
on (release) {
play();
}
Symbol 222 Button (34 B)
on (release) {
gotoAndPlay (5);
}