[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 (23 B)
stop();
Mouse.show();
Symbol 10 Button (56 B)
on (release) {
loadMovieNum ("/data/Lesson1.swf", 0);
}
Symbol 11 Button (30 B)
on (release) {
nextFrame();
}
Symbol 12 Button (63 B)
on (release, keyPress "<Space>") {
fscommand ("quit");
}
Symbol 15 Button (36 B)
on (release) {
gotoAndStop (212);
}
Symbol 25 Button (30 B)
on (release) {
prevFrame();
}
Symbol 36 Button (34 B)
on (release) {
gotoAndStop (1);
}
Symbol 43 Button (56 B)
on (release) {
loadMovieNum ("/data/Lesson2.swf", 0);
}