Combined Code
movieClip 2 fly2 {
}
movieClip 6 fly {
frame 1 {
a = Math.round(Math.random() * 17);
gotoAndPlay(a);
}
frame 2 {
a = Math.round(Math.random() * 17);
gotoAndPlay(a);
}
frame 3 {
a = Math.round(Math.random() * 17);
gotoAndPlay(a);
}
frame 4 {
a = Math.round(Math.random() * 17);
gotoAndPlay(a);
}
frame 5 {
a = Math.round(Math.random() * 17);
gotoAndPlay(a);
}
frame 6 {
a = Math.round(Math.random() * 17);
gotoAndPlay(a);
}
frame 7 {
a = Math.round(Math.random() * 17);
gotoAndPlay(a);
}
frame 8 {
a = Math.round(Math.random() * 17);
gotoAndPlay(a);
}
frame 9 {
a = Math.round(Math.random() * 17);
gotoAndPlay(a);
}
frame 10 {
a = Math.round(Math.random() * 17);
gotoAndPlay(a);
}
frame 11 {
a = Math.round(Math.random() * 17);
gotoAndPlay(a);
}
frame 12 {
a = Math.round(Math.random() * 17);
gotoAndPlay(a);
}
frame 13 {
a = Math.round(Math.random() * 17);
gotoAndPlay(a);
}
frame 14 {
a = Math.round(Math.random() * 17);
gotoAndPlay(a);
}
frame 15 {
a = Math.round(Math.random() * 17);
gotoAndPlay(a);
}
frame 16 {
a = Math.round(Math.random() * 17);
gotoAndPlay(a);
}
frame 17 {
a = Math.round(Math.random() * 17);
gotoAndPlay(a);
}
}
button 14 {
on (release) {
_root.play();
}
}
movieClip 15 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 18 {
}
movieClip 21 {
frame 1 {
function fly3Init() {
this.speedX = Math.random() * speed;
this.speedY = Math.random() * speed;
this.onEnterFrame = fly3Move;
}
function fly3Move() {
this._x += this.speedX;
this._y += this.speedY;
if (Math.abs(this._x - sX) > sWidth) {
this.speedX = -this.speedX;
this._x += this.speedX;
}
if (Math.abs(this._y - sY) > sHeight) {
this.speedY = -this.speedY;
this._y += this.speedY;
}
if (Math.random() < jitter) {
this.speedX = Math.random() * speed - speed / 2;
this.speedY = Math.random() * speed - speed / 2;
}
}
function fly3Die() {
var v2 = 0;
while (v2 < numFlies) {
var v3 = _parent['fly3' + v2];
v3.removeMovieClip();
++v2;
}
}
var sWidth = this._width / 2;
var sHeight = this._height / 2;
var sX = this._x;
var sY = this._y;
var i = 0;
while (i < numFlies) {
var fly3 = _parent.attachMovie('fly3', 'fly3' + i, _parent.getNextHighestDepth());
fly3._x = sX + Math.random() * sWidth * 2 - sWidth;
fly3._y = sY + Math.random() * sHeight * 2 - sHeight;
fly3.onEnterFrame = fly3Init;
++i;
}
this._visible = false;
this.onUnload = fly3Die;
}
}
movieClip 22 {
instance of movieClip 21 {
onClipEvent (construct) {
jitter = 0.01;
speed = 1.5;
numFlies = 120;
}
}
}
movieClip 23 {
}
movieClip 26 {
frame 1 {
_root.gotoAndStop(1);
_root.bl = _root.getBytesLoaded();
_root.bt = _root.getBytesTotal();
percents = Math.round(_root.bl / (_root.bt / 100));
progbar.gotoAndStop(percents);
bla.text = percents + '%';
}
frame 2 {
if (_root.bl < _root.bt) {
this.gotoAndPlay(1);
} else {
_root.gotoAndPlay(3);
}
}
}
movieClip 28 {
}
frame 20 {
stop();
}
instance of movieClip 15 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
instance of movieClip 15 {
onClipEvent (load) {
this.gotoAndStop(1);
}
}
movieClip 37 {
}
movieClip 38 {
}
movieClip 49 {
}
movieClip 63 {
}
movieClip 71 {
}
movieClip 122 {
}
movieClip 132 {
}
movieClip 143 {
}
movieClip 144 {
}
movieClip 149 {
}
movieClip 155 {
}
movieClip 160 {
}
movieClip 178 {
}
movieClip 179 {
}
movieClip 202 {
}
movieClip 208 {
}
movieClip 273 {
}
movieClip 548 {
}
movieClip 551 {
}
movieClip 804 {
}
movieClip 843 {
}
movieClip 1003 {
}
movieClip 1097 {
}
instance of movieClip 1097 {
onClipEvent (load) {
this.stop();
}
}
instance of movieClip 1097 {
onClipEvent (load) {
this.stop();
}
}
movieClip 1124 {
}
movieClip 1338 {
}
movieClip 1362 {
}
movieClip 1525 {
}
movieClip 1550 {
}
movieClip 1728 {
}
movieClip 1731 {
}
movieClip 1733 {
}
movieClip 1738 {
}
movieClip 1743 {
}
movieClip 1777 {
}
movieClip 1783 {
}
movieClip 1791 {
}
movieClip 1797 {
}
movieClip 1802 {
}
movieClip 1809 {
}
instance of movieClip 1809 {
onClipEvent (load) {
this.gotoAndPlay(7);
}
}
movieClip 1878 {
}
movieClip 1881 {
}
movieClip 1959 {
}
movieClip 1964 {
}
movieClip 1965 {
}
movieClip 1996 {
}
movieClip 1998 {
}
movieClip 2000 {
}
movieClip 2003 {
}
movieClip 2005 {
}
movieClip 2007 {
}
movieClip 2009 {
}
movieClip 2019 {
}
instance of movieClip 2019 {
onClipEvent (load) {
this.gotoAndStop(17);
}
}
instance of movieClip 2019 {
onClipEvent (load) {
this.gotoAndStop(17);
}
}
movieClip 2179 {
}
movieClip 2180 {
}
movieClip 2181 {
}
movieClip 2307 {
}
movieClip 2308 {
}
movieClip 2312 {
}
movieClip 2314 {
}
movieClip 2327 {
}
movieClip 2334 {
}
movieClip 2349 {
}
movieClip 2411 {
}
movieClip 2421 {
}
movieClip 2423 {
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 3034 {
}
movieClip 3110 {
}
movieClip 3112 {
}
movieClip 3114 {
}
movieClip 3116 {
}
movieClip 3118 {
}
movieClip 3120 {
}
movieClip 3617 {
frame 4 {
gotoAndPlay(1);
}
}
movieClip 3705 {
frame 1 {
function flyInit() {
this.speedX = Math.random() * speed;
this.speedY = Math.random() * speed;
this.onEnterFrame = flyMove;
}
function flyMove() {
this._x += this.speedX;
this._y += this.speedY;
if (Math.abs(this._x - sX) > sWidth) {
this.speedX = -this.speedX;
this._x += this.speedX;
}
if (Math.abs(this._y - sY) > sHeight) {
this.speedY = -this.speedY;
this._y += this.speedY;
}
if (Math.random() < jitter) {
this.speedX = Math.random() * speed - speed / 2;
this.speedY = Math.random() * speed - speed / 2;
}
}
function flyDie() {
var v2 = 0;
while (v2 < numFlies) {
var v3 = _parent['fly' + v2];
v3.removeMovieClip();
++v2;
}
}
var sWidth = this._width / 2;
var sHeight = this._height / 2;
var sX = this._x;
var sY = this._y;
var i = 0;
while (i < numFlies) {
var fly = _parent.attachMovie('fly', 'fly' + i, _parent.getNextHighestDepth());
fly._x = sX + Math.random() * sWidth * 2 - sWidth;
fly._y = sY + Math.random() * sHeight * 2 - sHeight;
fly.onEnterFrame = flyInit;
++i;
}
this._visible = false;
this.onUnload = flyDie;
}
}
movieClip 3706 {
instance of movieClip 3705 {
onClipEvent (construct) {
jitter = 0.1;
speed = 3;
numFlies = 120;
}
}
}
movieClip 3779 {
frame 65 {
stop();
}
}
movieClip 4284 {
}
movieClip 4285 {
}
movieClip 4322 {
}
movieClip 4479 {
}
instance of movieClip 4479 {
onClipEvent (load) {
this.gotoAndPlay(7);
}
}
movieClip 4483 {
}
movieClip 4492 {
}
movieClip 4503 {
}
movieClip 4511 {
}
movieClip 4514 {
}
movieClip 4515 {
}
movieClip 4525 {
}
movieClip 4556 {
}
movieClip 4557 {
}
movieClip 4658 {
}
movieClip 4735 {
}
movieClip 5001 {
}
instance of movieClip 4735 {
onClipEvent (load) {
this.gotoAndPlay(7);
}
}
instance of movieClip 4735 {
onClipEvent (load) {
this.gotoAndPlay(7);
}
}
movieClip 5038 {
}
instance of movieClip 4735 {
onClipEvent (load) {
this.gotoAndPlay(4);
}
}
movieClip 5248 {
}
instance of movieClip 5248 {
onClipEvent (load) {
this.gotoAndPlay(4);
}
}
movieClip 5290 {
}
movieClip 5293 {
}
movieClip 5297 {
}
movieClip 5300 {
}
movieClip 5303 {
}
movieClip 5308 {
}
movieClip 5313 {
}
movieClip 5316 {
}
movieClip 5319 {
}
instance of movieClip 4735 {
onClipEvent (load) {
this.gotoAndPlay(49);
}
}
movieClip 5326 {
}
movieClip 5347 {
}
movieClip 5351 {
}
movieClip 5396 {
}
movieClip 5467 {
frame 14 {
stop();
}
}
movieClip 5481 {
frame 14 {
stop();
}
}
movieClip 5702 {
frame 9 {
gotoAndPlay(4);
}
}
movieClip 5726 {
frame 27 {
gotoAndPlay(16);
}
}
instance of movieClip 5726 {
onClipEvent (load) {
this.gotoAndPlay(16);
}
}
movieClip 5735 {
}
movieClip 5737 {
}
movieClip 5952 {
}
movieClip 6005 {
frame 52 {
stop();
}
}
movieClip 6038 {
}
movieClip 6141 {
frame 1 {
function fly2Init() {
this.speedX = Math.random() * speed;
this.speedY = Math.random() * speed;
this.onEnterFrame = fly2Move;
}
function fly2Move() {
this._x += this.speedX;
this._y += this.speedY;
if (Math.abs(this._x - sX) > sWidth) {
this.speedX = -this.speedX;
this._x += this.speedX;
}
if (Math.abs(this._y - sY) > sHeight) {
this.speedY = -this.speedY;
this._y += this.speedY;
}
if (Math.random() < jitter) {
this.speedX = Math.random() * speed - speed / 2;
this.speedY = Math.random() * speed - speed / 2;
}
}
function fly2Die() {
var v2 = 0;
while (v2 < numFlies) {
var v3 = _parent['fly2' + v2];
v3.removeMovieClip();
++v2;
}
}
var sWidth = this._width / 2;
var sHeight = this._height / 2;
var sX = this._x;
var sY = this._y;
var i = 0;
while (i < numFlies) {
var fly2 = _parent.attachMovie('fly2', 'fly2' + i, _parent.getNextHighestDepth());
fly2._x = sX + Math.random() * sWidth * 2 - sWidth;
fly2._y = sY + Math.random() * sHeight * 2 - sHeight;
fly2.onEnterFrame = fly2Init;
++i;
}
this._visible = false;
this.onUnload = fly2Die;
}
}
movieClip 6142 {
instance of movieClip 6141 {
onClipEvent (construct) {
jitter = 0.1;
speed = 4;
numFlies = 120;
}
}
}
movieClip 6181 {
instance of movieClip 6141 {
onClipEvent (construct) {
jitter = 0.1;
speed = 4;
numFlies = 120;
}
}
}
movieClip 6443 {
}
movieClip 6445 {
instance of movieClip 6141 {
onClipEvent (construct) {
jitter = 0.1;
speed = 4;
numFlies = 200;
}
}
}
movieClip 6467 {
}
movieClip 6491 {
}
movieClip 6629 {
}
movieClip 6636 {
}
movieClip 6692 {
}
movieClip 6758 {
}
movieClip 6860 {
}
movieClip 6864 {
}
movieClip 6885 {
}
movieClip 6890 {
}
movieClip 6892 {
instance of movieClip 6141 {
onClipEvent (construct) {
jitter = 0.5;
speed = 7;
numFlies = 60;
}
}
}
movieClip 6894 {
}
movieClip 6926 {
}
movieClip 6934 {
instance of movieClip 6141 {
onClipEvent (construct) {
jitter = 0.3;
speed = 2;
numFlies = 200;
}
}
}
movieClip 7025 {
instance of movieClip 6141 {
onClipEvent (construct) {
jitter = 0.3;
speed = 2;
numFlies = 200;
}
}
}
movieClip 7314 {
}
movieClip 7318 {
}
movieClip 7321 {
}
movieClip 7359 {
}
movieClip 7487 {
}
movieClip 7525 {
frame 36 {
stop();
}
}
movieClip 7533 {
frame 36 {
stop();
}
}
movieClip 7542 {
}
movieClip 7656 {
}
movieClip 7699 {
}
movieClip 7727 {
}
movieClip 7729 {
}
movieClip 7803 {
frame 37 {
stop();
}
}
movieClip 7806 {
}
movieClip 7808 {
}
movieClip 7822 {
}
instance of movieClip 7822 {
onClipEvent (load) {
this.gotoAndPlay(18);
}
}
movieClip 7823 {
}
instance of movieClip 7823 {
onClipEvent (load) {
this.gotoAndPlay(36);
}
}
movieClip 7825 {
}
movieClip 7893 {
}
movieClip 7897 {
}
movieClip 7902 {
}
movieClip 8109 {
}
movieClip 8216 {
}
movieClip 8226 {
}
movieClip 8250 {
}
movieClip 8256 {
}
button 8258 {
on (release) {
_root.play();
}
}
button 8265 {
on (release) {
getURL('http://araneola.com', '_blank');
}
}
button 8268 {
on (release) {
getURL('http://ahura.mylivepage.ru', '_blank');
}
}
frame 9952 {
stop();
}
movieClip 8269 {
}
frame 9958 {
gotoAndPlay(23);
}