[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 (108 B)
this.onEnterFrame = function () {
app._y = (-(Stage.height - 450)) / 2;
};
Stage.scaleMode = "noScale";
Symbol 11 MovieClip Frame 1 (22 B)
lastFix = 0;
stop();
Symbol 12 MovieClip Frame 1 (245 B)
hum.onRelease = function () {
nextY = fixes["fix" + lastFix]._y;
trace("nextY = " + nextY);
fixes.attachMovie("fix", "fix" + fixes.lastFix, fixes.lastFix + 1);
fixes["fix" + fixes.lastFix]._y = fixes.lastFix * 85;
fixes.lastFix++;
};