[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.Instance of Symbol 3 MovieClip in Frame 1 (175 B)
onClipEvent (load) {
_root.stop();
}
onClipEvent (enterFrame) {
if (100 == Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100)) {
_root.gotoAndPlay(2);
}
}
Frame 2 (8 B)
stop();
Frame 3333 (8 B)
stop();
Symbol 13 Button (40 B)
on (release) {
gotoAndPlay ("start");
}
Symbol 213 Button (40 B)
on (release) {
gotoAndPlay ("start");
}
Symbol 214 Button (66 B)
on (release) {
getURL ("http://www5f.biglobe.ne.jp/~marubou/");
}