[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 (378 B)
// unknown tag 88 length 69
button 9 {
on (release) {
gotoAndPlay(3);
}
}
frame 2 {
stop();
}
button 19 {
on (release) {
gotoAndPlay(5);
}
}
frame 4 {
gotoAndPlay(3);
}
button 23 {
on (press) {
stop();
}
}
button 27 {
on (press) {
play();
}
}
button 31 {
on (release) {
gotoAndPlay(1);
}
}
frame 235 {
gotoAndPlay(22);
}