[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 8 (312 B)
this.onEnterFrame = function () {
var _local1 = this;
if (_local1.getBytesLoaded() == _local1.getBytesTotal()) {
gotoAndPlay(_currentframe + 1);
delete _local1.onEnterFrame;
} else {
x = Math.floor((_local1.getBytesLoaded() / _local1.getBytesTotal()) * 100);
mask._xscale = x;
}
};
stop();
Frame 285 (8 B)
stop();
Symbol 6 MovieClip Frame 1 (18 B)
this._xscale = 0;
Symbol 85 Button (35 B)
on (release) {
gotoAndPlay (15);
}