Frame 1
stop();
Symbol 84 MovieClip Frame 1
t = 96;
Instance of Symbol 5 MovieClip "amoba1" in Symbol 84 MovieClip Frame 1
onClipEvent (load) {
this._xscale = 5;
this._yscale = this._xscale;
xs = 5;
speed = 0.5;
rugo = 0.15;
t = random(48);
dist = 0;
}
onClipEvent (enterFrame) {
dist = dist + ((xs - this._xscale) / speed);
this._xscale = this._xscale + ((dist - this._xscale) * rugo);
this._yscale = this._xscale;
t--;
if (t < 0) {
t = 0;
xs = 100;
}
}
Instance of Symbol 12 MovieClip "amoba3" in Symbol 84 MovieClip Frame 1
onClipEvent (load) {
this._xscale = 5;
this._yscale = this._xscale;
xs = 5;
speed = 0.5;
rugo = 0.15;
t = random(48);
dist = 0;
}
onClipEvent (enterFrame) {
dist = dist + ((xs - this._xscale) / speed);
this._xscale = this._xscale + ((dist - this._xscale) * rugo);
this._yscale = this._xscale;
t--;
if (t < 0) {
t = 0;
xs = 100;
}
}
Instance of Symbol 19 MovieClip "amoba4" in Symbol 84 MovieClip Frame 1
onClipEvent (load) {
this._xscale = 5;
this._yscale = this._xscale;
xs = 5;
speed = 0.5;
rugo = 0.15;
t = random(48);
dist = 0;
}
onClipEvent (enterFrame) {
dist = dist + ((xs - this._xscale) / speed);
this._xscale = this._xscale + ((dist - this._xscale) * rugo);
this._yscale = this._xscale;
t--;
if (t < 0) {
t = 0;
xs = 100;
}
}
Instance of Symbol 26 MovieClip "amoba6" in Symbol 84 MovieClip Frame 1
onClipEvent (load) {
this._xscale = 5;
this._yscale = this._xscale;
xs = 5;
speed = 0.5;
rugo = 0.15;
t = random(48);
dist = 0;
}
onClipEvent (enterFrame) {
dist = dist + ((xs - this._xscale) / speed);
this._xscale = this._xscale + ((dist - this._xscale) * rugo);
this._yscale = this._xscale;
t--;
if (t < 0) {
t = 0;
xs = 100;
}
}
Instance of Symbol 26 MovieClip "amoba7" in Symbol 84 MovieClip Frame 1
onClipEvent (load) {
this._xscale = 5;
this._yscale = this._xscale;
xs = 5;
speed = 0.5;
rugo = 0.15;
t = random(48);
dist = 0;
}
onClipEvent (enterFrame) {
dist = dist + ((xs - this._xscale) / speed);
this._xscale = this._xscale + ((dist - this._xscale) * rugo);
this._yscale = this._xscale;
t--;
if (t < 0) {
t = 0;
xs = 40;
}
}
Instance of Symbol 26 MovieClip "amoba8" in Symbol 84 MovieClip Frame 1
onClipEvent (load) {
this._xscale = 5;
this._yscale = this._xscale;
xs = 5;
speed = 0.5;
rugo = 0.15;
t = random(48);
dist = 0;
}
onClipEvent (enterFrame) {
dist = dist + ((xs - this._xscale) / speed);
this._xscale = this._xscale + ((dist - this._xscale) * rugo);
this._yscale = this._xscale;
t--;
if (t < 0) {
t = 0;
xs = 30;
}
}
Instance of Symbol 33 MovieClip "amoba9" in Symbol 84 MovieClip Frame 1
onClipEvent (load) {
this._xscale = 5;
this._yscale = this._xscale;
xs = 5;
speed = 0.5;
rugo = 0.15;
t = random(48);
dist = 0;
}
onClipEvent (enterFrame) {
dist = dist + ((xs - this._xscale) / speed);
this._xscale = this._xscale + ((dist - this._xscale) * rugo);
this._yscale = this._xscale;
t--;
if (t < 0) {
t = 0;
xs = 100;
}
}
Instance of Symbol 40 MovieClip "amoba10" in Symbol 84 MovieClip Frame 1
onClipEvent (load) {
this._xscale = 5;
this._yscale = this._xscale;
xs = 5;
speed = 0.5;
rugo = 0.15;
t = random(48);
dist = 0;
}
onClipEvent (enterFrame) {
dist = dist + ((xs - this._xscale) / speed);
this._xscale = this._xscale + ((dist - this._xscale) * rugo);
this._yscale = this._xscale;
t--;
if (t < 0) {
t = 0;
xs = 100;
}
}
Instance of Symbol 44 MovieClip "amoba2" in Symbol 84 MovieClip Frame 1
onClipEvent (load) {
this._xscale = 5;
this._yscale = this._xscale;
xs = 5;
speed = 0.5;
rugo = 0.15;
t = random(48);
dist = 0;
}
onClipEvent (enterFrame) {
dist = dist + ((xs - this._xscale) / speed);
this._xscale = this._xscale + ((dist - this._xscale) * rugo);
this._yscale = this._xscale;
t--;
if (t < 0) {
t = 0;
xs = 100;
}
}
Instance of Symbol 51 MovieClip "amoba5" in Symbol 84 MovieClip Frame 1
onClipEvent (load) {
this._xscale = 5;
this._yscale = this._xscale;
xs = 5;
speed = 0.5;
rugo = 0.15;
t = random(48);
dist = 0;
}
onClipEvent (enterFrame) {
dist = dist + ((xs - this._xscale) / speed);
this._xscale = this._xscale + ((dist - this._xscale) * rugo);
this._yscale = this._xscale;
t--;
if (t < 0) {
t = 0;
xs = 100;
}
}
Symbol 84 MovieClip Frame 2
t--;
Symbol 84 MovieClip Frame 3
t--;
if (t < 0) {
gotoAndPlay (4);
} else {
gotoAndPlay (2);
}
Symbol 84 MovieClip Frame 5
gotoAndPlay ("anim");
Symbol 84 MovieClip Frame 10
stop();
t = 120;
this.onEnterFrame = function () {
t--;
if (t < 0) {
gotoAndPlay (11);
delete this.onEnterFrame;
}
};
amoba5.onLoad = function () {
amoba5.toX = random(740) - 370;
amoba5.random(60) - 30;
amoba5.toR = random(720) - 360;
amoba5.t = random(96) + 24;
amoba5.speed = 50;
amoba5.rugo = 10;
amoba5.distX = 0;
amoba5.distY = 0;
amoba5.distR = 0;
};
amoba5.onEnterFrame = function () {
amoba5.distX = amoba5.distX + ((amoba5.toX - amoba5._x) / amoba5.speed);
amoba5.distY = amoba5.distY + ((amoba5.toY - amoba5._y) / amoba5.speed);
amoba5._x = amoba5._x + ((amoba5.distX - amoba5._x) / amoba5.rugo);
amoba5._y = amoba5._y + ((amoba5.distY - amoba5._y) / amoba5.rugo);
amoba5._rotation = amoba5._rotation + ((amoba5.toR - amoba5._rotation) / 20);
amoba5.t--;
if (amoba5.t < 0) {
amoba5.toX = random(740) - 370;
amoba5.random(60) - 30;
amoba5.toR = random(720) - 360;
amoba5.t = random(96) + 24;
}
};
Instance of Symbol 5 MovieClip "amoba1" in Symbol 84 MovieClip Frame 10
onClipEvent (load) {
toX = random(740) - 370;
random(60) - 30;
toR = random(720) - 360;
t = random(96) + 24;
speed = 50;
rugo = 10;
distX = random(740) - 370;
distY = (((random(60) - 30) - 30) - 30) - 30;
}
onClipEvent (enterFrame) {
distX = distX + ((toX - this._x) / speed);
distY = distY + ((toY - this._y) / speed);
this._x = this._x + ((distX - this._x) / rugo);
this._y = this._y + ((distY - this._y) / rugo);
this._rotation = this._rotation + ((toR - this._rotation) / 20);
t--;
if (t < 0) {
toX = random(740) - 370;
random(60) - 30;
toR = random(720) - 360;
t = random(96) + 24;
}
}
Instance of Symbol 12 MovieClip "amoba3" in Symbol 84 MovieClip Frame 10
onClipEvent (load) {
toX = random(740) - 370;
random(60) - 30;
toR = random(720) - 360;
t = random(96) + 24;
speed = 50;
rugo = 10;
distX = random(740) - 370;
distY = (((random(60) - 30) - 30) - 30) - 30;
}
onClipEvent (enterFrame) {
distX = distX + ((toX - this._x) / speed);
distY = distY + ((toY - this._y) / speed);
this._x = this._x + ((distX - this._x) / rugo);
this._y = this._y + ((distY - this._y) / rugo);
this._rotation = this._rotation + ((toR - this._rotation) / 20);
t--;
if (t < 0) {
toX = random(740) - 370;
random(60) - 30;
toR = random(720) - 360;
t = random(96) + 24;
}
}
Instance of Symbol 19 MovieClip "amoba4" in Symbol 84 MovieClip Frame 10
onClipEvent (load) {
toX = random(740) - 370;
random(60) - 30;
toR = random(720) - 360;
t = random(96) + 24;
speed = 50;
rugo = 10;
distX = random(740) - 370;
distY = (((random(60) - 30) - 30) - 30) - 30;
}
onClipEvent (enterFrame) {
distX = distX + ((toX - this._x) / speed);
distY = distY + ((toY - this._y) / speed);
this._x = this._x + ((distX - this._x) / rugo);
this._y = this._y + ((distY - this._y) / rugo);
this._rotation = this._rotation + ((toR - this._rotation) / 20);
t--;
if (t < 0) {
toX = random(740) - 370;
random(60) - 30;
toR = random(720) - 360;
t = random(96) + 24;
}
}
Instance of Symbol 26 MovieClip "amoba6" in Symbol 84 MovieClip Frame 10
onClipEvent (load) {
toX = random(740) - 370;
random(60) - 30;
toR = random(720) - 360;
t = random(96) + 24;
speed = 50;
rugo = 10;
distX = random(740) - 370;
distY = (((random(60) - 30) - 30) - 30) - 30;
}
onClipEvent (enterFrame) {
distX = distX + ((toX - this._x) / speed);
distY = distY + ((toY - this._y) / speed);
this._x = this._x + ((distX - this._x) / rugo);
this._y = this._y + ((distY - this._y) / rugo);
this._rotation = this._rotation + ((toR - this._rotation) / 20);
t--;
if (t < 0) {
toX = random(740) - 370;
random(60) - 30;
toR = random(720) - 360;
t = random(96) + 24;
}
}
Instance of Symbol 26 MovieClip "amoba7" in Symbol 84 MovieClip Frame 10
onClipEvent (load) {
toX = random(740) - 370;
random(60) - 30;
toR = random(720) - 360;
t = random(96) + 24;
speed = 50;
rugo = 10;
distX = random(740) - 370;
distY = (((random(60) - 30) - 30) - 30) - 30;
}
onClipEvent (enterFrame) {
distX = distX + ((toX - this._x) / speed);
distY = distY + ((toY - this._y) / speed);
this._x = this._x + ((distX - this._x) / rugo);
this._y = this._y + ((distY - this._y) / rugo);
this._rotation = this._rotation + ((toR - this._rotation) / 20);
t--;
if (t < 0) {
toX = random(740) - 370;
random(60) - 30;
toR = random(720) - 360;
t = random(96) + 24;
}
}
Instance of Symbol 26 MovieClip "amoba8" in Symbol 84 MovieClip Frame 10
onClipEvent (load) {
toX = random(740) - 370;
random(60) - 30;
toR = random(720) - 360;
t = random(96) + 24;
speed = 50;
rugo = 10;
distX = random(740) - 370;
distY = (((random(60) - 30) - 30) - 30) - 30;
}
onClipEvent (enterFrame) {
distX = distX + ((toX - this._x) / speed);
distY = distY + ((toY - this._y) / speed);
this._x = this._x + ((distX - this._x) / rugo);
this._y = this._y + ((distY - this._y) / rugo);
this._rotation = this._rotation + ((toR - this._rotation) / 20);
t--;
if (t < 0) {
toX = random(740) - 370;
random(60) - 30;
toR = random(720) - 360;
t = random(96) + 24;
}
}
Instance of Symbol 33 MovieClip "amoba9" in Symbol 84 MovieClip Frame 10
onClipEvent (load) {
toX = random(740) - 370;
random(60) - 30;
toR = random(720) - 360;
t = random(96) + 24;
speed = 50;
rugo = 10;
distX = random(740) - 370;
distY = (((random(60) - 30) - 30) - 30) - 30;
}
onClipEvent (enterFrame) {
distX = distX + ((toX - this._x) / speed);
distY = distY + ((toY - this._y) / speed);
this._x = this._x + ((distX - this._x) / rugo);
this._y = this._y + ((distY - this._y) / rugo);
this._rotation = this._rotation + ((toR - this._rotation) / 20);
t--;
if (t < 0) {
toX = random(740) - 370;
random(60) - 30;
toR = random(720) - 360;
t = random(96) + 24;
}
}
Instance of Symbol 40 MovieClip "amoba10" in Symbol 84 MovieClip Frame 10
onClipEvent (load) {
toX = random(740) - 370;
random(60) - 30;
toR = random(720) - 360;
t = random(96) + 24;
speed = 50;
rugo = 10;
distX = random(740) - 370;
distY = (((random(60) - 30) - 30) - 30) - 30;
}
onClipEvent (enterFrame) {
distX = distX + ((toX - this._x) / speed);
distY = distY + ((toY - this._y) / speed);
this._x = this._x + ((distX - this._x) / rugo);
this._y = this._y + ((distY - this._y) / rugo);
this._rotation = this._rotation + ((toR - this._rotation) / 20);
t--;
if (t < 0) {
toX = random(740) - 370;
random(60) - 30;
toR = random(720) - 360;
t = random(96) + 24;
}
}
Instance of Symbol 44 MovieClip "amoba2" in Symbol 84 MovieClip Frame 10
onClipEvent (load) {
toX = random(740) - 370;
random(60) - 30;
toR = random(720) - 360;
t = random(96) + 24;
speed = 50;
rugo = 10;
distX = random(740) - 370;
distY = (((random(60) - 30) - 30) - 30) - 30;
}
onClipEvent (enterFrame) {
distX = distX + ((toX - this._x) / speed);
distY = distY + ((toY - this._y) / speed);
this._x = this._x + ((distX - this._x) / rugo);
this._y = this._y + ((distY - this._y) / rugo);
this._rotation = this._rotation + ((toR - this._rotation) / 20);
t--;
if (t < 0) {
toX = random(740) - 370;
random(60) - 30;
toR = random(720) - 360;
t = random(96) + 24;
}
}
Instance of Symbol 51 MovieClip "amoba5" in Symbol 84 MovieClip Frame 10
/* no clip actions */
Symbol 84 MovieClip Frame 11
play();
Symbol 84 MovieClip Frame 19
stop();
t = 24;
this.onEnterFrame = function () {
t--;
if (t < 0) {
gotoAndPlay (20);
delete this.onEnterFrame;
}
};
amoba5.toX = 0;
amoba5.toY = 0;
amoba5.toXs = 10000;
speed = 10;
amoba5.onEnterFrame = function () {
amoba5._x = amoba5._x + ((amoba5.toX - amoba5._x) / speed);
amoba5._y = amoba5._y + ((amoba5.toY - amoba5._y) / speed);
amoba5._xscale = amoba5._xscale + ((amoba5.toXs - amoba5._xscale) / speed);
amoba5._yscale = amoba5._xscale;
};
Symbol 84 MovieClip Frame 20
play();
Symbol 84 MovieClip Frame 249
stop();
gotoAndPlay ("start");
Symbol 86 Button
on (release) {
getURL ("http://www.minimaxtv.ro", "_blank");
}