Combined Code
movieClip 4 {
}
movieClip 5 BshellsR_mc {
#initclip
function Bulletclass() {
this.update();
this.xmov = random(15) - 8;
this.ymov = random(10) - 15;
this.rota = random(120) - 60;
this.bouncet = 3;
}
Bulletclass.prototype = new MovieClip();
Bulletclass.prototype.update = function () {
if (this._y >= this.fheight) {
if (this.bouncet > 0) {
this._y = this.fheight;
this.ymov *= -0.8;
this.rota = random(120) - 60;
this.bouncet -= 1;
this.grav += this.grav;
this.ymov -= 2;
} else {
this.ymov = 1;
this.terV = 0;
this._y = this.fheight + 5;
this.rota = 2;
}
}
if (this.ymov < this.terV) {
if (this.bouncet >= 0) {
this.ymov += this.grav;
}
}
if (this.xmov > 1 || this.xmov < -1) {
this.xmov *= this.xdecay;
} else {
this.xmov = 0;
}
this._x += this.xmov;
this._y += this.ymov;
this._rotation += this.rota;
};
Object.registerClass('BshellsR_mc', Bulletclass);
#endinitclip
frame 1 {
this.onEnterFrame = function () {
this.update();
};
}
}
frame 1 {
stop();
}
movieClip 7 {
}
movieClip 8 {
frame 1 {
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
_root.gotoAndPlay(3);
}
}
frame 2 {
gotoAndPlay(1);
}
frame 15 {
_root.play();
}
}
// unknown tag 88 length 4
movieClip 12 {
}
movieClip 13 {
}
// unknown tag 88 length 4
movieClip 18 {
}
// unknown tag 88 length 137
movieClip 23 {
}
movieClip 28 {
frame 46 {
stop();
}
}
movieClip 30 {
frame 1 {
gotoAndPlay(random(60));
}
}
movieClip 33 {
frame 1 {
stop();
}
frame 20 {
_root.items_mc.gotoAndStop('info');
}
}
movieClip 35 {
frame 1 {
stop();
}
frame 20 {
_root.items_mc.gotoAndStop('extra');
}
}
movieClip 37 {
frame 1 {
stop();
}
frame 20 {
_root.items_mc.gotoAndStop('title');
}
}
movieClip 39 {
frame 1 {
stop();
}
frame 20 {
_root.items_mc.gotoAndStop('scene');
}
}
movieClip 41 {
frame 1 {
stop();
}
frame 20 {
_root.items_mc.gotoAndStop('oscar');
}
}
// unknown tag 88 length 4
movieClip 48 {
}
movieClip 52 {
frame 46 {
stop();
}
}
movieClip 57 {
frame 46 {
stop();
}
}
movieClip 62 {
frame 46 {
stop();
}
}
movieClip 65 {
}
movieClip 70 {
}
movieClip 74 {
frame 1 {
dq_btn.onRelease = function () {
getURL('http://www.deletionquality.net/', '');
};
}
frame 46 {
stop();
}
}
movieClip 75 {
frame 1 {
stop();
}
frame 6 {
stop();
}
frame 11 {
stop();
}
frame 16 {
stop();
}
frame 22 {
stop();
}
}
movieClip 78 {
}
movieClip 79 {
frame 1 {
stop();
}
}
movieClip 82 {
}
movieClip 83 {
frame 1 {
stop();
}
}
movieClip 85 {
}
movieClip 86 {
frame 1 {
stop();
}
}
movieClip 88 {
}
movieClip 89 {
instance of movieClip 79 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.nextFrame();
} else {
this.prevFrame();
}
}
onClipEvent (release) {
if (_root.buttons_mc.light_mc._x < 165) {
_root.buttons_mc.light_mc.movex = 168.6;
_root.items_mc.oscarfade_mc.play();
}
}
}
instance of movieClip 83 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.nextFrame();
} else {
this.prevFrame();
}
}
onClipEvent (release) {
if (_root.buttons_mc.light_mc._x > -50 || _root.buttons_mc.light_mc._x < -60) {
_root.buttons_mc.light_mc.movex = -56.8;
_root.items_mc.playfade_mc.play();
} else {
_root.play();
}
}
}
instance BTN_info of movieClip 86 {
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.nextFrame();
} else {
this.prevFrame();
}
}
onClipEvent (release) {
if (_root.buttons_mc.light_mc._x > -280) {
_root.buttons_mc.light_mc.movex = -279;
_root.items_mc.infofade_mc.play();
}
}
}
instance light_mc of movieClip 88 {
onClipEvent (load) {
movex = -56;
}
onClipEvent (enterFrame) {
if (movex < _x) {
newx = (_x - movex) / 3;
} else {
newx = (movex - _x) / 3;
}
if (movex < _x) {
_x = _x - newx;
} else {
_x = _x + newx;
}
}
}
}
frame 16 {
stop();
}
movieClip 101 {
frame 1 {
function camControl() {
parentColor.setTransform(camColor.getTransform());
var v4 = sX / this._width;
var v3 = sY / this._height;
_parent._x = cX - this._x * v4;
_parent._y = cY - this._y * v3;
_parent._xscale = 100 * v4;
_parent._yscale = 100 * v3;
}
function resetStage() {
var v2 = {'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0, 'aa': 100, 'ab': 0};
parentColor.setTransform(v2);
_parent._xscale = 100;
_parent._yscale = 100;
_parent._x = 0;
_parent._y = 0;
}
this._visible = false;
var oldMode = Stage.scaleMode;
Stage.scaleMode = 'exactFit';
var cX = Stage.width / 2;
var cY = Stage.height / 2;
var sX = Stage.width;
var sY = Stage.height;
Stage.scaleMode = oldMode;
var camColor = new Color(this);
var parentColor = new Color(_parent);
this.onEnterFrame = camControl;
camControl();
this.onUnload = resetStage;
}
}
movieClip 124 {
}
movieClip 168 {
}
movieClip 197 {
}
movieClip 245 {
}
movieClip 247 {
}
movieClip 261 {
}
movieClip 264 {
}
movieClip 265 {
}
movieClip 268 {
}
movieClip 269 {
}
movieClip 296 {
}
movieClip 314 {
}
movieClip 348 {
}
movieClip 363 {
}
movieClip 390 {
}
movieClip 392 {
}
movieClip 397 {
}
movieClip 602 {
}
movieClip 672 {
}
movieClip 788 {
}
movieClip 795 {
}
movieClip 891 {
}
movieClip 953 {
}
movieClip 1067 {
}
movieClip 1099 {
}
movieClip 1138 {
}
movieClip 1196 {
}
movieClip 1198 {
}
movieClip 1290 {
}
movieClip 1293 {
}
movieClip 1297 {
}
movieClip 1301 {
}
movieClip 1337 {
}
movieClip 1395 {
}
movieClip 1416 {
}
movieClip 1441 {
}
movieClip 1444 {
}
movieClip 1446 {
}
movieClip 1449 {
}
movieClip 1574 {
}
movieClip 1575 {
}
movieClip 1605 {
}
movieClip 1624 {
}
movieClip 1639 {
}
movieClip 1654 {
}
movieClip 1664 {
}
movieClip 1685 {
}
movieClip 1700 {
}
movieClip 1715 {
}
movieClip 1721 {
}
movieClip 1725 {
}
movieClip 1738 {
}
movieClip 1754 {
}
movieClip 1770 {
}
movieClip 1774 {
}
movieClip 1831 {
}
movieClip 1833 {
}
movieClip 1854 {
}
movieClip 1944 {
}
movieClip 2022 {
}
movieClip 2035 {
}
movieClip 2078 {
}
movieClip 2126 {
}
movieClip 2192 {
}
movieClip 2225 {
}
movieClip 2397 {
}
movieClip 2428 {
}
movieClip 2435 {
}
movieClip 2438 {
}
movieClip 2524 {
}
movieClip 2560 {
}
movieClip 2567 {
}
movieClip 2617 {
}
movieClip 2674 {
}
movieClip 2701 {
}
movieClip 2752 {
}
movieClip 2983 {
}
movieClip 3071 {
}
movieClip 3080 {
}
movieClip 3110 {
}
movieClip 3170 {
}
movieClip 3174 {
}
movieClip 3178 {
}
movieClip 3197 {
}
movieClip 3200 {
}
movieClip 3246 {
}
movieClip 3328 {
}
movieClip 3399 {
}
movieClip 3516 {
}
movieClip 3624 {
}
movieClip 3638 {
}
movieClip 3647 {
}
movieClip 3657 {
}
movieClip 3667 {
}
movieClip 4032 {
}
movieClip 4188 {
}
movieClip 4243 {
}
movieClip 4244 {
}
movieClip 4283 {
}
movieClip 4409 {
}
movieClip 4414 {
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
movieClip 4533 {
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
instance of movieClip 5 BshellsR_mc {
onClipEvent (construct) {
fheight = 600;
xdecay = 0.95;
grav = 3;
terV = 40;
}
}
movieClip 4573 {
}
movieClip 4646 {
}
movieClip 5210 {
}
movieClip 5219 {
}
movieClip 5292 {
}
movieClip 5368 {
}
movieClip 5687 {
}
movieClip 5697 {
}
movieClip 5887 {
}
movieClip 6143 {
}
movieClip 6208 {
}
movieClip 6265 {
}
movieClip 6291 {
}
movieClip 6306 {
}
movieClip 6320 {
}
movieClip 6345 {
}
movieClip 6357 {
}
movieClip 6479 {
}
movieClip 6498 {
}
movieClip 6548 {
}
movieClip 6569 {
}
movieClip 6985 {
}
movieClip 7004 {
}
movieClip 7085 {
}
movieClip 7096 {
}
movieClip 7501 {
}
movieClip 7538 {
}
movieClip 7569 {
}
movieClip 7740 {
}
movieClip 7794 {
}
movieClip 7814 {
}
movieClip 7868 {
}
movieClip 8046 {
}
movieClip 8193 {
}
movieClip 8406 {
}
frame 5171 {
_root._quality = 'MEDIUM';
}
movieClip 8593 {
}
frame 5225 {
_root._quality = 'HIGH';
}
movieClip 8817 {
}
movieClip 9032 {
}
movieClip 9035 {
}
movieClip 9037 {
frame 492 {
_root.play();
}
}