[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 (8 B)
stop();
Instance of Symbol 46 MovieClip in Frame 1 (226 B)
onClipEvent (enterFrame) {
if (_root.getBytesLoaded() >= _root.getBytesTotal()) {
_root.gotoAndPlay(2);
} else {
this.gotoAndStop(Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * this._totalframes));
}
}
Frame 2 (8 B)
stop();
Frame 337 (8 B)
stop();
Symbol 40 MovieClip Frame 42 (8 B)
stop();
Symbol 53 Button (34 B)
on (release) {
gotoAndPlay (3);
}
Symbol 140 Button (58 B)
on (release) {
stopAllSounds();
gotoAndPlay ("start");
}