[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 (540 B)
frame 1 {
stop();
var scene = 1;
}
movieClip 4 {
}
instance of movieClip 4 {
onClipEvent (release) {
_root.gotoAndStop('begin');
scene = 1;
}
}
movieClip 6 {
}
instance of movieClip 6 {
onClipEvent (release) {
if (_root.scene == 1) {
_root.scene = 0;
_root.play();
}
if (_root.scene == 2) {
_root.scene = 3;
_root.gotoAndPlay('boobmilk');
}
}
}
frame 58 {
scene = 2;
}
frame 79 {
if (scene == 2) {
gotoAndPlay('boobmassage');
}
}
frame 96 {
gotoAndPlay('boobmilk');
}