[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 (91 B)
if (_framesloaded >= _totalframes) {
gotoAndStop (3);
} else {
gotoAndPlay (1);
}
Frame 4 (8 B)
play();
Frame 1601 (26 B)
stop();
stopAllSounds();
Symbol 13 Button (30 B)
on (release) {
nextFrame();
}
Symbol 158 Button (34 B)
on (release) {
gotoAndPlay (1);
}
Symbol 171 Button (56 B)
on (release) {
getURL ("www.afro-ninja.com", "_top");
}