[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 (499 B)
frame 26 {
stop();
}
movieClip 5 {
}
button 8 {
on (release) {
play();
}
}
button 12 {
on (release) {
_root.gotoAndPlay(_currentframe + 120);
}
}
button 16 {
on (release) {
nextFrame();
_root.stop();
}
}
button 19 {
on (release) {
prevFrame();
_root.play();
}
}
movieClip 20 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
button 21 {
on (release) {
_root.gotoAndPlay(_currentframe - 120);
}
}
frame 13571 {
gotoAndPlay(36);
}