[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.Combined Code (886 B)
movieClip 2 loadingBar {
}
instance loadingBar of movieClip 2 loadingBar {
onClipEvent (load) {
_root.loadingBar._xscale = 100;
percent = 0;
}
onClipEvent (enterFrame) {
_root._quality = 'BEST';
percent = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
_root.loadingBar._xscale = 100 - percent;
if (percent >= 100) {
_root.play();
} else {
_root.stop();
}
}
}
movieClip 54 {
}
// unknown tag 88 length 106
frame 2 {
hover.useHandCursor = false;
}
frame 2 {
latin._visible = false;
stop();
hover.onRollOver = function () {
latin._visible = true;
};
hover.onRollOut = function () {
latin._visible = false;
};
}
movieClip 65 {
}
movieClip 218 {
}
movieClip 219 {
}
// unknown tag 88 length 146
movieClip 224 {
}
// unknown tag 88 length 62
movieClip 227 {
}
movieClip 236 {
}