[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 (421 B)
frame 1 {
stop();
onEnterFrame = function () {
if (_root.getBytesLoaded() == _root.getBytesTotal()) {
clear();
gotoAndStop(2);
onEnterFrame = function () {};
}
var v2 = _root.getBytesLoaded() / _root.getBytesTotal();
clear();
lineStyle(4, 8947848);
moveTo(100, 300);
lineTo(100 + 600 * v2, 300);
};
}
frame 2 {
stop();
}
movieClip 5 {
frame 124 {
gotoAndPlay(30);
}
}