[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 (825 B)
frame 1 {
stop();
btnpolera.onRelease = function () {
if (mcpolera._currentframe == 1) {
mcpolera.nextFrame();
btnpolera.nextFrame();
} else {
if (mcpolera._currentframe == 2) {
mcpolera.prevFrame();
btnpolera.prevFrame();
}
}
};
btndick.onRelease = function () {
if (mcdick._currentframe == 1) {
mcdick.nextFrame();
btndick.nextFrame();
} else {
if (mcdick._currentframe == 2) {
mcdick.prevFrame();
btndick.prevFrame();
}
}
};
}
movieClip 5 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 8 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 11 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 14 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
frame 2 {
stop();
}