[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 7 MovieClip in Frame 1 (228 B)
onClipEvent (enterFrame) {
if (_root.getBytesLoaded() >= _root.getBytesTotal()) {
_root.gotoAndStop("2");
} else {
this.gotoAndStop(Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * this._totalframes));
}
}
Frame 2 (8 B)
play();
Frame 27 (8 B)
stop();
Frame 1018 (26 B)
stop();
stopAllSounds();
Symbol 7 MovieClip Frame 1 (8 B)
stop();
Symbol 18 Button (25 B)
on (release) {
play();
}
Symbol 149 Button (25 B)
on (release) {
play();
}
Symbol 220 Button (34 B)
on (release) {
gotoAndStop (2);
}