Combined Code
movieClip 16 {
}
movieClip 19 {
frame 1 {
this._visible = false;
this.onEnterFrame = function () {
var v4 = Stage.width / this._width;
var v3 = Stage.height / this._height;
_parent._x = Stage.width / 2 - this._x * v4;
_parent._y = Stage.height / 2 - this._y * v3;
_parent._xscale = 100 * v4;
_parent._yscale = 100 * v3;
};
this.onUnload = function () {
_parent.xscale = 100;
_parent.yscale = 100;
_parent._x = 0;
_parent._y = 0;
};
}
}
movieClip 23 {
}
button 24 {
on (press) {
gotoAndPlay(36);
}
}
movieClip 92 {
}
movieClip 133 {
}
movieClip 140 {
}
frame 35 {
gotoAndPlay(1);
}