[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 (323 B)
loadMovieNum ("monkey2419.swf", 1, "GET");
onEnterFrame = function () {
if (_level1._currentframe < 6) {
_level1._mochiad._visible = false;
if (_level1.getBytesLoaded() == _level1.getBytesTotal()) {
_level1.gotoAndPlay(11);
}
}
if (_level1.introclip) {
_level1.introclip.gotoAndStop(186);
}
};