[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 (29 B)
sprite_frame.text_frame = 0;
Symbol 11 Button (247 B)
on (release) {
stop();
setProperty("_root.sprite_play_no", _x , 0);
setProperty("_root.sprite_play_yes", _x , -5000);
setProperty("_root.sprite_stop_yes", _x , 0);
setProperty("_root.sprite_stop_no", _x , -5000);
sprite_mode.text_mode = 0;
}
Symbol 15 Button (247 B)
on (release) {
play();
setProperty("_root.sprite_play_no", _x , -5000);
setProperty("_root.sprite_play_yes", _x , 0);
setProperty("_root.sprite_stop_yes", _x , -5000);
setProperty("_root.sprite_stop_no", _x , 0);
sprite_mode.text_mode = 1;
}