[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.Frame 1 (99 B)
loaded = false;
bgm = new Sound(this);
bgm.attachSound("sound1");
bgm.start(0, 65535);
stop();
Frame 2 (8 B)
stop();
Frame 3 (8 B)
stop();
Symbol 16 Button (126 B)
on (release) {
_root.gotoAndStop(1);
bgm.stop();
bgm = new Sound(this);
bgm.attachSound("sound1");
bgm.start(0, 65535);
}
Symbol 17 Button (126 B)
on (release) {
_root.gotoAndStop(2);
bgm.stop();
bgm = new Sound(this);
bgm.attachSound("sound2");
bgm.start(0, 65535);
}
Symbol 18 Button (126 B)
on (release) {
_root.gotoAndStop(3);
bgm.stop();
bgm = new Sound(this);
bgm.attachSound("sound3");
bgm.start(0, 65535);
}