[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 (1 B)
Frame 622 (19 B)
gotoAndPlay (472);
Symbol 3 MovieClip Frame 1 (246 B)
_xscale = 0;
_root.stop();
this.onEnterFrame = function () {
nParcent = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (_xscale < nParcent) {
_xscale = (_xscale + 2);
}
if (_xscale == 100) {
_root.play();
}
};
Symbol 6 MovieClip Frame 1 (104 B)
this.onEnterFrame = function () {
nParcent_txt.text = (_parent._parent.bar_mc._xscale + 2) + "%";
};
Symbol 7 MovieClip Frame 1 (152 B)
function stopMovie() {
this.gotoAndStop(1);
}
this.onEnterFrame = function () {
if (_parent.bar_mc._xscale == 100) {
this.stopMovie();
}
};