[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 (88 B)
if (_framesloaded == _totalframes) {
gotoAndPlay (4);
} else {
gotoAndPlay (1);
}
Instance of Symbol 7 MovieClip in Frame 4 (132 B)
onClipEvent (enterFrame) {
if (this._width > 250) {
this._width = this._width - 0.1;
this._height = this._height - 0.1;
}
}
Frame 187 (17 B)
gotoAndPlay (4);
Symbol 7 MovieClip Frame 1 (545 B)
var copyrightNotice = "Copyright (c) 2006-2007 Sockpuppet Pty Ltd. All Rights Reserved. http://www.reanimator.net";
var reanimator = (new flash.geom.Transform(this));
var camera = (new flash.geom.Transform(this._parent));
var w = Stage.width;
var h = Stage.height;
this._visible = false;
this.onEnterFrame = function () {
this._parent.filters = this.filters;
var _local2 = reanimator.matrix;
camera.colorTransform = reanimator.colorTransform;
_local2.invert();
_local2.translate(w * 0.5, h * 0.5);
camera.matrix = _local2;
};