[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.Combined Code (349 B)
frame 1 {
stop();
}
// unknown tag 88 length 94
button 8 {
on (release) {
gotoAndStop(2);
}
}
frame 2 {
stop();
}
button 12 {
on (release) {
gotoAndStop(3);
}
}
frame 3 {
stop();
}
button 15 {
on (release) {
gotoAndStop(4);
}
}
frame 4 {
stop();
}
button 18 {
on (release) {
gotoAndStop(1);
}
}