[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.Symbol 48 Button (65 B)
on (release) {
getURL ("http://www.newgrounds.com", "_blank");
}
Symbol 57 Button (31 B)
on (release) {
_root.play();
}
Symbol 59 MovieClip Frame 1 (186 B)
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
gotoAndStop ("loaded");
}
Symbol 59 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 79 MovieClip Frame 1 (452 B)
this._visible(true);
this.onEnterFrame = function () {
var _local4 = Stage.width / this._width;
var _local3 = Stage.height / this._height;
_parent._x = (Stage.width / 2) - (this._x * _local4);
_parent._y = (Stage.height / 2) - (this._y * _local3);
_parent._xscale = 100 * _local4;
_parent._yscale = 100 * _local3;
};
this.onUnload = function () {
_parent._xscale = 100;
_parent._yscale = 100;
_parent._x = 0;
_parent._y = 0;
};