[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 (393 B)
frame 1 {
stop();
}
button 4 {
on (release) {
gotoAndPlay(4);
}
}
button 7 {
on (release) {
gotoAndPlay(29);
}
}
button 10 {
on (release) {
gotoAndStop(2);
}
}
frame 2 {
stop();
}
button 21 {
on (release) {
gotoAndPlay(1);
}
}
frame 27 {
gotoAndPlay(4);
}
button 33 {
on (release) {
gotoAndPlay(1);
}
}
frame 58 {
gotoAndPlay(29);
}