[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 (107 B)
if (Number(_framesloaded) >= Number(_totalframes)) {
gotoAndStop (3);
} else {
gotoAndPlay (1);
}
Frame 3 (17 B)
gotoAndStop (4);
Frame 4 (8 B)
stop();
Frame 5 (8 B)
stop();
Frame 6 (8 B)
stop();
Frame 7 (8 B)
stop();
Frame 8 (8 B)
stop();
Frame 9 (8 B)
stop();
Frame 10 (8 B)
play();
Frame 28 (8 B)
stop();
Symbol 7 Button (30 B)
on (release) {
prevFrame();
}
Symbol 8 Button (30 B)
on (release) {
nextFrame();
}
Symbol 23 Button (34 B)
on (release) {
gotoAndStop (4);
}