Frame 1
function itemHandler1(obj, item) {
getURL ("http://www.rekcah.se", "_blank");
}
function itemHandler2(obj, item) {
getURL ("http://maxgames.com", "_blank");
}
function itemHandler3(obj, item) {
_quality = "high";
}
function itemHandler4(obj, item) {
_quality = "medium";
}
function itemHandler5(obj, item) {
_quality = "low";
}
_global.cheats = 0;
root_cm = new ContextMenu();
root_cm.hideBuiltInItems();
aaa_cmi = new ContextMenuItem("Visit my site!", itemHandler1);
bbb_cmi = new ContextMenuItem("Visit Maxgames.com!", itemHandler2);
ddd_cmi = new ContextMenuItem("High Quality", itemHandler3);
eee_cmi = new ContextMenuItem("Mid Quality", itemHandler4);
fff_cmi = new ContextMenuItem("Low Quality", itemHandler5);
ccc_cmi.separatorBefore = true;
root_cm.customItems.push(aaa_cmi, bbb_cmi, ccc_cmi, ddd_cmi, eee_cmi, fff_cmi);
_root.menu = root_cm;
Instance of Symbol 5 MovieClip "c" in Frame 1
onClipEvent (enterFrame) {
if (isNaN(rot1)) {
phy = 1;
rot1 = 0;
rot2 = 30;
rot3 = 60;
rot4 = 90;
rot5 = 120;
rot6 = 150;
rot7 = 180;
rot8 = 210;
rot9 = 240;
rot10 = 270;
rot11 = 300;
rot12 = 330;
d1 = 20;
d2 = 20;
d3 = 20;
d4 = 20;
d5 = 20;
d6 = 20;
d7 = 20;
d8 = 20;
d9 = 20;
d10 = 20;
d11 = 20;
d12 = 20;
fally = 0;
fallx = 0;
startx = this._x;
starty = this._y;
}
phy = 1;
if (phy == 1) {
if ((((((((((((_root.bg.hitTest(this._x + x1, this._y + y1, true) == true) && (_root.bg.hitTest(this._x + x2, this._y + y2, true) == true)) && (_root.bg.hitTest(this._x + x3, this._y + y3, true) == true)) && (_root.bg.hitTest(this._x + x4, this._y + y4, true) == true)) && (_root.bg.hitTest(this._x + x5, this._y + y5, true) == true)) && (_root.bg.hitTest(this._x + x6, this._y + y6, true) == true)) && (_root.bg.hitTest(this._x + x7, this._y + y7, true) == true)) && (_root.bg.hitTest(this._x + x8, this._y + y8, true) == true)) && (_root.bg.hitTest(this._x + x9, this._y + y9, true) == true)) && (_root.bg.hitTest(this._x + x10, this._y + y10, true) == true)) && (_root.bg.hitTest(this._x + x11, this._y + y11, true) == true)) && (_root.bg.hitTest(this._x + x12, this._y + y12, true) == true)) {
fally = (this._width * this._height) / 400;
}
this._y = this._y + fally;
this._x = this._x + fallx;
if (_root.bg.hitTest(this._x + x1, this._y + y1, true) == false) {
if (d1 > 0) {
d1 = d1 - 3;
}
}
if (_root.bg.hitTest(this._x + x2, this._y + y2, true) == false) {
if (d2 > 0) {
d2 = d2 - 3;
}
}
if (_root.bg.hitTest(this._x + x3, this._y + y3, true) == false) {
if (d3 > 0) {
d3 = d3 - 3;
}
}
if (_root.bg.hitTest(this._x + x4, this._y + y4, true) == false) {
if (d4 > 0) {
d4 = d4 - 3;
}
}
if (_root.bg.hitTest(this._x + x5, this._y + y5, true) == false) {
if (d5 > 0) {
d5 = d5 - 3;
}
}
if (_root.bg.hitTest(this._x + x6, this._y + y6, true) == false) {
if (d6 > 0) {
d6 = d6 - 3;
}
}
if (_root.bg.hitTest(this._x + x7, this._y + y7, true) == false) {
if (d7 > 0) {
d7 = d7 - 3;
}
}
if (_root.bg.hitTest(this._x + x8, this._y + y8, true) == false) {
if (d8 > 0) {
d8 = d8 - 3;
}
}
if (_root.bg.hitTest(this._x + x9, this._y + y9, true) == false) {
if (d9 > 0) {
d9 = d9 - 3;
}
}
if (_root.bg.hitTest(this._x + x10, this._y + y10, true) == false) {
if (d10 > 0) {
d10 = d10 - 3;
}
}
if (_root.bg.hitTest(this._x + x11, this._y + y11, true) == false) {
if (d11 > 0) {
d11 = d11 - 3;
}
}
if (_root.bg.hitTest(this._x + x12, this._y + y12, true) == false) {
if (d12 > 0) {
d12 = d12 - 3;
}
}
movex = (((((((((((x1 / 20) + (x2 / 20)) + (x3 / 20)) + (x4 / 20)) + (x5 / 20)) + (x6 / 20)) + (x7 / 20)) + (x8 / 20)) + (x9 / 20)) + (x10 / 20)) + (x11 / 20)) + (x12 / 20);
movey = (((((((((((y1 / 20) + (y2 / 20)) + (y3 / 20)) + (y4 / 20)) + (y5 / 20)) + (y6 / 20)) + (y7 / 20)) + (y8 / 20)) + (y9 / 20)) + (y10 / 20)) + (y11 / 20)) + (y12 / 20);
this._x = this._x + (movex * 3);
this._y = this._y + (movey * 2);
if (d1 < 20) {
d1 = d1 + 1;
}
if (d2 < 20) {
d2 = d2 + 1;
}
if (d3 < 20) {
d3 = d3 + 1;
}
if (d4 < 20) {
d4 = d4 + 1;
}
if (d5 < 20) {
d5 = d5 + 1;
}
if (d6 < 20) {
d6 = d6 + 1;
}
if (d7 < 20) {
d7 = d7 + 1;
}
if (d8 < 20) {
d8 = d8 + 1;
}
if (d9 < 20) {
d9 = d9 + 1;
}
if (d10 < 20) {
d10 = d10 + 1;
}
if (d11 < 20) {
d11 = d11 + 1;
}
if (d12 < 20) {
d12 = d12 + 1;
}
if (d1 > 20) {
d1 = d1 - 1;
}
if (d2 > 20) {
d2 = d2 - 1;
}
if (d3 > 20) {
d3 = d3 - 1;
}
if (d4 > 20) {
d4 = d4 - 1;
}
if (d5 > 20) {
d5 = d5 - 1;
}
if (d6 > 20) {
d6 = d6 - 1;
}
if (d7 > 20) {
d7 = d7 - 1;
}
if (d8 > 20) {
d8 = d8 - 1;
}
if (d9 > 20) {
d9 = d9 - 1;
}
if (d10 > 20) {
d10 = d10 - 1;
}
if (d11 > 20) {
d11 = d11 - 1;
}
if (d12 > 20) {
d12 = d12 - 1;
}
}
x1 = Math.cos((rot1 / 180) * Math.PI) * d1;
y1 = Math.sin((rot1 / 180) * Math.PI) * d1;
x2 = Math.cos((rot2 / 180) * Math.PI) * d2;
y2 = Math.sin((rot2 / 180) * Math.PI) * d2;
x3 = Math.cos((rot3 / 180) * Math.PI) * d3;
y3 = Math.sin((rot3 / 180) * Math.PI) * d3;
x4 = Math.cos((rot4 / 180) * Math.PI) * d4;
y4 = Math.sin((rot4 / 180) * Math.PI) * d4;
x5 = Math.cos((rot5 / 180) * Math.PI) * d5;
y5 = Math.sin((rot5 / 180) * Math.PI) * d5;
x6 = Math.cos((rot6 / 180) * Math.PI) * d6;
y6 = Math.sin((rot6 / 180) * Math.PI) * d6;
x7 = Math.cos((rot7 / 180) * Math.PI) * d7;
y7 = Math.sin((rot7 / 180) * Math.PI) * d7;
x8 = Math.cos((rot8 / 180) * Math.PI) * d8;
y8 = Math.sin((rot8 / 180) * Math.PI) * d8;
x9 = Math.cos((rot9 / 180) * Math.PI) * d9;
y9 = Math.sin((rot9 / 180) * Math.PI) * d9;
x10 = Math.cos((rot10 / 180) * Math.PI) * d10;
y10 = Math.sin((rot10 / 180) * Math.PI) * d10;
x11 = Math.cos((rot11 / 180) * Math.PI) * d11;
y11 = Math.sin((rot11 / 180) * Math.PI) * d11;
x12 = Math.cos((rot12 / 180) * Math.PI) * d12;
y12 = Math.sin((rot12 / 180) * Math.PI) * d12;
this.createEmptyMovieClip("test1", 0);
this.test1.beginFill(3977727, 50);
this.test1.moveTo(x1, y1);
this.test1.lineTo(x2, y2);
this.test1.lineTo(x3, y3);
this.test1.lineTo(x4, y4);
this.test1.lineTo(x5, y5);
this.test1.lineTo(x6, y6);
this.test1.lineTo(x7, y7);
this.test1.lineTo(x8, y8);
this.test1.lineTo(x9, y9);
this.test1.lineTo(x10, y10);
this.test1.lineTo(x11, y11);
this.test1.lineTo(x12, y12);
this.test1.lineTo(x1, y1);
this.test1.endFill();
if (this._y > 260) {
this._y = starty;
this._x = startx;
}
}
Instance of Symbol 7 MovieClip "b1" in Frame 1
onClipEvent (enterFrame) {
this._x = _root.c._x + (_root.c._width / 10);
this._y = _root.c._y + (-(_root.c._height / 10));
this._width = _root.c._width / 3;
this._height = _root.c._width / 3;
}
Instance of Symbol 10 MovieClip in Frame 1
onClipEvent (enterFrame) {
percent = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (percent == 100) {
_root.gotoAndStop(2);
} else {
_root.stop();
}
this.gotoAndStop(Math.round(percent) + 1);
}
Instance of Symbol 21 MovieClip in Frame 1
on (release) {
getURL ("http://www.maxgames.com", "_blank");
}
Frame 2
stop();
Instance of Symbol 27 MovieClip in Frame 2
on (release) {
getURL ("http://rekcah.awardspace.com/redir.php", "_blank");
}
Instance of Symbol 40 MovieClip "music" in Frame 2
onClipEvent (load) {
my_sound1 = new Sound();
my_sound1.attachSound("song1");
my_sound1.start(0, 1000);
my_sound3 = new Sound();
my_sound3.attachSound("msong");
my_sound3.start(0, 1000);
my_sound1.onSoundComplete = function () {
stopAllSounds();
my_sound1.start(0, 1000);
};
stopAllSounds();
my_sound3.start(0, 1000);
}
Frame 3
stop();
Instance of Symbol 5 MovieClip "c1" in Frame 3
onClipEvent (enterFrame) {
if (isNaN(rot1)) {
phy = 1;
rot1 = 0;
rot2 = 30;
rot3 = 60;
rot4 = 90;
rot5 = 120;
rot6 = 150;
rot7 = 180;
rot8 = 210;
rot9 = 240;
rot10 = 270;
rot11 = 300;
rot12 = 330;
d1 = 20;
d2 = 20;
d3 = 20;
d4 = 20;
d5 = 20;
d6 = 20;
d7 = 20;
d8 = 20;
d9 = 20;
d10 = 20;
d11 = 20;
d12 = 20;
fally = 0;
fallx = 0;
startx = this._x;
starty = this._y;
}
phy = 1;
if (phy == 1) {
if ((((((((((((_root.bg.hitTest(this._x + x1, this._y + y1, true) == false) && (_root.bg.hitTest(this._x + x2, this._y + y2, true) == false)) && (_root.bg.hitTest(this._x + x3, this._y + y3, true) == false)) && (_root.bg.hitTest(this._x + x4, this._y + y4, true) == false)) && (_root.bg.hitTest(this._x + x5, this._y + y5, true) == false)) && (_root.bg.hitTest(this._x + x6, this._y + y6, true) == false)) && (_root.bg.hitTest(this._x + x7, this._y + y7, true) == false)) && (_root.bg.hitTest(this._x + x8, this._y + y8, true) == false)) && (_root.bg.hitTest(this._x + x9, this._y + y9, true) == false)) && (_root.bg.hitTest(this._x + x10, this._y + y10, true) == false)) && (_root.bg.hitTest(this._x + x11, this._y + y11, true) == false)) && (_root.bg.hitTest(this._x + x12, this._y + y12, true) == false)) {
fally = (this._width * this._height) / 400;
}
this._y = this._y + fally;
this._x = this._x + fallx;
if (_root.bg.hitTest(this._x + x1, this._y + y1, true) == true) {
if (d1 > 0) {
d1 = d1 - 3;
}
}
if (_root.bg.hitTest(this._x + x2, this._y + y2, true) == true) {
if (d2 > 0) {
d2 = d2 - 3;
}
}
if (_root.bg.hitTest(this._x + x3, this._y + y3, true) == true) {
if (d3 > 0) {
d3 = d3 - 3;
}
}
if (_root.bg.hitTest(this._x + x4, this._y + y4, true) == true) {
if (d4 > 0) {
d4 = d4 - 3;
}
}
if (_root.bg.hitTest(this._x + x5, this._y + y5, true) == true) {
if (d5 > 0) {
d5 = d5 - 3;
}
}
if (_root.bg.hitTest(this._x + x6, this._y + y6, true) == true) {
if (d6 > 0) {
d6 = d6 - 3;
}
}
if (_root.bg.hitTest(this._x + x7, this._y + y7, true) == true) {
if (d7 > 0) {
d7 = d7 - 3;
}
}
if (_root.bg.hitTest(this._x + x8, this._y + y8, true) == true) {
if (d8 > 0) {
d8 = d8 - 3;
}
}
if (_root.bg.hitTest(this._x + x9, this._y + y9, true) == true) {
if (d9 > 0) {
d9 = d9 - 3;
}
}
if (_root.bg.hitTest(this._x + x10, this._y + y10, true) == true) {
if (d10 > 0) {
d10 = d10 - 3;
}
}
if (_root.bg.hitTest(this._x + x11, this._y + y11, true) == true) {
if (d11 > 0) {
d11 = d11 - 3;
}
}
if (_root.bg.hitTest(this._x + x12, this._y + y12, true) == true) {
if (d12 > 0) {
d12 = d12 - 3;
}
}
movex = (((((((((((x1 / 20) + (x2 / 20)) + (x3 / 20)) + (x4 / 20)) + (x5 / 20)) + (x6 / 20)) + (x7 / 20)) + (x8 / 20)) + (x9 / 20)) + (x10 / 20)) + (x11 / 20)) + (x12 / 20);
movey = (((((((((((y1 / 20) + (y2 / 20)) + (y3 / 20)) + (y4 / 20)) + (y5 / 20)) + (y6 / 20)) + (y7 / 20)) + (y8 / 20)) + (y9 / 20)) + (y10 / 20)) + (y11 / 20)) + (y12 / 20);
this._x = this._x + (movex * 3);
this._y = this._y + (movey * 2);
if (d1 < 20) {
d1 = d1 + 1;
}
if (d2 < 20) {
d2 = d2 + 1;
}
if (d3 < 20) {
d3 = d3 + 1;
}
if (d4 < 20) {
d4 = d4 + 1;
}
if (d5 < 20) {
d5 = d5 + 1;
}
if (d6 < 20) {
d6 = d6 + 1;
}
if (d7 < 20) {
d7 = d7 + 1;
}
if (d8 < 20) {
d8 = d8 + 1;
}
if (d9 < 20) {
d9 = d9 + 1;
}
if (d10 < 20) {
d10 = d10 + 1;
}
if (d11 < 20) {
d11 = d11 + 1;
}
if (d12 < 20) {
d12 = d12 + 1;
}
if (d1 > 20) {
d1 = d1 - 1;
}
if (d2 > 20) {
d2 = d2 - 1;
}
if (d3 > 20) {
d3 = d3 - 1;
}
if (d4 > 20) {
d4 = d4 - 1;
}
if (d5 > 20) {
d5 = d5 - 1;
}
if (d6 > 20) {
d6 = d6 - 1;
}
if (d7 > 20) {
d7 = d7 - 1;
}
if (d8 > 20) {
d8 = d8 - 1;
}
if (d9 > 20) {
d9 = d9 - 1;
}
if (d10 > 20) {
d10 = d10 - 1;
}
if (d11 > 20) {
d11 = d11 - 1;
}
if (d12 > 20) {
d12 = d12 - 1;
}
}
x1 = Math.cos((rot1 / 180) * Math.PI) * d1;
y1 = Math.sin((rot1 / 180) * Math.PI) * d1;
x2 = Math.cos((rot2 / 180) * Math.PI) * d2;
y2 = Math.sin((rot2 / 180) * Math.PI) * d2;
x3 = Math.cos((rot3 / 180) * Math.PI) * d3;
y3 = Math.sin((rot3 / 180) * Math.PI) * d3;
x4 = Math.cos((rot4 / 180) * Math.PI) * d4;
y4 = Math.sin((rot4 / 180) * Math.PI) * d4;
x5 = Math.cos((rot5 / 180) * Math.PI) * d5;
y5 = Math.sin((rot5 / 180) * Math.PI) * d5;
x6 = Math.cos((rot6 / 180) * Math.PI) * d6;
y6 = Math.sin((rot6 / 180) * Math.PI) * d6;
x7 = Math.cos((rot7 / 180) * Math.PI) * d7;
y7 = Math.sin((rot7 / 180) * Math.PI) * d7;
x8 = Math.cos((rot8 / 180) * Math.PI) * d8;
y8 = Math.sin((rot8 / 180) * Math.PI) * d8;
x9 = Math.cos((rot9 / 180) * Math.PI) * d9;
y9 = Math.sin((rot9 / 180) * Math.PI) * d9;
x10 = Math.cos((rot10 / 180) * Math.PI) * d10;
y10 = Math.sin((rot10 / 180) * Math.PI) * d10;
x11 = Math.cos((rot11 / 180) * Math.PI) * d11;
y11 = Math.sin((rot11 / 180) * Math.PI) * d11;
x12 = Math.cos((rot12 / 180) * Math.PI) * d12;
y12 = Math.sin((rot12 / 180) * Math.PI) * d12;
this.createEmptyMovieClip("test1", 0);
this.test1.beginFill(3977727, 50);
this.test1.moveTo(x1, y1);
this.test1.lineTo(x2, y2);
this.test1.lineTo(x3, y3);
this.test1.lineTo(x4, y4);
this.test1.lineTo(x5, y5);
this.test1.lineTo(x6, y6);
this.test1.lineTo(x7, y7);
this.test1.lineTo(x8, y8);
this.test1.lineTo(x9, y9);
this.test1.lineTo(x10, y10);
this.test1.lineTo(x11, y11);
this.test1.lineTo(x12, y12);
this.test1.lineTo(x1, y1);
this.test1.endFill();
if (this._y > 450) {
this._y = -50;
this._x = 25 + random(500);
}
}
Instance of Symbol 7 MovieClip "b1" in Frame 3
onClipEvent (enterFrame) {
this._x = _root.c1._x + (_root.c1._width / 10);
this._y = _root.c1._y + (-(_root.c1._height / 10));
this._width = _root.c1._width / 3;
this._height = _root.c1._width / 3;
}
Instance of Symbol 5 MovieClip "c2" in Frame 3
onClipEvent (enterFrame) {
if (isNaN(rot1)) {
phy = 1;
rot1 = 0;
rot2 = 30;
rot3 = 60;
rot4 = 90;
rot5 = 120;
rot6 = 150;
rot7 = 180;
rot8 = 210;
rot9 = 240;
rot10 = 270;
rot11 = 300;
rot12 = 330;
d1 = 20;
d2 = 20;
d3 = 20;
d4 = 20;
d5 = 20;
d6 = 20;
d7 = 20;
d8 = 20;
d9 = 20;
d10 = 20;
d11 = 20;
d12 = 20;
fally = 0;
fallx = 0;
startx = this._x;
starty = this._y;
}
phy = 1;
if (phy == 1) {
if ((((((((((((_root.bg.hitTest(this._x + x1, this._y + y1, true) == false) && (_root.bg.hitTest(this._x + x2, this._y + y2, true) == false)) && (_root.bg.hitTest(this._x + x3, this._y + y3, true) == false)) && (_root.bg.hitTest(this._x + x4, this._y + y4, true) == false)) && (_root.bg.hitTest(this._x + x5, this._y + y5, true) == false)) && (_root.bg.hitTest(this._x + x6, this._y + y6, true) == false)) && (_root.bg.hitTest(this._x + x7, this._y + y7, true) == false)) && (_root.bg.hitTest(this._x + x8, this._y + y8, true) == false)) && (_root.bg.hitTest(this._x + x9, this._y + y9, true) == false)) && (_root.bg.hitTest(this._x + x10, this._y + y10, true) == false)) && (_root.bg.hitTest(this._x + x11, this._y + y11, true) == false)) && (_root.bg.hitTest(this._x + x12, this._y + y12, true) == false)) {
fally = (this._width * this._height) / 400;
}
this._y = this._y + fally;
this._x = this._x + fallx;
if (_root.bg.hitTest(this._x + x1, this._y + y1, true) == true) {
if (d1 > 0) {
d1 = d1 - 3;
}
}
if (_root.bg.hitTest(this._x + x2, this._y + y2, true) == true) {
if (d2 > 0) {
d2 = d2 - 3;
}
}
if (_root.bg.hitTest(this._x + x3, this._y + y3, true) == true) {
if (d3 > 0) {
d3 = d3 - 3;
}
}
if (_root.bg.hitTest(this._x + x4, this._y + y4, true) == true) {
if (d4 > 0) {
d4 = d4 - 3;
}
}
if (_root.bg.hitTest(this._x + x5, this._y + y5, true) == true) {
if (d5 > 0) {
d5 = d5 - 3;
}
}
if (_root.bg.hitTest(this._x + x6, this._y + y6, true) == true) {
if (d6 > 0) {
d6 = d6 - 3;
}
}
if (_root.bg.hitTest(this._x + x7, this._y + y7, true) == true) {
if (d7 > 0) {
d7 = d7 - 3;
}
}
if (_root.bg.hitTest(this._x + x8, this._y + y8, true) == true) {
if (d8 > 0) {
d8 = d8 - 3;
}
}
if (_root.bg.hitTest(this._x + x9, this._y + y9, true) == true) {
if (d9 > 0) {
d9 = d9 - 3;
}
}
if (_root.bg.hitTest(this._x + x10, this._y + y10, true) == true) {
if (d10 > 0) {
d10 = d10 - 3;
}
}
if (_root.bg.hitTest(this._x + x11, this._y + y11, true) == true) {
if (d11 > 0) {
d11 = d11 - 3;
}
}
if (_root.bg.hitTest(this._x + x12, this._y + y12, true) == true) {
if (d12 > 0) {
d12 = d12 - 3;
}
}
movex = (((((((((((x1 / 20) + (x2 / 20)) + (x3 / 20)) + (x4 / 20)) + (x5 / 20)) + (x6 / 20)) + (x7 / 20)) + (x8 / 20)) + (x9 / 20)) + (x10 / 20)) + (x11 / 20)) + (x12 / 20);
movey = (((((((((((y1 / 20) + (y2 / 20)) + (y3 / 20)) + (y4 / 20)) + (y5 / 20)) + (y6 / 20)) + (y7 / 20)) + (y8 / 20)) + (y9 / 20)) + (y10 / 20)) + (y11 / 20)) + (y12 / 20);
this._x = this._x + (movex * 3);
this._y = this._y + (movey * 2);
if (d1 < 20) {
d1 = d1 + 1;
}
if (d2 < 20) {
d2 = d2 + 1;
}
if (d3 < 20) {
d3 = d3 + 1;
}
if (d4 < 20) {
d4 = d4 + 1;
}
if (d5 < 20) {
d5 = d5 + 1;
}
if (d6 < 20) {
d6 = d6 + 1;
}
if (d7 < 20) {
d7 = d7 + 1;
}
if (d8 < 20) {
d8 = d8 + 1;
}
if (d9 < 20) {
d9 = d9 + 1;
}
if (d10 < 20) {
d10 = d10 + 1;
}
if (d11 < 20) {
d11 = d11 + 1;
}
if (d12 < 20) {
d12 = d12 + 1;
}
if (d1 > 20) {
d1 = d1 - 1;
}
if (d2 > 20) {
d2 = d2 - 1;
}
if (d3 > 20) {
d3 = d3 - 1;
}
if (d4 > 20) {
d4 = d4 - 1;
}
if (d5 > 20) {
d5 = d5 - 1;
}
if (d6 > 20) {
d6 = d6 - 1;
}
if (d7 > 20) {
d7 = d7 - 1;
}
if (d8 > 20) {
d8 = d8 - 1;
}
if (d9 > 20) {
d9 = d9 - 1;
}
if (d10 > 20) {
d10 = d10 - 1;
}
if (d11 > 20) {
d11 = d11 - 1;
}
if (d12 > 20) {
d12 = d12 - 1;
}
}
x1 = Math.cos((rot1 / 180) * Math.PI) * d1;
y1 = Math.sin((rot1 / 180) * Math.PI) * d1;
x2 = Math.cos((rot2 / 180) * Math.PI) * d2;
y2 = Math.sin((rot2 / 180) * Math.PI) * d2;
x3 = Math.cos((rot3 / 180) * Math.PI) * d3;
y3 = Math.sin((rot3 / 180) * Math.PI) * d3;
x4 = Math.cos((rot4 / 180) * Math.PI) * d4;
y4 = Math.sin((rot4 / 180) * Math.PI) * d4;
x5 = Math.cos((rot5 / 180) * Math.PI) * d5;
y5 = Math.sin((rot5 / 180) * Math.PI) * d5;
x6 = Math.cos((rot6 / 180) * Math.PI) * d6;
y6 = Math.sin((rot6 / 180) * Math.PI) * d6;
x7 = Math.cos((rot7 / 180) * Math.PI) * d7;
y7 = Math.sin((rot7 / 180) * Math.PI) * d7;
x8 = Math.cos((rot8 / 180) * Math.PI) * d8;
y8 = Math.sin((rot8 / 180) * Math.PI) * d8;
x9 = Math.cos((rot9 / 180) * Math.PI) * d9;
y9 = Math.sin((rot9 / 180) * Math.PI) * d9;
x10 = Math.cos((rot10 / 180) * Math.PI) * d10;
y10 = Math.sin((rot10 / 180) * Math.PI) * d10;
x11 = Math.cos((rot11 / 180) * Math.PI) * d11;
y11 = Math.sin((rot11 / 180) * Math.PI) * d11;
x12 = Math.cos((rot12 / 180) * Math.PI) * d12;
y12 = Math.sin((rot12 / 180) * Math.PI) * d12;
this.createEmptyMovieClip("test1", 0);
this.test1.beginFill(3977727, 50);
this.test1.moveTo(x1, y1);
this.test1.lineTo(x2, y2);
this.test1.lineTo(x3, y3);
this.test1.lineTo(x4, y4);
this.test1.lineTo(x5, y5);
this.test1.lineTo(x6, y6);
this.test1.lineTo(x7, y7);
this.test1.lineTo(x8, y8);
this.test1.lineTo(x9, y9);
this.test1.lineTo(x10, y10);
this.test1.lineTo(x11, y11);
this.test1.lineTo(x12, y12);
this.test1.lineTo(x1, y1);
this.test1.endFill();
if (this._y > 450) {
this._y = -50;
this._x = 25 + random(500);
}
}
Instance of Symbol 7 MovieClip "b1" in Frame 3
onClipEvent (enterFrame) {
this._x = _root.c2._x + (_root.c2._width / 10);
this._y = _root.c2._y + (-(_root.c2._height / 10));
this._width = _root.c2._width / 3;
this._height = _root.c2._width / 3;
}
Instance of Symbol 5 MovieClip "c4" in Frame 3
onClipEvent (enterFrame) {
if (isNaN(rot1)) {
phy = 1;
rot1 = 0;
rot2 = 30;
rot3 = 60;
rot4 = 90;
rot5 = 120;
rot6 = 150;
rot7 = 180;
rot8 = 210;
rot9 = 240;
rot10 = 270;
rot11 = 300;
rot12 = 330;
d1 = 20;
d2 = 20;
d3 = 20;
d4 = 20;
d5 = 20;
d6 = 20;
d7 = 20;
d8 = 20;
d9 = 20;
d10 = 20;
d11 = 20;
d12 = 20;
fally = 0;
fallx = 0;
startx = this._x;
starty = this._y;
}
phy = 1;
if (phy == 1) {
if ((((((((((((_root.bg.hitTest(this._x + x1, this._y + y1, true) == false) && (_root.bg.hitTest(this._x + x2, this._y + y2, true) == false)) && (_root.bg.hitTest(this._x + x3, this._y + y3, true) == false)) && (_root.bg.hitTest(this._x + x4, this._y + y4, true) == false)) && (_root.bg.hitTest(this._x + x5, this._y + y5, true) == false)) && (_root.bg.hitTest(this._x + x6, this._y + y6, true) == false)) && (_root.bg.hitTest(this._x + x7, this._y + y7, true) == false)) && (_root.bg.hitTest(this._x + x8, this._y + y8, true) == false)) && (_root.bg.hitTest(this._x + x9, this._y + y9, true) == false)) && (_root.bg.hitTest(this._x + x10, this._y + y10, true) == false)) && (_root.bg.hitTest(this._x + x11, this._y + y11, true) == false)) && (_root.bg.hitTest(this._x + x12, this._y + y12, true) == false)) {
fally = (this._width * this._height) / 400;
}
this._y = this._y + fally;
this._x = this._x + fallx;
if (_root.bg.hitTest(this._x + x1, this._y + y1, true) == true) {
if (d1 > 0) {
d1 = d1 - 3;
}
}
if (_root.bg.hitTest(this._x + x2, this._y + y2, true) == true) {
if (d2 > 0) {
d2 = d2 - 3;
}
}
if (_root.bg.hitTest(this._x + x3, this._y + y3, true) == true) {
if (d3 > 0) {
d3 = d3 - 3;
}
}
if (_root.bg.hitTest(this._x + x4, this._y + y4, true) == true) {
if (d4 > 0) {
d4 = d4 - 3;
}
}
if (_root.bg.hitTest(this._x + x5, this._y + y5, true) == true) {
if (d5 > 0) {
d5 = d5 - 3;
}
}
if (_root.bg.hitTest(this._x + x6, this._y + y6, true) == true) {
if (d6 > 0) {
d6 = d6 - 3;
}
}
if (_root.bg.hitTest(this._x + x7, this._y + y7, true) == true) {
if (d7 > 0) {
d7 = d7 - 3;
}
}
if (_root.bg.hitTest(this._x + x8, this._y + y8, true) == true) {
if (d8 > 0) {
d8 = d8 - 3;
}
}
if (_root.bg.hitTest(this._x + x9, this._y + y9, true) == true) {
if (d9 > 0) {
d9 = d9 - 3;
}
}
if (_root.bg.hitTest(this._x + x10, this._y + y10, true) == true) {
if (d10 > 0) {
d10 = d10 - 3;
}
}
if (_root.bg.hitTest(this._x + x11, this._y + y11, true) == true) {
if (d11 > 0) {
d11 = d11 - 3;
}
}
if (_root.bg.hitTest(this._x + x12, this._y + y12, true) == true) {
if (d12 > 0) {
d12 = d12 - 3;
}
}
movex = (((((((((((x1 / 20) + (x2 / 20)) + (x3 / 20)) + (x4 / 20)) + (x5 / 20)) + (x6 / 20)) + (x7 / 20)) + (x8 / 20)) + (x9 / 20)) + (x10 / 20)) + (x11 / 20)) + (x12 / 20);
movey = (((((((((((y1 / 20) + (y2 / 20)) + (y3 / 20)) + (y4 / 20)) + (y5 / 20)) + (y6 / 20)) + (y7 / 20)) + (y8 / 20)) + (y9 / 20)) + (y10 / 20)) + (y11 / 20)) + (y12 / 20);
this._x = this._x + (movex * 3);
this._y = this._y + (movey * 2);
if (d1 < 20) {
d1 = d1 + 1;
}
if (d2 < 20) {
d2 = d2 + 1;
}
if (d3 < 20) {
d3 = d3 + 1;
}
if (d4 < 20) {
d4 = d4 + 1;
}
if (d5 < 20) {
d5 = d5 + 1;
}
if (d6 < 20) {
d6 = d6 + 1;
}
if (d7 < 20) {
d7 = d7 + 1;
}
if (d8 < 20) {
d8 = d8 + 1;
}
if (d9 < 20) {
d9 = d9 + 1;
}
if (d10 < 20) {
d10 = d10 + 1;
}
if (d11 < 20) {
d11 = d11 + 1;
}
if (d12 < 20) {
d12 = d12 + 1;
}
if (d1 > 20) {
d1 = d1 - 1;
}
if (d2 > 20) {
d2 = d2 - 1;
}
if (d3 > 20) {
d3 = d3 - 1;
}
if (d4 > 20) {
d4 = d4 - 1;
}
if (d5 > 20) {
d5 = d5 - 1;
}
if (d6 > 20) {
d6 = d6 - 1;
}
if (d7 > 20) {
d7 = d7 - 1;
}
if (d8 > 20) {
d8 = d8 - 1;
}
if (d9 > 20) {
d9 = d9 - 1;
}
if (d10 > 20) {
d10 = d10 - 1;
}
if (d11 > 20) {
d11 = d11 - 1;
}
if (d12 > 20) {
d12 = d12 - 1;
}
}
x1 = Math.cos((rot1 / 180) * Math.PI) * d1;
y1 = Math.sin((rot1 / 180) * Math.PI) * d1;
x2 = Math.cos((rot2 / 180) * Math.PI) * d2;
y2 = Math.sin((rot2 / 180) * Math.PI) * d2;
x3 = Math.cos((rot3 / 180) * Math.PI) * d3;
y3 = Math.sin((rot3 / 180) * Math.PI) * d3;
x4 = Math.cos((rot4 / 180) * Math.PI) * d4;
y4 = Math.sin((rot4 / 180) * Math.PI) * d4;
x5 = Math.cos((rot5 / 180) * Math.PI) * d5;
y5 = Math.sin((rot5 / 180) * Math.PI) * d5;
x6 = Math.cos((rot6 / 180) * Math.PI) * d6;
y6 = Math.sin((rot6 / 180) * Math.PI) * d6;
x7 = Math.cos((rot7 / 180) * Math.PI) * d7;
y7 = Math.sin((rot7 / 180) * Math.PI) * d7;
x8 = Math.cos((rot8 / 180) * Math.PI) * d8;
y8 = Math.sin((rot8 / 180) * Math.PI) * d8;
x9 = Math.cos((rot9 / 180) * Math.PI) * d9;
y9 = Math.sin((rot9 / 180) * Math.PI) * d9;
x10 = Math.cos((rot10 / 180) * Math.PI) * d10;
y10 = Math.sin((rot10 / 180) * Math.PI) * d10;
x11 = Math.cos((rot11 / 180) * Math.PI) * d11;
y11 = Math.sin((rot11 / 180) * Math.PI) * d11;
x12 = Math.cos((rot12 / 180) * Math.PI) * d12;
y12 = Math.sin((rot12 / 180) * Math.PI) * d12;
this.createEmptyMovieClip("test1", 0);
this.test1.beginFill(3977727, 50);
this.test1.moveTo(x1, y1);
this.test1.lineTo(x2, y2);
this.test1.lineTo(x3, y3);
this.test1.lineTo(x4, y4);
this.test1.lineTo(x5, y5);
this.test1.lineTo(x6, y6);
this.test1.lineTo(x7, y7);
this.test1.lineTo(x8, y8);
this.test1.lineTo(x9, y9);
this.test1.lineTo(x10, y10);
this.test1.lineTo(x11, y11);
this.test1.lineTo(x12, y12);
this.test1.lineTo(x1, y1);
this.test1.endFill();
if (this._y > 450) {
this._y = -50;
this._x = 25 + random(500);
}
}
Instance of Symbol 7 MovieClip "b1" in Frame 3
onClipEvent (enterFrame) {
this._x = _root.c4._x + (_root.c4._width / 10);
this._y = _root.c4._y + (-(_root.c4._height / 10));
this._width = _root.c4._width / 3;
this._height = _root.c4._width / 3;
}
Instance of Symbol 5 MovieClip "c5" in Frame 3
onClipEvent (enterFrame) {
if (isNaN(rot1)) {
phy = 1;
rot1 = 0;
rot2 = 30;
rot3 = 60;
rot4 = 90;
rot5 = 120;
rot6 = 150;
rot7 = 180;
rot8 = 210;
rot9 = 240;
rot10 = 270;
rot11 = 300;
rot12 = 330;
d1 = 20;
d2 = 20;
d3 = 20;
d4 = 20;
d5 = 20;
d6 = 20;
d7 = 20;
d8 = 20;
d9 = 20;
d10 = 20;
d11 = 20;
d12 = 20;
fally = 0;
fallx = 0;
startx = this._x;
starty = this._y;
}
phy = 1;
if (phy == 1) {
if ((((((((((((_root.bg.hitTest(this._x + x1, this._y + y1, true) == false) && (_root.bg.hitTest(this._x + x2, this._y + y2, true) == false)) && (_root.bg.hitTest(this._x + x3, this._y + y3, true) == false)) && (_root.bg.hitTest(this._x + x4, this._y + y4, true) == false)) && (_root.bg.hitTest(this._x + x5, this._y + y5, true) == false)) && (_root.bg.hitTest(this._x + x6, this._y + y6, true) == false)) && (_root.bg.hitTest(this._x + x7, this._y + y7, true) == false)) && (_root.bg.hitTest(this._x + x8, this._y + y8, true) == false)) && (_root.bg.hitTest(this._x + x9, this._y + y9, true) == false)) && (_root.bg.hitTest(this._x + x10, this._y + y10, true) == false)) && (_root.bg.hitTest(this._x + x11, this._y + y11, true) == false)) && (_root.bg.hitTest(this._x + x12, this._y + y12, true) == false)) {
fally = (this._width * this._height) / 400;
}
this._y = this._y + fally;
this._x = this._x + fallx;
if (_root.bg.hitTest(this._x + x1, this._y + y1, true) == true) {
if (d1 > 0) {
d1 = d1 - 3;
}
}
if (_root.bg.hitTest(this._x + x2, this._y + y2, true) == true) {
if (d2 > 0) {
d2 = d2 - 3;
}
}
if (_root.bg.hitTest(this._x + x3, this._y + y3, true) == true) {
if (d3 > 0) {
d3 = d3 - 3;
}
}
if (_root.bg.hitTest(this._x + x4, this._y + y4, true) == true) {
if (d4 > 0) {
d4 = d4 - 3;
}
}
if (_root.bg.hitTest(this._x + x5, this._y + y5, true) == true) {
if (d5 > 0) {
d5 = d5 - 3;
}
}
if (_root.bg.hitTest(this._x + x6, this._y + y6, true) == true) {
if (d6 > 0) {
d6 = d6 - 3;
}
}
if (_root.bg.hitTest(this._x + x7, this._y + y7, true) == true) {
if (d7 > 0) {
d7 = d7 - 3;
}
}
if (_root.bg.hitTest(this._x + x8, this._y + y8, true) == true) {
if (d8 > 0) {
d8 = d8 - 3;
}
}
if (_root.bg.hitTest(this._x + x9, this._y + y9, true) == true) {
if (d9 > 0) {
d9 = d9 - 3;
}
}
if (_root.bg.hitTest(this._x + x10, this._y + y10, true) == true) {
if (d10 > 0) {
d10 = d10 - 3;
}
}
if (_root.bg.hitTest(this._x + x11, this._y + y11, true) == true) {
if (d11 > 0) {
d11 = d11 - 3;
}
}
if (_root.bg.hitTest(this._x + x12, this._y + y12, true) == true) {
if (d12 > 0) {
d12 = d12 - 3;
}
}
movex = (((((((((((x1 / 20) + (x2 / 20)) + (x3 / 20)) + (x4 / 20)) + (x5 / 20)) + (x6 / 20)) + (x7 / 20)) + (x8 / 20)) + (x9 / 20)) + (x10 / 20)) + (x11 / 20)) + (x12 / 20);
movey = (((((((((((y1 / 20) + (y2 / 20)) + (y3 / 20)) + (y4 / 20)) + (y5 / 20)) + (y6 / 20)) + (y7 / 20)) + (y8 / 20)) + (y9 / 20)) + (y10 / 20)) + (y11 / 20)) + (y12 / 20);
this._x = this._x + (movex * 3);
this._y = this._y + (movey * 2);
if (d1 < 20) {
d1 = d1 + 1;
}
if (d2 < 20) {
d2 = d2 + 1;
}
if (d3 < 20) {
d3 = d3 + 1;
}
if (d4 < 20) {
d4 = d4 + 1;
}
if (d5 < 20) {
d5 = d5 + 1;
}
if (d6 < 20) {
d6 = d6 + 1;
}
if (d7 < 20) {
d7 = d7 + 1;
}
if (d8 < 20) {
d8 = d8 + 1;
}
if (d9 < 20) {
d9 = d9 + 1;
}
if (d10 < 20) {
d10 = d10 + 1;
}
if (d11 < 20) {
d11 = d11 + 1;
}
if (d12 < 20) {
d12 = d12 + 1;
}
if (d1 > 20) {
d1 = d1 - 1;
}
if (d2 > 20) {
d2 = d2 - 1;
}
if (d3 > 20) {
d3 = d3 - 1;
}
if (d4 > 20) {
d4 = d4 - 1;
}
if (d5 > 20) {
d5 = d5 - 1;
}
if (d6 > 20) {
d6 = d6 - 1;
}
if (d7 > 20) {
d7 = d7 - 1;
}
if (d8 > 20) {
d8 = d8 - 1;
}
if (d9 > 20) {
d9 = d9 - 1;
}
if (d10 > 20) {
d10 = d10 - 1;
}
if (d11 > 20) {
d11 = d11 - 1;
}
if (d12 > 20) {
d12 = d12 - 1;
}
}
x1 = Math.cos((rot1 / 180) * Math.PI) * d1;
y1 = Math.sin((rot1 / 180) * Math.PI) * d1;
x2 = Math.cos((rot2 / 180) * Math.PI) * d2;
y2 = Math.sin((rot2 / 180) * Math.PI) * d2;
x3 = Math.cos((rot3 / 180) * Math.PI) * d3;
y3 = Math.sin((rot3 / 180) * Math.PI) * d3;
x4 = Math.cos((rot4 / 180) * Math.PI) * d4;
y4 = Math.sin((rot4 / 180) * Math.PI) * d4;
x5 = Math.cos((rot5 / 180) * Math.PI) * d5;
y5 = Math.sin((rot5 / 180) * Math.PI) * d5;
x6 = Math.cos((rot6 / 180) * Math.PI) * d6;
y6 = Math.sin((rot6 / 180) * Math.PI) * d6;
x7 = Math.cos((rot7 / 180) * Math.PI) * d7;
y7 = Math.sin((rot7 / 180) * Math.PI) * d7;
x8 = Math.cos((rot8 / 180) * Math.PI) * d8;
y8 = Math.sin((rot8 / 180) * Math.PI) * d8;
x9 = Math.cos((rot9 / 180) * Math.PI) * d9;
y9 = Math.sin((rot9 / 180) * Math.PI) * d9;
x10 = Math.cos((rot10 / 180) * Math.PI) * d10;
y10 = Math.sin((rot10 / 180) * Math.PI) * d10;
x11 = Math.cos((rot11 / 180) * Math.PI) * d11;
y11 = Math.sin((rot11 / 180) * Math.PI) * d11;
x12 = Math.cos((rot12 / 180) * Math.PI) * d12;
y12 = Math.sin((rot12 / 180) * Math.PI) * d12;
this.createEmptyMovieClip("test1", 0);
this.test1.beginFill(3977727, 50);
this.test1.moveTo(x1, y1);
this.test1.lineTo(x2, y2);
this.test1.lineTo(x3, y3);
this.test1.lineTo(x4, y4);
this.test1.lineTo(x5, y5);
this.test1.lineTo(x6, y6);
this.test1.lineTo(x7, y7);
this.test1.lineTo(x8, y8);
this.test1.lineTo(x9, y9);
this.test1.lineTo(x10, y10);
this.test1.lineTo(x11, y11);
this.test1.lineTo(x12, y12);
this.test1.lineTo(x1, y1);
this.test1.endFill();
if (this._y > 450) {
this._y = -50;
this._x = 25 + random(500);
}
}
Instance of Symbol 7 MovieClip "b1" in Frame 3
onClipEvent (enterFrame) {
this._x = _root.c5._x + (_root.c5._width / 10);
this._y = _root.c5._y + (-(_root.c5._height / 10));
this._width = _root.c5._width / 3;
this._height = _root.c5._width / 3;
}
Instance of Symbol 5 MovieClip "c3" in Frame 3
onClipEvent (enterFrame) {
if (isNaN(rot1)) {
phy = 1;
rot1 = 0;
rot2 = 30;
rot3 = 60;
rot4 = 90;
rot5 = 120;
rot6 = 150;
rot7 = 180;
rot8 = 210;
rot9 = 240;
rot10 = 270;
rot11 = 300;
rot12 = 330;
d1 = 20;
d2 = 20;
d3 = 20;
d4 = 20;
d5 = 20;
d6 = 20;
d7 = 20;
d8 = 20;
d9 = 20;
d10 = 20;
d11 = 20;
d12 = 20;
fally = 0;
fallx = 0;
startx = this._x;
starty = this._y;
}
phy = 1;
if (phy == 1) {
if ((((((((((((_root.bg.hitTest(this._x + x1, this._y + y1, true) == false) && (_root.bg.hitTest(this._x + x2, this._y + y2, true) == false)) && (_root.bg.hitTest(this._x + x3, this._y + y3, true) == false)) && (_root.bg.hitTest(this._x + x4, this._y + y4, true) == false)) && (_root.bg.hitTest(this._x + x5, this._y + y5, true) == false)) && (_root.bg.hitTest(this._x + x6, this._y + y6, true) == false)) && (_root.bg.hitTest(this._x + x7, this._y + y7, true) == false)) && (_root.bg.hitTest(this._x + x8, this._y + y8, true) == false)) && (_root.bg.hitTest(this._x + x9, this._y + y9, true) == false)) && (_root.bg.hitTest(this._x + x10, this._y + y10, true) == false)) && (_root.bg.hitTest(this._x + x11, this._y + y11, true) == false)) && (_root.bg.hitTest(this._x + x12, this._y + y12, true) == false)) {
fally = (this._width * this._height) / 400;
}
this._y = this._y + fally;
this._x = this._x + fallx;
if (_root.bg.hitTest(this._x + x1, this._y + y1, true) == true) {
if (d1 > 0) {
d1 = d1 - 3;
}
}
if (_root.bg.hitTest(this._x + x2, this._y + y2, true) == true) {
if (d2 > 0) {
d2 = d2 - 3;
}
}
if (_root.bg.hitTest(this._x + x3, this._y + y3, true) == true) {
if (d3 > 0) {
d3 = d3 - 3;
}
}
if (_root.bg.hitTest(this._x + x4, this._y + y4, true) == true) {
if (d4 > 0) {
d4 = d4 - 3;
}
}
if (_root.bg.hitTest(this._x + x5, this._y + y5, true) == true) {
if (d5 > 0) {
d5 = d5 - 3;
}
}
if (_root.bg.hitTest(this._x + x6, this._y + y6, true) == true) {
if (d6 > 0) {
d6 = d6 - 3;
}
}
if (_root.bg.hitTest(this._x + x7, this._y + y7, true) == true) {
if (d7 > 0) {
d7 = d7 - 3;
}
}
if (_root.bg.hitTest(this._x + x8, this._y + y8, true) == true) {
if (d8 > 0) {
d8 = d8 - 3;
}
}
if (_root.bg.hitTest(this._x + x9, this._y + y9, true) == true) {
if (d9 > 0) {
d9 = d9 - 3;
}
}
if (_root.bg.hitTest(this._x + x10, this._y + y10, true) == true) {
if (d10 > 0) {
d10 = d10 - 3;
}
}
if (_root.bg.hitTest(this._x + x11, this._y + y11, true) == true) {
if (d11 > 0) {
d11 = d11 - 3;
}
}
if (_root.bg.hitTest(this._x + x12, this._y + y12, true) == true) {
if (d12 > 0) {
d12 = d12 - 3;
}
}
movex = (((((((((((x1 / 20) + (x2 / 20)) + (x3 / 20)) + (x4 / 20)) + (x5 / 20)) + (x6 / 20)) + (x7 / 20)) + (x8 / 20)) + (x9 / 20)) + (x10 / 20)) + (x11 / 20)) + (x12 / 20);
movey = (((((((((((y1 / 20) + (y2 / 20)) + (y3 / 20)) + (y4 / 20)) + (y5 / 20)) + (y6 / 20)) + (y7 / 20)) + (y8 / 20)) + (y9 / 20)) + (y10 / 20)) + (y11 / 20)) + (y12 / 20);
this._x = this._x + (movex * 3);
this._y = this._y + (movey * 2);
if (d1 < 20) {
d1 = d1 + 1;
}
if (d2 < 20) {
d2 = d2 + 1;
}
if (d3 < 20) {
d3 = d3 + 1;
}
if (d4 < 20) {
d4 = d4 + 1;
}
if (d5 < 20) {
d5 = d5 + 1;
}
if (d6 < 20) {
d6 = d6 + 1;
}
if (d7 < 20) {
d7 = d7 + 1;
}
if (d8 < 20) {
d8 = d8 + 1;
}
if (d9 < 20) {
d9 = d9 + 1;
}
if (d10 < 20) {
d10 = d10 + 1;
}
if (d11 < 20) {
d11 = d11 + 1;
}
if (d12 < 20) {
d12 = d12 + 1;
}
if (d1 > 20) {
d1 = d1 - 1;
}
if (d2 > 20) {
d2 = d2 - 1;
}
if (d3 > 20) {
d3 = d3 - 1;
}
if (d4 > 20) {
d4 = d4 - 1;
}
if (d5 > 20) {
d5 = d5 - 1;
}
if (d6 > 20) {
d6 = d6 - 1;
}
if (d7 > 20) {
d7 = d7 - 1;
}
if (d8 > 20) {
d8 = d8 - 1;
}
if (d9 > 20) {
d9 = d9 - 1;
}
if (d10 > 20) {
d10 = d10 - 1;
}
if (d11 > 20) {
d11 = d11 - 1;
}
if (d12 > 20) {
d12 = d12 - 1;
}
}
x1 = Math.cos((rot1 / 180) * Math.PI) * d1;
y1 = Math.sin((rot1 / 180) * Math.PI) * d1;
x2 = Math.cos((rot2 / 180) * Math.PI) * d2;
y2 = Math.sin((rot2 / 180) * Math.PI) * d2;
x3 = Math.cos((rot3 / 180) * Math.PI) * d3;
y3 = Math.sin((rot3 / 180) * Math.PI) * d3;
x4 = Math.cos((rot4 / 180) * Math.PI) * d4;
y4 = Math.sin((rot4 / 180) * Math.PI) * d4;
x5 = Math.cos((rot5 / 180) * Math.PI) * d5;
y5 = Math.sin((rot5 / 180) * Math.PI) * d5;
x6 = Math.cos((rot6 / 180) * Math.PI) * d6;
y6 = Math.sin((rot6 / 180) * Math.PI) * d6;
x7 = Math.cos((rot7 / 180) * Math.PI) * d7;
y7 = Math.sin((rot7 / 180) * Math.PI) * d7;
x8 = Math.cos((rot8 / 180) * Math.PI) * d8;
y8 = Math.sin((rot8 / 180) * Math.PI) * d8;
x9 = Math.cos((rot9 / 180) * Math.PI) * d9;
y9 = Math.sin((rot9 / 180) * Math.PI) * d9;
x10 = Math.cos((rot10 / 180) * Math.PI) * d10;
y10 = Math.sin((rot10 / 180) * Math.PI) * d10;
x11 = Math.cos((rot11 / 180) * Math.PI) * d11;
y11 = Math.sin((rot11 / 180) * Math.PI) * d11;
x12 = Math.cos((rot12 / 180) * Math.PI) * d12;
y12 = Math.sin((rot12 / 180) * Math.PI) * d12;
this.createEmptyMovieClip("test1", 0);
this.test1.beginFill(3977727, 50);
this.test1.moveTo(x1, y1);
this.test1.lineTo(x2, y2);
this.test1.lineTo(x3, y3);
this.test1.lineTo(x4, y4);
this.test1.lineTo(x5, y5);
this.test1.lineTo(x6, y6);
this.test1.lineTo(x7, y7);
this.test1.lineTo(x8, y8);
this.test1.lineTo(x9, y9);
this.test1.lineTo(x10, y10);
this.test1.lineTo(x11, y11);
this.test1.lineTo(x12, y12);
this.test1.lineTo(x1, y1);
this.test1.endFill();
if (this._y > 450) {
this._y = -50;
this._x = 25 + random(500);
}
}
Instance of Symbol 7 MovieClip "b1" in Frame 3
onClipEvent (enterFrame) {
this._x = _root.c3._x + (_root.c3._width / 10);
this._y = _root.c3._y + (-(_root.c3._height / 10));
this._width = _root.c3._width / 3;
this._height = _root.c3._width / 3;
}
Instance of Symbol 54 MovieClip in Frame 3
on (release) {
getURL ("http://www.maxgames.com", "_blank");
}
Frame 4
_quality = "high";
_root._y = 0;
stop();
_root.controls.d1.removeMovieClip();
_root.controls.d2.removeMovieClip();
Instance of Symbol 65 MovieClip in Frame 4
on (rollOver) {
if (this._currentframe < 5) {
play();
}
_parent.p1.running = 0;
_parent.p2.running = 1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true) == false) {
if (this._currentframe > 4) {
play();
}
}
}
on (release) {
_root.gotoAndStop(5);
}
Instance of Symbol 68 MovieClip in Frame 4
on (rollOver) {
if (this._currentframe < 5) {
play();
}
_parent.p1.running = 1;
_parent.p2.running = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true) == false) {
if (this._currentframe > 4) {
play();
}
}
}
on (release) {
stopAllSounds();
_root.gotoAndStop(6);
}
Instance of Symbol 70 MovieClip "p1" in Frame 4
onClipEvent (enterFrame) {
if (isNaN(running)) {
running = 0;
c = 0;
t = 0;
nn = "water";
}
if (running == 1) {
nn = "water" + c;
_root.water.duplicateMovieClip(nn, _root.getNextHighestDepth());
_root[nn]._x = _x;
_root[nn]._y = _y;
c++;
}
}
Instance of Symbol 70 MovieClip "p2" in Frame 4
onClipEvent (enterFrame) {
if (isNaN(running)) {
running = 0;
c = 0;
t = 0;
nn = "water";
}
if (running == 1) {
nn = "water" + c;
_root.water.duplicateMovieClip(nn, _root.getNextHighestDepth());
_root[nn]._x = _x;
_root[nn]._y = _y;
c++;
}
}
Instance of Symbol 72 MovieClip "water" in Frame 4
onClipEvent (enterFrame) {
if (isNaN(movex)) {
movex = (random(20) - 10) / 8;
fall = 0;
}
if (this._y > 400) {
this.removeMovieClip();
}
fall = fall + 0.5;
this._x = this._x + movex;
this._y = this._y + fall;
}
Instance of Symbol 87 MovieClip "q" in Frame 4
on (release) {
if (isNaN(q)) {
q = 0;
}
if (q == 0) {
_quality = "LOW";
q = 1;
} else if (q == 1) {
_quality = "MEDIUM";
q = 2;
} else if (q == 2) {
_quality = "HIGH";
q = 0;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true) == true) {
if (this._currentframe < 10) {
play();
}
} else if (this._currentframe > 9) {
play();
}
}
Instance of Symbol 21 MovieClip in Frame 4
on (release) {
getURL ("http://www.maxgames.com", "_blank");
}
Frame 5
_root._y = 0;
stop();
_root.controls.d1.removeMovieClip();
_root.controls.d2.removeMovieClip();
Instance of Symbol 68 MovieClip in Frame 5
on (rollOver) {
if (this._currentframe < 5) {
play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true) == false) {
if (this._currentframe > 4) {
play();
}
}
}
on (release) {
_root.music.my_sound3.stop();
_root.gotoAndStop(6);
}
Frame 6
function death() {
_root.c._x = _root.c.startx;
_root.c._y = _root.c.starty;
_global.lives = _global.lives - 1;
_root.controls.go.gotoAndStop(1);
_root.bg.line.removeMovieClip();
_global.phy = 0;
_root.bg.md == 0;
_root.bg.set1 = 0;
_global.go = 0;
_root._y = 0;
}
function restart() {
_root.c._x = _root.c.startx;
_root.c._y = _root.c.starty;
_root.controls.go.gotoAndStop(1);
_root.bg.line.removeMovieClip();
_global.phy = 0;
_global.go = 0;
_root.bg.md == 0;
_root.bg.set1 = 0;
_root._y = 0;
}
stop();
_root.music.my_sound1.start(0, 1000);
_global.diff = 0;
_global.phy = 0;
_global.dreset = 1;
_global.go = 0;
_global.lives = 25;
Instance of Symbol 131 MovieClip "bg" in Frame 6
onClipEvent (enterFrame) {
if (isNaN(set1)) {
set1 = 0;
}
if ((_root._xmouse > 550) || (_root._xmouse < 0)) {
md = 0;
}
if (set1 == 0) {
timer = 5;
this.createEmptyMovieClip("line1", 1);
this.line1.lineStyle(30, 6710886, 100);
set1 = 1;
}
if (md == 1) {
if (timer == 0) {
this.line1.lineTo(_root._xmouse, _root._ymouse);
timer = 0;
} else {
timer--;
}
}
if (_root._y > (-(_root.danger.win._y - 250))) {
if (Key.isDown(40) || (Key.isDown(83))) {
_root._y = _root._y - 5;
}
}
if (_root._y < (-(_root.c._y - _root.c.starty))) {
if (Key.isDown(38) || (Key.isDown(87))) {
_root._y = _root._y + 5;
}
}
if (Key.isDown(13)) {
if (Key.isDown(8)) {
if (Key.isDown(16)) {
_root.gotoAndStop(15);
}
}
}
_root.controls._y = -_root._y;
}
onClipEvent (mouseDown) {
if (_global.go != 1) {
md = 1;
this.line1.moveTo(_root._xmouse, _root._ymouse);
}
}
onClipEvent (mouseUp) {
md = 0;
}
Instance of Symbol 257 MovieClip "danger" in Frame 6
onClipEvent (enterFrame) {
this.gotoAndStop(_root._currentframe - 4);
}
Instance of Symbol 261 MovieClip "c" in Frame 6
onClipEvent (enterFrame) {
if (isNaN(rot1)) {
phy = 0;
rot1 = 0;
rot2 = 30;
rot3 = 60;
rot4 = 90;
rot5 = 120;
rot6 = 150;
rot7 = 180;
rot8 = 210;
rot9 = 240;
rot10 = 270;
rot11 = 300;
rot12 = 330;
d1 = 20;
d2 = 20;
d3 = 20;
d4 = 20;
d5 = 20;
d6 = 20;
d7 = 20;
d8 = 20;
d9 = 20;
d10 = 20;
d11 = 20;
d12 = 20;
fally = 0;
fallx = 0;
startx = this._x;
starty = this._y;
}
phy = _global.phy;
if (phy == 1) {
if ((((((((((((_root.bg.hitTest(this._x + x1, this._y + y1, true) == true) && (_root.bg.hitTest(this._x + x2, this._y + y2, true) == true)) && (_root.bg.hitTest(this._x + x3, this._y + y3, true) == true)) && (_root.bg.hitTest(this._x + x4, this._y + y4, true) == true)) && (_root.bg.hitTest(this._x + x5, this._y + y5, true) == true)) && (_root.bg.hitTest(this._x + x6, this._y + y6, true) == true)) && (_root.bg.hitTest(this._x + x7, this._y + y7, true) == true)) && (_root.bg.hitTest(this._x + x8, this._y + y8, true) == true)) && (_root.bg.hitTest(this._x + x9, this._y + y9, true) == true)) && (_root.bg.hitTest(this._x + x10, this._y + y10, true) == true)) && (_root.bg.hitTest(this._x + x11, this._y + y11, true) == true)) && (_root.bg.hitTest(this._x + x12, this._y + y12, true) == true)) {
fally = (this._width * this._height) / 400;
}
this._y = this._y + fally;
this._x = this._x + fallx;
if (_root.bg.hitTest(this._x + x1, this._y + y1, true) == false) {
if (d1 > 0) {
d1 = d1 - 3;
}
}
if (_root.bg.hitTest(this._x + x2, this._y + y2, true) == false) {
if (d2 > 0) {
d2 = d2 - 3;
}
}
if (_root.bg.hitTest(this._x + x3, this._y + y3, true) == false) {
if (d3 > 0) {
d3 = d3 - 3;
}
}
if (_root.bg.hitTest(this._x + x4, this._y + y4, true) == false) {
if (d4 > 0) {
d4 = d4 - 3;
}
}
if (_root.bg.hitTest(this._x + x5, this._y + y5, true) == false) {
if (d5 > 0) {
d5 = d5 - 3;
}
}
if (_root.bg.hitTest(this._x + x6, this._y + y6, true) == false) {
if (d6 > 0) {
d6 = d6 - 3;
}
}
if (_root.bg.hitTest(this._x + x7, this._y + y7, true) == false) {
if (d7 > 0) {
d7 = d7 - 3;
}
}
if (_root.bg.hitTest(this._x + x8, this._y + y8, true) == false) {
if (d8 > 0) {
d8 = d8 - 3;
}
}
if (_root.bg.hitTest(this._x + x9, this._y + y9, true) == false) {
if (d9 > 0) {
d9 = d9 - 3;
}
}
if (_root.bg.hitTest(this._x + x10, this._y + y10, true) == false) {
if (d10 > 0) {
d10 = d10 - 3;
}
}
if (_root.bg.hitTest(this._x + x11, this._y + y11, true) == false) {
if (d11 > 0) {
d11 = d11 - 3;
}
}
if (_root.bg.hitTest(this._x + x12, this._y + y12, true) == false) {
if (d12 > 0) {
d12 = d12 - 3;
}
}
movex = (((((((((((x1 / 20) + (x2 / 20)) + (x3 / 20)) + (x4 / 20)) + (x5 / 20)) + (x6 / 20)) + (x7 / 20)) + (x8 / 20)) + (x9 / 20)) + (x10 / 20)) + (x11 / 20)) + (x12 / 20);
movey = (((((((((((y1 / 20) + (y2 / 20)) + (y3 / 20)) + (y4 / 20)) + (y5 / 20)) + (y6 / 20)) + (y7 / 20)) + (y8 / 20)) + (y9 / 20)) + (y10 / 20)) + (y11 / 20)) + (y12 / 20);
this._x = this._x + (movex * 3);
this._y = this._y + (movey * 2);
if (d1 < 20) {
d1 = d1 + 1;
}
if (d2 < 20) {
d2 = d2 + 1;
}
if (d3 < 20) {
d3 = d3 + 1;
}
if (d4 < 20) {
d4 = d4 + 1;
}
if (d5 < 20) {
d5 = d5 + 1;
}
if (d6 < 20) {
d6 = d6 + 1;
}
if (d7 < 20) {
d7 = d7 + 1;
}
if (d8 < 20) {
d8 = d8 + 1;
}
if (d9 < 20) {
d9 = d9 + 1;
}
if (d10 < 20) {
d10 = d10 + 1;
}
if (d11 < 20) {
d11 = d11 + 1;
}
if (d12 < 20) {
d12 = d12 + 1;
}
if (d1 > 20) {
d1 = d1 - 1;
}
if (d2 > 20) {
d2 = d2 - 1;
}
if (d3 > 20) {
d3 = d3 - 1;
}
if (d4 > 20) {
d4 = d4 - 1;
}
if (d5 > 20) {
d5 = d5 - 1;
}
if (d6 > 20) {
d6 = d6 - 1;
}
if (d7 > 20) {
d7 = d7 - 1;
}
if (d8 > 20) {
d8 = d8 - 1;
}
if (d9 > 20) {
d9 = d9 - 1;
}
if (d10 > 20) {
d10 = d10 - 1;
}
if (d11 > 20) {
d11 = d11 - 1;
}
if (d12 > 20) {
d12 = d12 - 1;
}
}
x1 = Math.cos((rot1 / 180) * Math.PI) * d1;
y1 = Math.sin((rot1 / 180) * Math.PI) * d1;
x2 = Math.cos((rot2 / 180) * Math.PI) * d2;
y2 = Math.sin((rot2 / 180) * Math.PI) * d2;
x3 = Math.cos((rot3 / 180) * Math.PI) * d3;
y3 = Math.sin((rot3 / 180) * Math.PI) * d3;
x4 = Math.cos((rot4 / 180) * Math.PI) * d4;
y4 = Math.sin((rot4 / 180) * Math.PI) * d4;
x5 = Math.cos((rot5 / 180) * Math.PI) * d5;
y5 = Math.sin((rot5 / 180) * Math.PI) * d5;
x6 = Math.cos((rot6 / 180) * Math.PI) * d6;
y6 = Math.sin((rot6 / 180) * Math.PI) * d6;
x7 = Math.cos((rot7 / 180) * Math.PI) * d7;
y7 = Math.sin((rot7 / 180) * Math.PI) * d7;
x8 = Math.cos((rot8 / 180) * Math.PI) * d8;
y8 = Math.sin((rot8 / 180) * Math.PI) * d8;
x9 = Math.cos((rot9 / 180) * Math.PI) * d9;
y9 = Math.sin((rot9 / 180) * Math.PI) * d9;
x10 = Math.cos((rot10 / 180) * Math.PI) * d10;
y10 = Math.sin((rot10 / 180) * Math.PI) * d10;
x11 = Math.cos((rot11 / 180) * Math.PI) * d11;
y11 = Math.sin((rot11 / 180) * Math.PI) * d11;
x12 = Math.cos((rot12 / 180) * Math.PI) * d12;
y12 = Math.sin((rot12 / 180) * Math.PI) * d12;
this.createEmptyMovieClip("test1", 0);
if (_global.cheats == 1) {
this.test1.beginFill(16777215, 50);
} else {
this.test1.beginFill(3977727, 50);
}
this.test1.moveTo(x1, y1);
this.test1.lineTo(x2, y2);
this.test1.lineTo(x3, y3);
this.test1.lineTo(x4, y4);
this.test1.lineTo(x5, y5);
this.test1.lineTo(x6, y6);
this.test1.lineTo(x7, y7);
this.test1.lineTo(x8, y8);
this.test1.lineTo(x9, y9);
this.test1.lineTo(x10, y10);
this.test1.lineTo(x11, y11);
this.test1.lineTo(x12, y12);
this.test1.lineTo(x1, y1);
this.test1.endFill();
if (_root.danger.win.hitTest(this._x, this._y, true)) {
_root.restart();
if (_root._currentframe == 35) {
_root.music.my_sound1.stop();
_root.music.my_sound2.stop();
}
_root.gotoAndStop(_root._currentframe + 1);
} else if (_root.danger.hitTest(this._x, this._y, true)) {
if (_global.cheats == 0) {
if (_global.lives > 0) {
_root.death();
} else {
_root._y = 0;
_root.music.my_sound1.stop();
_root.music.my_sound2.stop();
_root.gotoAndStop(37);
}
}
}
if (_global.phy == 1) {
_root._y = (-this._y) + 100;
}
this.pliv.swapDepths(1);
this.pliv.lives.text = _global.lives;
if (_global.cheats == 1) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 7 MovieClip "b1" in Frame 6
onClipEvent (enterFrame) {
this._x = _root.c._x + (_root.c._width / 10);
this._y = _root.c._y + (-(_root.c._height / 10));
this._width = _root.c._width / 3;
this._height = _root.c._width / 3;
}
Instance of Symbol 312 MovieClip "controls" in Frame 6
onClipEvent (enterFrame) {
percent = 100 - (((_root.c._y - _root.c.starty) / (_root.danger.win._y - 40)) * 100);
this.dist1.text = Math.round(_root.c._y - _root.c.starty);
this.dist2.text = Math.round(_root.danger.win._y - 55);
this.createEmptyMovieClip("d1", 0);
this.d1.lineStyle(2, 65280, 100);
this.d1.moveTo(10, 50);
this.d1.lineTo(110, 20);
this.d1.lineTo(110, 10);
this.d1.lineTo(10, 40);
this.d1.lineTo(10, 50);
this.createEmptyMovieClip("d2", 1);
this.d2.beginFill(65280, 80);
this.d2.moveTo(10, 50);
this.d2.lineTo(10 + percent, 50 - (percent * 0.3));
this.d2.lineTo(10 + percent, 40 - (percent * 0.3));
this.d2.lineTo(10, 40);
this.d2.lineTo(10, 50);
this.d2.endFill();
}
Frame 35
stop();
Instance of Symbol 40 MovieClip "music" in Frame 35
onClipEvent (load) {
my_sound1 = new Sound();
my_sound1.attachSound("song1");
my_sound1.start(0, 1000);
my_sound3 = new Sound();
my_sound3.attachSound("msong");
my_sound3.start(0, 1000);
my_sound1.onSoundComplete = function () {
my_sound2.start(0, 1000);
my_sound1.stop();
};
my_sound2.onSoundComplete = function () {
my_sound1.start(0, 1000);
my_sound2.stop();
};
stopAllSounds();
my_sound3.start(0, 1000);
}
Frame 36
stop();
Instance of Symbol 344 MovieClip "restart" in Frame 36
on (release) {
stopAllSounds();
_root.music.sound3.start();
_root.gotoAndStop(4);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true) == true) {
if (this._currentframe < 10) {
this.play();
}
} else if (this._currentframe > 9) {
this.play();
}
}
Instance of Symbol 21 MovieClip in Frame 36
on (release) {
getURL ("http://www.maxgames.com", "_blank");
}
Symbol 7 MovieClip Frame 1
stop();
Symbol 7 MovieClip Frame 2
stop();
Symbol 10 MovieClip Frame 1
stop();
Symbol 27 MovieClip Frame 1
_root.music.my_sound3.start(0, 1000);
Symbol 27 MovieClip Frame 200
_root.gotoAndStop(3);
Symbol 33 MovieClip Frame 1
stop();
Symbol 33 MovieClip Frame 10
stop();
Symbol 39 MovieClip Frame 1
stop();
Symbol 39 MovieClip Frame 10
stop();
Symbol 40 MovieClip Frame 1
stop();
Instance of Symbol 33 MovieClip in Symbol 40 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true) == true) {
if (this._currentframe < 10) {
this.play();
}
} else if (this._currentframe > 9) {
this.play();
}
}
Symbol 40 MovieClip Frame 2
stop();
Instance of Symbol 39 MovieClip in Symbol 40 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true) == true) {
if (this._currentframe < 10) {
this.play();
}
} else if (this._currentframe > 9) {
this.play();
}
}
Symbol 46 Button
on (release) {
getURL ("http://www.maxgames.com", "_blank");
}
Symbol 49 MovieClip Frame 60
stop();
Symbol 50 MovieClip Frame 240
_root.gotoAndStop(_root._currentframe + 1);
Symbol 59 MovieClip Frame 1
stop();
Instance of Symbol 59 MovieClip in Symbol 60 MovieClip Frame 1
onClipEvent (enterFrame) {
this._y = this._y + 25;
this._rotation = this._rotation + (5 + random(15));
if (this._y > 2500) {
this._y = -100;
this._x = random(350) + 100;
this.gotoAndStop(random(3) + 1);
this._rotation = random(360);
}
}
Symbol 65 MovieClip Frame 1
stop();
Symbol 65 MovieClip Frame 5
stop();
Symbol 68 MovieClip Frame 1
stop();
Symbol 68 MovieClip Frame 5
stop();
Instance of Symbol 75 MovieClip in Symbol 77 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(s)) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
size = random(20);
}
this._y = this._y - s;
this._width = size;
this._height = size;
this._x = this._x + (random(3) - 1);
if (this._y < -50) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
this._y = 50;
size = random(20);
}
}
Instance of Symbol 75 MovieClip in Symbol 77 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(s)) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
size = random(20);
}
this._y = this._y - s;
this._width = size;
this._height = size;
this._x = this._x + (random(3) - 1);
if (this._y < -50) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
this._y = 50;
size = random(20);
}
}
Instance of Symbol 75 MovieClip in Symbol 77 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(s)) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
size = random(20);
}
this._y = this._y - s;
this._width = size;
this._height = size;
this._x = this._x + (random(3) - 1);
if (this._y < -50) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
this._y = 50;
size = random(20);
}
}
Instance of Symbol 75 MovieClip in Symbol 77 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(s)) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
size = random(20);
}
this._y = this._y - s;
this._width = size;
this._height = size;
this._x = this._x + (random(3) - 1);
if (this._y < -50) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
this._y = 50;
size = random(20);
}
}
Instance of Symbol 75 MovieClip in Symbol 77 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(s)) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
size = random(20);
}
this._y = this._y - s;
this._width = size;
this._height = size;
this._x = this._x + (random(3) - 1);
if (this._y < -50) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
this._y = 50;
size = random(20);
}
}
Instance of Symbol 75 MovieClip in Symbol 77 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(s)) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
size = random(20);
}
this._y = this._y - s;
this._width = size;
this._height = size;
this._x = this._x + (random(3) - 1);
if (this._y < -50) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
this._y = 50;
size = random(20);
}
}
Instance of Symbol 75 MovieClip in Symbol 77 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(s)) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
size = random(20);
}
this._y = this._y - s;
this._width = size;
this._height = size;
this._x = this._x + (random(3) - 1);
if (this._y < -50) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
this._y = 50;
size = random(20);
}
}
Instance of Symbol 75 MovieClip in Symbol 77 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(s)) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
size = random(20);
}
this._y = this._y - s;
this._width = size;
this._height = size;
this._x = this._x + (random(3) - 1);
if (this._y < -50) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
this._y = 50;
size = random(20);
}
}
Instance of Symbol 75 MovieClip in Symbol 77 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(s)) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
size = random(20);
}
this._y = this._y - s;
this._width = size;
this._height = size;
this._x = this._x + (random(3) - 1);
if (this._y < -50) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
this._y = 50;
size = random(20);
}
}
Instance of Symbol 75 MovieClip in Symbol 77 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(s)) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
size = random(20);
}
this._y = this._y - s;
this._width = size;
this._height = size;
this._x = this._x + (random(3) - 1);
if (this._y < -50) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
this._y = 50;
size = random(20);
}
}
Instance of Symbol 75 MovieClip in Symbol 77 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(s)) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
size = random(20);
}
this._y = this._y - s;
this._width = size;
this._height = size;
this._x = this._x + (random(3) - 1);
if (this._y < -50) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
this._y = 50;
size = random(20);
}
}
Instance of Symbol 75 MovieClip in Symbol 77 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(s)) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
size = random(20);
}
this._y = this._y - s;
this._width = size;
this._height = size;
this._x = this._x + (random(3) - 1);
if (this._y < -50) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
this._y = 50;
size = random(20);
}
}
Instance of Symbol 75 MovieClip in Symbol 77 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(s)) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
size = random(20);
}
this._y = this._y - s;
this._width = size;
this._height = size;
this._x = this._x + (random(3) - 1);
if (this._y < -50) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
this._y = 50;
size = random(20);
}
}
Instance of Symbol 75 MovieClip in Symbol 77 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(s)) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
size = random(20);
}
this._y = this._y - s;
this._width = size;
this._height = size;
this._x = this._x + (random(3) - 1);
if (this._y < -50) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
this._y = 50;
size = random(20);
}
}
Instance of Symbol 75 MovieClip in Symbol 77 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(s)) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
size = random(20);
}
this._y = this._y - s;
this._width = size;
this._height = size;
this._x = this._x + (random(3) - 1);
if (this._y < -50) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
this._y = 50;
size = random(20);
}
}
Instance of Symbol 75 MovieClip in Symbol 77 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(s)) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
size = random(20);
}
this._y = this._y - s;
this._width = size;
this._height = size;
this._x = this._x + (random(3) - 1);
if (this._y < -50) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
this._y = 50;
size = random(20);
}
}
Instance of Symbol 75 MovieClip in Symbol 77 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(s)) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
size = random(20);
}
this._y = this._y - s;
this._width = size;
this._height = size;
this._x = this._x + (random(3) - 1);
if (this._y < -50) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
this._y = 50;
size = random(20);
}
}
Instance of Symbol 75 MovieClip in Symbol 77 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(s)) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
size = random(20);
}
this._y = this._y - s;
this._width = size;
this._height = size;
this._x = this._x + (random(3) - 1);
if (this._y < -50) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
this._y = 50;
size = random(20);
}
}
Instance of Symbol 75 MovieClip in Symbol 77 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(s)) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
size = random(20);
}
this._y = this._y - s;
this._width = size;
this._height = size;
this._x = this._x + (random(3) - 1);
if (this._y < -50) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
this._y = 50;
size = random(20);
}
}
Instance of Symbol 75 MovieClip in Symbol 77 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(s)) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
size = random(20);
}
this._y = this._y - s;
this._width = size;
this._height = size;
this._x = this._x + (random(3) - 1);
if (this._y < -50) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
this._y = 50;
size = random(20);
}
}
Instance of Symbol 75 MovieClip in Symbol 77 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(s)) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
size = random(20);
}
this._y = this._y - s;
this._width = size;
this._height = size;
this._x = this._x + (random(3) - 1);
if (this._y < -50) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
this._y = 50;
size = random(20);
}
}
Instance of Symbol 75 MovieClip in Symbol 77 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(s)) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
size = random(20);
}
this._y = this._y - s;
this._width = size;
this._height = size;
this._x = this._x + (random(3) - 1);
if (this._y < -50) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
this._y = 50;
size = random(20);
}
}
Instance of Symbol 75 MovieClip in Symbol 77 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(s)) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
size = random(20);
}
this._y = this._y - s;
this._width = size;
this._height = size;
this._x = this._x + (random(3) - 1);
if (this._y < -50) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
this._y = 50;
size = random(20);
}
}
Instance of Symbol 75 MovieClip in Symbol 77 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(s)) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
size = random(20);
}
this._y = this._y - s;
this._width = size;
this._height = size;
this._x = this._x + (random(3) - 1);
if (this._y < -50) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
this._y = 50;
size = random(20);
}
}
Instance of Symbol 75 MovieClip in Symbol 77 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(s)) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
size = random(20);
}
this._y = this._y - s;
this._width = size;
this._height = size;
this._x = this._x + (random(3) - 1);
if (this._y < -50) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
this._y = 50;
size = random(20);
}
}
Instance of Symbol 75 MovieClip in Symbol 77 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(s)) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
size = random(20);
}
this._y = this._y - s;
this._width = size;
this._height = size;
this._x = this._x + (random(3) - 1);
if (this._y < -50) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
this._y = 50;
size = random(20);
}
}
Instance of Symbol 75 MovieClip in Symbol 77 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(s)) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
size = random(20);
}
this._y = this._y - s;
this._width = size;
this._height = size;
this._x = this._x + (random(3) - 1);
if (this._y < -50) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
this._y = 50;
size = random(20);
}
}
Instance of Symbol 75 MovieClip in Symbol 77 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(s)) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
size = random(20);
}
this._y = this._y - s;
this._width = size;
this._height = size;
this._x = this._x + (random(3) - 1);
if (this._y < -50) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
this._y = 50;
size = random(20);
}
}
Instance of Symbol 75 MovieClip in Symbol 77 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(s)) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
size = random(20);
}
this._y = this._y - s;
this._width = size;
this._height = size;
this._x = this._x + (random(3) - 1);
if (this._y < -50) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
this._y = 50;
size = random(20);
}
}
Instance of Symbol 75 MovieClip in Symbol 77 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(s)) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
size = random(20);
}
this._y = this._y - s;
this._width = size;
this._height = size;
this._x = this._x + (random(3) - 1);
if (this._y < -50) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
this._y = 50;
size = random(20);
}
}
Instance of Symbol 75 MovieClip in Symbol 77 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(s)) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
size = random(20);
}
this._y = this._y - s;
this._width = size;
this._height = size;
this._x = this._x + (random(3) - 1);
if (this._y < -50) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
this._y = 50;
size = random(20);
}
}
Instance of Symbol 75 MovieClip in Symbol 77 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(s)) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
size = random(20);
}
this._y = this._y - s;
this._width = size;
this._height = size;
this._x = this._x + (random(3) - 1);
if (this._y < -50) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
this._y = 50;
size = random(20);
}
}
Instance of Symbol 75 MovieClip in Symbol 77 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(s)) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
size = random(20);
}
this._y = this._y - s;
this._width = size;
this._height = size;
this._x = this._x + (random(3) - 1);
if (this._y < -50) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
this._y = 50;
size = random(20);
}
}
Instance of Symbol 75 MovieClip in Symbol 77 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(s)) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
size = random(20);
}
this._y = this._y - s;
this._width = size;
this._height = size;
this._x = this._x + (random(3) - 1);
if (this._y < -50) {
this._x = random(400) - 200;
s = 0.5 + (random(50) / 100);
this._y = 50;
size = random(20);
}
}
Symbol 87 MovieClip Frame 1
stop();
Symbol 87 MovieClip Frame 10
stop();
Symbol 98 MovieClip Frame 1
stop();
Symbol 98 MovieClip Frame 10
stop();
Symbol 129 MovieClip Frame 1
stop();
Instance of Symbol 92 MovieClip in Symbol 129 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(set1)) {
set1 = 0;
}
if (set1 == 0) {
timer = 5;
this.createEmptyMovieClip("line1", 1);
this.line1.lineStyle(30, 6710886, 100);
set1 = 1;
}
if (md == 1) {
if (_parent.dr._currentframe < 10) {
_parent.dr.play();
}
if (timer == 0) {
this.line1.lineTo(_root._xmouse, _root._ymouse);
timer = 0;
} else {
timer--;
}
} else if (_parent.dr._currentframe == 10) {
_parent.dr.play();
}
if (_parent.dr._currentframe == 10) {
_parent.dr._x = -100;
_parent.dr._y = 0;
} else {
_parent.dr._x = _root._xmouse;
_parent.dr._y = _root._ymouse;
}
}
onClipEvent (mouseDown) {
if (_global.go != 1) {
md = 1;
this.line1.moveTo(_root._xmouse, _root._ymouse);
}
}
onClipEvent (mouseUp) {
md = 0;
}
Instance of Symbol 94 MovieClip in Symbol 129 MovieClip Frame 1
on (release) {
this._parent.gotoAndStop(this._parent._currentframe + 1);
}
Instance of Symbol 116 MovieClip in Symbol 129 MovieClip Frame 4
on (press) {
_global.cheats = 1;
_parent.gotoAndStop(6);
}
Instance of Symbol 118 MovieClip in Symbol 129 MovieClip Frame 5
on (release) {
this._parent.gotoAndStop(1);
}
Instance of Symbol 72 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(movex)) {
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
movex = movex - 0.1;
movey = movey + 0.5;
this._x = this._x + movex;
this._y = this._y + movey;
if (this._y > (500 + s)) {
this._x = 0;
this._y = 0;
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
}
Instance of Symbol 72 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(movex)) {
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
movex = movex - 0.1;
movey = movey + 0.5;
this._x = this._x + movex;
this._y = this._y + movey;
if (this._y > (500 + s)) {
this._x = 0;
this._y = 0;
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
}
Instance of Symbol 72 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(movex)) {
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
movex = movex - 0.1;
movey = movey + 0.5;
this._x = this._x + movex;
this._y = this._y + movey;
if (this._y > (500 + s)) {
this._x = 0;
this._y = 0;
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
}
Instance of Symbol 72 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(movex)) {
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
movex = movex - 0.1;
movey = movey + 0.5;
this._x = this._x + movex;
this._y = this._y + movey;
if (this._y > (500 + s)) {
this._x = 0;
this._y = 0;
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
}
Instance of Symbol 72 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(movex)) {
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
movex = movex - 0.1;
movey = movey + 0.5;
this._x = this._x + movex;
this._y = this._y + movey;
if (this._y > (500 + s)) {
this._x = 0;
this._y = 0;
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
}
Instance of Symbol 72 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(movex)) {
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
movex = movex - 0.1;
movey = movey + 0.5;
this._x = this._x + movex;
this._y = this._y + movey;
if (this._y > (500 + s)) {
this._x = 0;
this._y = 0;
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
}
Instance of Symbol 72 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(movex)) {
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
movex = movex - 0.1;
movey = movey + 0.5;
this._x = this._x + movex;
this._y = this._y + movey;
if (this._y > (500 + s)) {
this._x = 0;
this._y = 0;
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
}
Instance of Symbol 72 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(movex)) {
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
movex = movex - 0.1;
movey = movey + 0.5;
this._x = this._x + movex;
this._y = this._y + movey;
if (this._y > (500 + s)) {
this._x = 0;
this._y = 0;
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
}
Instance of Symbol 72 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(movex)) {
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
movex = movex - 0.1;
movey = movey + 0.5;
this._x = this._x + movex;
this._y = this._y + movey;
if (this._y > (500 + s)) {
this._x = 0;
this._y = 0;
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
}
Instance of Symbol 72 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(movex)) {
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
movex = movex - 0.1;
movey = movey + 0.5;
this._x = this._x + movex;
this._y = this._y + movey;
if (this._y > (500 + s)) {
this._x = 0;
this._y = 0;
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
}
Instance of Symbol 72 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(movex)) {
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
movex = movex - 0.1;
movey = movey + 0.5;
this._x = this._x + movex;
this._y = this._y + movey;
if (this._y > (500 + s)) {
this._x = 0;
this._y = 0;
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
}
Instance of Symbol 72 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(movex)) {
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
movex = movex - 0.1;
movey = movey + 0.5;
this._x = this._x + movex;
this._y = this._y + movey;
if (this._y > (500 + s)) {
this._x = 0;
this._y = 0;
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
}
Instance of Symbol 72 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(movex)) {
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
movex = movex - 0.1;
movey = movey + 0.5;
this._x = this._x + movex;
this._y = this._y + movey;
if (this._y > (500 + s)) {
this._x = 0;
this._y = 0;
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
}
Instance of Symbol 72 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(movex)) {
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
movex = movex - 0.1;
movey = movey + 0.5;
this._x = this._x + movex;
this._y = this._y + movey;
if (this._y > (500 + s)) {
this._x = 0;
this._y = 0;
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
}
Instance of Symbol 72 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(movex)) {
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
movex = movex - 0.1;
movey = movey + 0.5;
this._x = this._x + movex;
this._y = this._y + movey;
if (this._y > (500 + s)) {
this._x = 0;
this._y = 0;
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
}
Instance of Symbol 72 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(movex)) {
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
movex = movex - 0.1;
movey = movey + 0.5;
this._x = this._x + movex;
this._y = this._y + movey;
if (this._y > (500 + s)) {
this._x = 0;
this._y = 0;
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
}
Instance of Symbol 72 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(movex)) {
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
movex = movex - 0.1;
movey = movey + 0.5;
this._x = this._x + movex;
this._y = this._y + movey;
if (this._y > (500 + s)) {
this._x = 0;
this._y = 0;
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
}
Instance of Symbol 72 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(movex)) {
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
movex = movex - 0.1;
movey = movey + 0.5;
this._x = this._x + movex;
this._y = this._y + movey;
if (this._y > (500 + s)) {
this._x = 0;
this._y = 0;
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
}
Instance of Symbol 72 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(movex)) {
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
movex = movex - 0.1;
movey = movey + 0.5;
this._x = this._x + movex;
this._y = this._y + movey;
if (this._y > (500 + s)) {
this._x = 0;
this._y = 0;
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
}
Instance of Symbol 72 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(movex)) {
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
movex = movex - 0.1;
movey = movey + 0.5;
this._x = this._x + movex;
this._y = this._y + movey;
if (this._y > (500 + s)) {
this._x = 0;
this._y = 0;
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
}
Instance of Symbol 72 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(movex)) {
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
movex = movex - 0.1;
movey = movey + 0.5;
this._x = this._x + movex;
this._y = this._y + movey;
if (this._y > (500 + s)) {
this._x = 0;
this._y = 0;
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
}
Instance of Symbol 72 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(movex)) {
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
movex = movex - 0.1;
movey = movey + 0.5;
this._x = this._x + movex;
this._y = this._y + movey;
if (this._y > (500 + s)) {
this._x = 0;
this._y = 0;
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
}
Instance of Symbol 72 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(movex)) {
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
movex = movex - 0.1;
movey = movey + 0.5;
this._x = this._x + movex;
this._y = this._y + movey;
if (this._y > (500 + s)) {
this._x = 0;
this._y = 0;
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
}
Instance of Symbol 72 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(movex)) {
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
movex = movex - 0.1;
movey = movey + 0.5;
this._x = this._x + movex;
this._y = this._y + movey;
if (this._y > (500 + s)) {
this._x = 0;
this._y = 0;
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
}
Instance of Symbol 72 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(movex)) {
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
movex = movex - 0.1;
movey = movey + 0.5;
this._x = this._x + movex;
this._y = this._y + movey;
if (this._y > (500 + s)) {
this._x = 0;
this._y = 0;
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
}
Instance of Symbol 72 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(movex)) {
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
movex = movex - 0.1;
movey = movey + 0.5;
this._x = this._x + movex;
this._y = this._y + movey;
if (this._y > (500 + s)) {
this._x = 0;
this._y = 0;
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
}
Instance of Symbol 72 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(movex)) {
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
movex = movex - 0.1;
movey = movey + 0.5;
this._x = this._x + movex;
this._y = this._y + movey;
if (this._y > (500 + s)) {
this._x = 0;
this._y = 0;
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
}
Instance of Symbol 72 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(movex)) {
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
movex = movex - 0.1;
movey = movey + 0.5;
this._x = this._x + movex;
this._y = this._y + movey;
if (this._y > (500 + s)) {
this._x = 0;
this._y = 0;
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
}
Instance of Symbol 72 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(movex)) {
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
movex = movex - 0.1;
movey = movey + 0.5;
this._x = this._x + movex;
this._y = this._y + movey;
if (this._y > (500 + s)) {
this._x = 0;
this._y = 0;
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
}
Instance of Symbol 72 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(movex)) {
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
movex = movex - 0.1;
movey = movey + 0.5;
this._x = this._x + movex;
this._y = this._y + movey;
if (this._y > (500 + s)) {
this._x = 0;
this._y = 0;
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
}
Instance of Symbol 72 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(movex)) {
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
movex = movex - 0.1;
movey = movey + 0.5;
this._x = this._x + movex;
this._y = this._y + movey;
if (this._y > (500 + s)) {
this._x = 0;
this._y = 0;
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
}
Instance of Symbol 72 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(movex)) {
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
movex = movex - 0.1;
movey = movey + 0.5;
this._x = this._x + movex;
this._y = this._y + movey;
if (this._y > (500 + s)) {
this._x = 0;
this._y = 0;
movex = 3.5 + (random(100) / 100);
movey = 0;
s = random(50);
}
}
Symbol 148 MovieClip Frame 1
stop();
Instance of Symbol 164 MovieClip "q1" in Symbol 170 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(size)) {
size = 10 + random(440);
t = 200;
_width = size;
}
if (t == 0) {
size = 10 + random(440);
t = 200;
} else {
t--;
}
this._width = this._width + ((size - _width) / 100);
}
Instance of Symbol 168 MovieClip in Symbol 170 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (_parent.q1._x + _parent.q1._width);
}
Instance of Symbol 164 MovieClip "q2" in Symbol 170 MovieClip Frame 1
onClipEvent (enterFrame) {
size = _parent.q3._width - ((_parent.q3._width - _parent.q1._width) / 2);
this._width = this._width + ((size - _width) / 20);
}
Instance of Symbol 164 MovieClip "q3" in Symbol 170 MovieClip Frame 1
onClipEvent (enterFrame) {
size = _parent.q5._width - ((_parent.q5._width - _parent.q1._width) / 2);
this._width = this._width + ((size - _width) / 20);
}
Instance of Symbol 164 MovieClip "q4" in Symbol 170 MovieClip Frame 1
onClipEvent (enterFrame) {
size = _parent.q5._width - ((_parent.q5._width - _parent.q3._width) / 2);
this._width = this._width + ((size - _width) / 20);
}
Instance of Symbol 164 MovieClip "q5" in Symbol 170 MovieClip Frame 1
onClipEvent (enterFrame) {
size = 220;
this._width = this._width + ((size - _width) / 20);
}
Instance of Symbol 168 MovieClip in Symbol 170 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (_parent.q2._x + _parent.q2._width);
}
Instance of Symbol 168 MovieClip in Symbol 170 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (_parent.q3._x + _parent.q3._width);
}
Instance of Symbol 168 MovieClip in Symbol 170 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (_parent.q4._x + _parent.q4._width);
}
Instance of Symbol 168 MovieClip in Symbol 170 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (_parent.q5._x + _parent.q5._width);
}
Instance of Symbol 169 MovieClip "w1" in Symbol 170 MovieClip Frame 1
onClipEvent (enterFrame) {
this._width = 10 + (430 - _parent.q1._width);
}
Instance of Symbol 166 MovieClip in Symbol 170 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (_parent.w1._x - _parent.w1._width);
}
Instance of Symbol 166 MovieClip in Symbol 170 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (_parent.w2._x - _parent.w2._width);
}
Instance of Symbol 166 MovieClip in Symbol 170 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (_parent.w3._x - _parent.w3._width);
}
Instance of Symbol 166 MovieClip in Symbol 170 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (_parent.w4._x - _parent.w4._width);
}
Instance of Symbol 166 MovieClip in Symbol 170 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (_parent.w5._x - _parent.w5._width);
}
Instance of Symbol 169 MovieClip "w2" in Symbol 170 MovieClip Frame 1
onClipEvent (enterFrame) {
this._width = 10 + (430 - _parent.q2._width);
}
Instance of Symbol 169 MovieClip "w3" in Symbol 170 MovieClip Frame 1
onClipEvent (enterFrame) {
this._width = 10 + (430 - _parent.q3._width);
}
Instance of Symbol 169 MovieClip "w4" in Symbol 170 MovieClip Frame 1
onClipEvent (enterFrame) {
this._width = 10 + (430 - _parent.q4._width);
}
Instance of Symbol 169 MovieClip "w5" in Symbol 170 MovieClip Frame 1
onClipEvent (enterFrame) {
this._width = 10 + (430 - _parent.q5._width);
}
Instance of Symbol 175 MovieClip in Symbol 176 MovieClip Frame 1
onClipEvent (enterFrame) {
this._rotation = this._rotation + (2 + (_global.diff / 2));
}
Instance of Symbol 175 MovieClip in Symbol 176 MovieClip Frame 1
onClipEvent (enterFrame) {
this._rotation = this._rotation + (2 + (_global.diff / 2));
}
Instance of Symbol 175 MovieClip in Symbol 176 MovieClip Frame 1
onClipEvent (enterFrame) {
this._rotation = this._rotation + (2 + (_global.diff / 2));
}
Instance of Symbol 175 MovieClip in Symbol 176 MovieClip Frame 1
onClipEvent (enterFrame) {
this._rotation = this._rotation + (2 + (_global.diff / 2));
}
Instance of Symbol 190 MovieClip in Symbol 191 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay(random(20) + 1);
}
Symbol 198 MovieClip Frame 1
stop();
Instance of Symbol 202 MovieClip in Symbol 203 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(movex)) {
movex = 0;
this._rotation = 30;
}
if (this._rotation > 0) {
movex = movex - 0.05;
} else {
movex = movex + 0.05;
}
this._rotation = this._rotation + (movex * (1 + (_global.diff / 4)));
}
Symbol 230 MovieClip Frame 121
stop();
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 1
onClipEvent (enterFrame) {
if (isNaN(movex)) {
startx = this._x;
starty = this._y;
movex = random(8) - 4;
movey = -12;
size = 30 + random(35);
}
if (this._y > 300) {
movex = random(8) - 4;
movey = -12;
size = 30 + random(35);
this._x = startx;
this._y = starty;
this.gotoAndPlay(1);
}
this._height = size;
this._width = size;
movey = movey + 0.3;
this._x = this._x + movex;
this._y = this._y + movey;
}
Symbol 257 MovieClip Frame 1
stop();
Instance of Symbol 140 MovieClip in Symbol 257 MovieClip Frame 5
onClipEvent (enterFrame) {
this._rotation = this._rotation - (1 + (_global.diff / 4));
}
Instance of Symbol 140 MovieClip in Symbol 257 MovieClip Frame 5
onClipEvent (enterFrame) {
this._rotation = this._rotation - (1 + (_global.diff / 4));
}
Instance of Symbol 140 MovieClip in Symbol 257 MovieClip Frame 5
onClipEvent (enterFrame) {
this._rotation = this._rotation + (1 + (_global.diff / 4));
}
Instance of Symbol 140 MovieClip in Symbol 257 MovieClip Frame 5
onClipEvent (enterFrame) {
this._rotation = this._rotation + (1 + (_global.diff / 4));
}
Instance of Symbol 148 MovieClip in Symbol 257 MovieClip Frame 6
onClipEvent (enterFrame) {
if ((_root.c._y + 50) > _y) {
play();
}
}
Instance of Symbol 148 MovieClip in Symbol 257 MovieClip Frame 6
onClipEvent (enterFrame) {
if ((_root.c._y + 50) > _y) {
play();
}
}
Instance of Symbol 148 MovieClip in Symbol 257 MovieClip Frame 6
onClipEvent (enterFrame) {
if ((_root.c._y + 50) > _y) {
play();
}
}
Instance of Symbol 148 MovieClip in Symbol 257 MovieClip Frame 6
onClipEvent (enterFrame) {
if ((_root.c._y + 50) > _y) {
play();
}
}
Instance of Symbol 148 MovieClip in Symbol 257 MovieClip Frame 6
onClipEvent (enterFrame) {
if ((_root.c._y + 50) > _y) {
play();
}
}
Instance of Symbol 148 MovieClip in Symbol 257 MovieClip Frame 6
onClipEvent (enterFrame) {
if ((_root.c._y + 50) > _y) {
play();
}
}
Instance of Symbol 148 MovieClip in Symbol 257 MovieClip Frame 6
onClipEvent (enterFrame) {
if ((_root.c._y + 50) > _y) {
play();
}
}
Instance of Symbol 148 MovieClip in Symbol 257 MovieClip Frame 6
onClipEvent (enterFrame) {
if ((_root.c._y + 50) > _y) {
play();
}
}
Instance of Symbol 148 MovieClip in Symbol 257 MovieClip Frame 6
onClipEvent (enterFrame) {
if ((_root.c._y + 50) > _y) {
play();
}
}
Instance of Symbol 148 MovieClip in Symbol 257 MovieClip Frame 6
onClipEvent (enterFrame) {
if ((_root.c._y + 50) > _y) {
play();
}
}
Instance of Symbol 148 MovieClip in Symbol 257 MovieClip Frame 6
onClipEvent (enterFrame) {
if ((_root.c._y + 50) > _y) {
play();
}
}
Instance of Symbol 148 MovieClip in Symbol 257 MovieClip Frame 6
onClipEvent (enterFrame) {
if ((_root.c._y + 50) > _y) {
play();
}
}
Instance of Symbol 148 MovieClip in Symbol 257 MovieClip Frame 6
onClipEvent (enterFrame) {
if ((_root.c._y + 50) > _y) {
play();
}
}
Instance of Symbol 148 MovieClip in Symbol 257 MovieClip Frame 6
onClipEvent (enterFrame) {
if ((_root.c._y + 50) > _y) {
play();
}
}
Instance of Symbol 148 MovieClip in Symbol 257 MovieClip Frame 6
onClipEvent (enterFrame) {
if ((_root.c._y + 50) > _y) {
play();
}
}
Instance of Symbol 148 MovieClip in Symbol 257 MovieClip Frame 6
onClipEvent (enterFrame) {
if ((_root.c._y + 50) > _y) {
play();
}
}
Instance of Symbol 153 MovieClip in Symbol 257 MovieClip Frame 7
onClipEvent (enterFrame) {
if (isNaN(set1)) {
this.gotoAndStop(1);
set1 = 0;
}
this.play();
}
Instance of Symbol 153 MovieClip in Symbol 257 MovieClip Frame 7
onClipEvent (enterFrame) {
if (isNaN(set1)) {
this.gotoAndStop(1);
set1 = 0;
}
this.play();
}
Instance of Symbol 153 MovieClip in Symbol 257 MovieClip Frame 8
onClipEvent (load) {
gotoAndPlay (1);
}
Instance of Symbol 153 MovieClip in Symbol 257 MovieClip Frame 8
onClipEvent (load) {
gotoAndPlay (1);
}
Instance of Symbol 153 MovieClip in Symbol 257 MovieClip Frame 8
onClipEvent (load) {
gotoAndPlay (1);
}
Instance of Symbol 153 MovieClip in Symbol 257 MovieClip Frame 8
onClipEvent (load) {
gotoAndPlay (1);
}
Instance of Symbol 140 MovieClip "s1" in Symbol 257 MovieClip Frame 11
onClipEvent (enterFrame) {
if (isNaN(set1)) {
this._rotation = -90;
set1 = 0;
}
this._rotation = this._rotation + (1 + (_global.diff / 4));
}
Instance of Symbol 140 MovieClip "s1" in Symbol 257 MovieClip Frame 11
onClipEvent (enterFrame) {
if (isNaN(set1)) {
this._rotation = -270;
set1 = 0;
}
this._rotation = this._rotation - (1 + (_global.diff / 4));
}
Instance of Symbol 140 MovieClip "s1" in Symbol 257 MovieClip Frame 11
onClipEvent (enterFrame) {
if (isNaN(set1)) {
this._rotation = -270;
set1 = 0;
}
this._rotation = this._rotation + (1 + (_global.diff / 4));
}
Instance of Symbol 140 MovieClip "s1" in Symbol 257 MovieClip Frame 11
onClipEvent (enterFrame) {
if (isNaN(set1)) {
this._rotation = -90;
set1 = 0;
}
this._rotation = this._rotation - (1 + (_global.diff / 4));
}
Instance of Symbol 140 MovieClip "s1" in Symbol 257 MovieClip Frame 11
onClipEvent (enterFrame) {
this._rotation = this._rotation - (1 + (_global.diff / 4));
}
Instance of Symbol 140 MovieClip "s1" in Symbol 257 MovieClip Frame 11
onClipEvent (enterFrame) {
this._rotation = this._rotation + (1 + (_global.diff / 4));
}
Instance of Symbol 153 MovieClip in Symbol 257 MovieClip Frame 12
onClipEvent (load) {
gotoAndPlay (1);
}
Instance of Symbol 153 MovieClip in Symbol 257 MovieClip Frame 12
onClipEvent (load) {
gotoAndPlay (1);
}
Instance of Symbol 153 MovieClip in Symbol 257 MovieClip Frame 12
onClipEvent (load) {
gotoAndPlay (1);
}
Instance of Symbol 153 MovieClip in Symbol 257 MovieClip Frame 12
onClipEvent (load) {
gotoAndPlay (1);
}
Instance of Symbol 176 MovieClip in Symbol 257 MovieClip Frame 13
onClipEvent (enterFrame) {
this._rotation = this._rotation + (0.5 + (_global.diff / 8));
}
Instance of Symbol 176 MovieClip in Symbol 257 MovieClip Frame 13
onClipEvent (enterFrame) {
this._rotation = this._rotation + (0.5 + (_global.diff / 8));
}
Instance of Symbol 181 MovieClip "a2" in Symbol 257 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_rotation > 0) {
_rotation = (_rotation - 1);
}
}
Instance of Symbol 191 MovieClip in Symbol 257 MovieClip Frame 15
on (press) {
_parent.a1._rotation = _parent.a1._rotation + 180;
}
Instance of Symbol 191 MovieClip in Symbol 257 MovieClip Frame 15
on (press) {
_parent.a2._rotation = 90;
}
Instance of Symbol 191 MovieClip in Symbol 257 MovieClip Frame 15
on (press) {
_parent.a3._rotation = _parent.a3._rotation + 180;
}
Instance of Symbol 198 MovieClip in Symbol 257 MovieClip Frame 17
onClipEvent (enterFrame) {
if (isNaN(t)) {
t = 0;
}
if (t == 0) {
play();
} else {
t--;
}
}
Instance of Symbol 198 MovieClip in Symbol 257 MovieClip Frame 17
onClipEvent (enterFrame) {
if (isNaN(t)) {
t = 0;
}
if (t == 0) {
play();
} else {
t--;
}
}
Instance of Symbol 198 MovieClip in Symbol 257 MovieClip Frame 17
onClipEvent (enterFrame) {
if (isNaN(t)) {
t = 10;
}
if (t == 0) {
play();
} else {
t--;
}
}
Instance of Symbol 198 MovieClip in Symbol 257 MovieClip Frame 17
onClipEvent (enterFrame) {
if (isNaN(t)) {
t = 10;
}
if (t == 0) {
play();
} else {
t--;
}
}
Instance of Symbol 198 MovieClip in Symbol 257 MovieClip Frame 17
onClipEvent (enterFrame) {
if (isNaN(t)) {
t = 20;
}
if (t == 0) {
play();
} else {
t--;
}
}
Instance of Symbol 198 MovieClip in Symbol 257 MovieClip Frame 17
onClipEvent (enterFrame) {
if (isNaN(t)) {
t = 20;
}
if (t == 0) {
play();
} else {
t--;
}
}
Instance of Symbol 198 MovieClip in Symbol 257 MovieClip Frame 17
onClipEvent (enterFrame) {
if (isNaN(t)) {
t = 30;
}
if (t == 0) {
play();
} else {
t--;
}
}
Instance of Symbol 198 MovieClip in Symbol 257 MovieClip Frame 17
onClipEvent (enterFrame) {
if (isNaN(t)) {
t = 30;
}
if (t == 0) {
play();
} else {
t--;
}
}
Instance of Symbol 198 MovieClip in Symbol 257 MovieClip Frame 17
onClipEvent (enterFrame) {
if (isNaN(t)) {
t = 40;
}
if (t == 0) {
play();
} else {
t--;
}
}
Instance of Symbol 198 MovieClip in Symbol 257 MovieClip Frame 17
onClipEvent (enterFrame) {
if (isNaN(t)) {
t = 40;
}
if (t == 0) {
play();
} else {
t--;
}
}
Instance of Symbol 198 MovieClip in Symbol 257 MovieClip Frame 17
onClipEvent (enterFrame) {
if (isNaN(t)) {
t = 50;
}
if (t == 0) {
play();
} else {
t--;
}
}
Instance of Symbol 198 MovieClip in Symbol 257 MovieClip Frame 17
onClipEvent (enterFrame) {
if (isNaN(t)) {
t = 50;
}
if (t == 0) {
play();
} else {
t--;
}
}
Instance of Symbol 198 MovieClip in Symbol 257 MovieClip Frame 17
onClipEvent (enterFrame) {
if (isNaN(t)) {
t = 60;
}
if (t == 0) {
play();
} else {
t--;
}
}
Instance of Symbol 198 MovieClip in Symbol 257 MovieClip Frame 17
onClipEvent (enterFrame) {
if (isNaN(t)) {
t = 60;
}
if (t == 0) {
play();
} else {
t--;
}
}
Instance of Symbol 198 MovieClip in Symbol 257 MovieClip Frame 17
onClipEvent (enterFrame) {
if (isNaN(t)) {
t = 70;
}
if (t == 0) {
play();
} else {
t--;
}
}
Instance of Symbol 198 MovieClip in Symbol 257 MovieClip Frame 17
onClipEvent (enterFrame) {
if (isNaN(t)) {
t = 70;
}
if (t == 0) {
play();
} else {
t--;
}
}
Instance of Symbol 198 MovieClip in Symbol 257 MovieClip Frame 17
onClipEvent (enterFrame) {
if (isNaN(t)) {
t = 80;
}
if (t == 0) {
play();
} else {
t--;
}
}
Instance of Symbol 198 MovieClip in Symbol 257 MovieClip Frame 17
onClipEvent (enterFrame) {
if (isNaN(t)) {
t = 80;
}
if (t == 0) {
play();
} else {
t--;
}
}
Instance of Symbol 198 MovieClip in Symbol 257 MovieClip Frame 17
onClipEvent (enterFrame) {
if (isNaN(t)) {
t = 90;
}
if (t == 0) {
play();
} else {
t--;
}
}
Instance of Symbol 198 MovieClip in Symbol 257 MovieClip Frame 17
onClipEvent (enterFrame) {
if (isNaN(t)) {
t = 90;
}
if (t == 0) {
play();
} else {
t--;
}
}
Instance of Symbol 206 MovieClip in Symbol 257 MovieClip Frame 19
onClipEvent (enterFrame) {
if (this._x < -30) {
this._x = 600;
}
this._x = this._x - 15;
}
Instance of Symbol 218 MovieClip in Symbol 257 MovieClip Frame 21
onClipEvent (enterFrame) {
this._rotation = this._rotation + (1 + (_global.diff / 4));
}
Instance of Symbol 230 MovieClip in Symbol 257 MovieClip Frame 22
onClipEvent (enterFrame) {
if (isNaN(movex)) {
startx = this._x;
starty = this._y;
movex = -12;
movey = -5 - random(5);
size = 30 + random(35);
}
if (this._x < -200) {
movex = -12;
movey = -5 - random(5);
size = 30 + random(35);
this._x = startx;
this._y = starty;
this.gotoAndPlay(1);
}
this._height = size;
this._width = size;
movey = movey + 0.3;
this._x = this._x + movex;
this._y = this._y + movey;
}
Instance of Symbol 230 MovieClip in Symbol 257 MovieClip Frame 22
onClipEvent (enterFrame) {
if (isNaN(movex)) {
startx = this._x;
starty = this._y;
movex = 12;
movey = -5 - random(5);
size = 30 + random(35);
}
if (this._x > 700) {
movex = 12;
movey = -5 - random(5);
size = 30 + random(35);
this._x = startx;
this._y = starty;
this.gotoAndPlay(1);
}
this._height = size;
this._width = size;
movey = movey + 0.3;
this._x = this._x + movex;
this._y = this._y + movey;
}
Instance of Symbol 234 MovieClip in Symbol 257 MovieClip Frame 23
onClipEvent (enterFrame) {
gotoAndStop(random(200) + 1);
}
Instance of Symbol 234 MovieClip in Symbol 257 MovieClip Frame 23
onClipEvent (enterFrame) {
gotoAndStop(random(200) + 1);
}
Instance of Symbol 234 MovieClip in Symbol 257 MovieClip Frame 23
onClipEvent (enterFrame) {
gotoAndStop(random(200) + 1);
}
Instance of Symbol 234 MovieClip in Symbol 257 MovieClip Frame 23
onClipEvent (enterFrame) {
gotoAndStop(random(200) + 1);
}
Instance of Symbol 234 MovieClip in Symbol 257 MovieClip Frame 23
onClipEvent (enterFrame) {
gotoAndStop(random(200) + 1);
}
Instance of Symbol 234 MovieClip in Symbol 257 MovieClip Frame 23
onClipEvent (enterFrame) {
gotoAndStop(random(200) + 1);
}
Instance of Symbol 153 MovieClip in Symbol 257 MovieClip Frame 25
onClipEvent (load) {
gotoAndPlay (1);
}
Instance of Symbol 153 MovieClip in Symbol 257 MovieClip Frame 25
onClipEvent (load) {
gotoAndPlay (1);
}
Instance of Symbol 153 MovieClip in Symbol 257 MovieClip Frame 25
onClipEvent (load) {
gotoAndPlay (1);
}
Instance of Symbol 153 MovieClip in Symbol 257 MovieClip Frame 25
onClipEvent (load) {
gotoAndPlay (1);
}
Instance of Symbol 153 MovieClip in Symbol 257 MovieClip Frame 25
onClipEvent (load) {
gotoAndPlay (1);
}
Instance of Symbol 153 MovieClip in Symbol 257 MovieClip Frame 25
onClipEvent (load) {
gotoAndPlay (1);
}
Instance of Symbol 153 MovieClip in Symbol 257 MovieClip Frame 25
onClipEvent (load) {
gotoAndPlay (1);
}
Instance of Symbol 153 MovieClip in Symbol 257 MovieClip Frame 25
onClipEvent (load) {
gotoAndPlay (1);
}
Instance of Symbol 238 MovieClip in Symbol 257 MovieClip Frame 26
onClipEvent (enterFrame) {
_rotation = (_rotation + 1);
}
Instance of Symbol 238 MovieClip in Symbol 257 MovieClip Frame 26
onClipEvent (enterFrame) {
_rotation = (_rotation + 1);
}
Instance of Symbol 238 MovieClip in Symbol 257 MovieClip Frame 26
onClipEvent (enterFrame) {
_rotation = (_rotation + 2);
}
Instance of Symbol 238 MovieClip in Symbol 257 MovieClip Frame 26
onClipEvent (enterFrame) {
_rotation = (_rotation + 2);
}
Instance of Symbol 238 MovieClip in Symbol 257 MovieClip Frame 26
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
}
Instance of Symbol 238 MovieClip in Symbol 257 MovieClip Frame 26
onClipEvent (enterFrame) {
_rotation = (_rotation + 3);
}
Instance of Symbol 238 MovieClip in Symbol 257 MovieClip Frame 26
onClipEvent (enterFrame) {
_rotation = (_rotation + 4);
}
Instance of Symbol 238 MovieClip in Symbol 257 MovieClip Frame 26
onClipEvent (enterFrame) {
_rotation = (_rotation + 4);
}
Instance of Symbol 238 MovieClip in Symbol 257 MovieClip Frame 26
onClipEvent (enterFrame) {
_rotation = (_rotation + 5);
}
Instance of Symbol 238 MovieClip in Symbol 257 MovieClip Frame 26
onClipEvent (enterFrame) {
_rotation = (_rotation + 5);
}
Instance of Symbol 238 MovieClip in Symbol 257 MovieClip Frame 26
onClipEvent (enterFrame) {
_rotation = (_rotation + 6);
}
Instance of Symbol 238 MovieClip in Symbol 257 MovieClip Frame 26
onClipEvent (enterFrame) {
_rotation = (_rotation + 6);
}
Instance of Symbol 240 MovieClip in Symbol 257 MovieClip Frame 27
onClipEvent (enterFrame) {
if (isNaN(dir)) {
dir = random(2);
}
if (dir == 0) {
_x = (_x+1);
} else {
_x = (_x-1);
}
if (this._x < 60) {
_x = (_x + 1);
dir = 0;
}
if (this._x > 490) {
_x = (_x - 1);
dir = 1;
}
}
Instance of Symbol 240 MovieClip in Symbol 257 MovieClip Frame 27
onClipEvent (enterFrame) {
if (isNaN(dir)) {
dir = random(2);
}
if (dir == 0) {
_x = (_x+1);
} else {
_x = (_x-1);
}
if (this._x < 60) {
_x = (_x + 1);
dir = 0;
}
if (this._x > 490) {
_x = (_x - 1);
dir = 1;
}
}
Instance of Symbol 240 MovieClip in Symbol 257 MovieClip Frame 27
onClipEvent (enterFrame) {
if (isNaN(dir)) {
dir = random(2);
}
if (dir == 0) {
_x = (_x+1);
} else {
_x = (_x-1);
}
if (this._x < 60) {
_x = (_x + 1);
dir = 0;
}
if (this._x > 490) {
_x = (_x - 1);
dir = 1;
}
}
Instance of Symbol 240 MovieClip in Symbol 257 MovieClip Frame 27
onClipEvent (enterFrame) {
if (isNaN(dir)) {
dir = random(2);
}
if (dir == 0) {
_x = (_x+1);
} else {
_x = (_x-1);
}
if (this._x < 60) {
_x = (_x + 1);
dir = 0;
}
if (this._x > 490) {
_x = (_x - 1);
dir = 1;
}
}
Instance of Symbol 240 MovieClip in Symbol 257 MovieClip Frame 27
onClipEvent (enterFrame) {
if (isNaN(dir)) {
dir = random(2);
}
if (dir == 0) {
_x = (_x+1);
} else {
_x = (_x-1);
}
if (this._x < 60) {
_x = (_x + 1);
dir = 0;
}
if (this._x > 490) {
_x = (_x - 1);
dir = 1;
}
}
Instance of Symbol 240 MovieClip in Symbol 257 MovieClip Frame 27
onClipEvent (enterFrame) {
if (isNaN(dir)) {
dir = random(2);
}
if (dir == 0) {
_x = (_x+1);
} else {
_x = (_x-1);
}
if (this._x < 60) {
_x = (_x + 1);
dir = 0;
}
if (this._x > 490) {
_x = (_x - 1);
dir = 1;
}
}
Instance of Symbol 240 MovieClip in Symbol 257 MovieClip Frame 27
onClipEvent (enterFrame) {
if (isNaN(dir)) {
dir = random(2);
}
if (dir == 0) {
_x = (_x+1);
} else {
_x = (_x-1);
}
if (this._x < 60) {
_x = (_x + 1);
dir = 0;
}
if (this._x > 490) {
_x = (_x - 1);
dir = 1;
}
}
Instance of Symbol 181 MovieClip "a2" in Symbol 257 MovieClip Frame 29
onClipEvent (enterFrame) {
if (_rotation > 0) {
_rotation = (_rotation - 1);
}
}
Instance of Symbol 191 MovieClip in Symbol 257 MovieClip Frame 29
on (press) {
_parent.a2._rotation = 90;
}
Instance of Symbol 191 MovieClip in Symbol 257 MovieClip Frame 29
on (press) {
_parent.a3._rotation = _parent.a3._rotation + 180;
}
Instance of Symbol 191 MovieClip in Symbol 257 MovieClip Frame 29
on (press) {
_parent.a1._rotation = _parent.a1._rotation + 180;
}
Symbol 261 MovieClip Frame 1
stop();
Symbol 269 MovieClip Frame 1
stop();
Symbol 269 MovieClip Frame 10
stop();
Symbol 279 MovieClip Frame 1
stop();
Symbol 279 MovieClip Frame 10
stop();
Symbol 291 MovieClip Frame 1
stop();
Symbol 291 MovieClip Frame 10
stop();
Symbol 299 MovieClip Frame 1
stop();
Symbol 299 MovieClip Frame 10
stop();
Symbol 300 MovieClip Frame 1
stop();
Symbol 300 MovieClip Frame 2
stop();
Instance of Symbol 305 MovieClip in Symbol 309 MovieClip Frame 1
on (press) {
md = 1;
}
onClipEvent (mouseUp) {
md = 0;
}
onClipEvent (enterFrame) {
if (md == 1) {
if (_root._y < (-(_root.c._y - _root.c.starty))) {
_root._y = _root._y + 5;
}
}
}
Instance of Symbol 307 MovieClip in Symbol 309 MovieClip Frame 1
on (press) {
md = 1;
}
onClipEvent (mouseUp) {
md = 0;
}
onClipEvent (enterFrame) {
if (md == 1) {
if (_root._y > (-(_root.danger.win._y - 250))) {
_root._y = _root._y - 5;
}
}
}
Instance of Symbol 269 MovieClip "quit" in Symbol 312 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true) == true) {
if (this._currentframe < 10) {
this.play();
}
} else if (this._currentframe > 9) {
this.play();
}
}
on (release) {
stopAllSounds();
_root.music.my_sound3.start(0, 1000);
_root.gotoAndStop(4);
_root._y = 0;
}
Instance of Symbol 279 MovieClip "restart" in Symbol 312 MovieClip Frame 1
on (release) {
if (_global.lives > 0) {
_root.death();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true) == true) {
if (this._currentframe < 10) {
this.play();
}
} else if (this._currentframe > 9) {
this.play();
}
}
Instance of Symbol 291 MovieClip "go" in Symbol 312 MovieClip Frame 1
on (release) {
if (_global.lives >= 2) {
_root.restart();
if (_root._currentframe == 22) {
_root.music.my_sound1.stop();
_root.music.my_sound2.stop();
}
_global.lives = _global.lives - 2;
_root.gotoAndStop(_root._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true) == true) {
if (this._currentframe < 10) {
play();
}
} else if (this._currentframe > 9) {
play();
}
}
Instance of Symbol 40 MovieClip "music" in Symbol 312 MovieClip Frame 1
onClipEvent (load) {
stop1 = 1;
}
on (release) {
if (stop1 == 1) {
_root.music.my_sound1.setVolume(0);
_root.music.my_sound2.setVolume(0);
stop1 = 0;
this.gotoAndStop(2);
} else {
_root.music.my_sound1.setVolume(100);
_root.music.my_sound2.setVolume(100);
stop1 = 1;
this.gotoAndStop(1);
}
}
Instance of Symbol 87 MovieClip "q" in Symbol 312 MovieClip Frame 1
on (release) {
if (isNaN(q)) {
q = 0;
}
if (q == 0) {
_quality = "LOW";
q = 1;
} else if (q == 1) {
_quality = "MEDIUM";
q = 2;
} else if (q == 2) {
_quality = "HIGH";
q = 0;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true) == true) {
if (this._currentframe < 10) {
play();
}
} else if (this._currentframe > 9) {
play();
}
}
Instance of Symbol 300 MovieClip "go" in Symbol 312 MovieClip Frame 1
on (release) {
if (this._currentframe == 1) {
_global.phy = 1;
_root._y = 0;
_root.bg.md = 0;
_global.go = 1;
} else {
_global.phy = 0;
}
}
onClipEvent (keyDown) {
if (Key.isDown(32)) {
if (this._currentframe == 1) {
_global.phy = 1;
_root.bg.md = 0;
_root._y = 0;
_global.go = 1;
}
}
}
onClipEvent (enterFrame) {
if (_global.phy == 0) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
on (rollOver) {
if (this.bu._currentframe < 10) {
this.bu.play();
}
}
on (rollOut) {
if (this.bu._currentframe > 9) {
this.bu.play();
}
}
Instance of Symbol 311 MovieClip in Symbol 312 MovieClip Frame 1
on (release) {
getURL ("http://www.maxgames.com", "_blank");
}
Symbol 344 MovieClip Frame 1
stop();
Symbol 344 MovieClip Frame 10
stop();
Instance of Symbol 329 MovieClip in Symbol 345 MovieClip Frame 270
on (release) {
getURL ("http://www.maxgames.com", "_blank");
}
Instance of Symbol 334 MovieClip in Symbol 345 MovieClip Frame 360
on (release) {
getURL ("http://rekcah.awardspace.com/redir.php");
}
Symbol 345 MovieClip Frame 420
stop();
Instance of Symbol 334 MovieClip in Symbol 345 MovieClip Frame 420
on (release) {
getURL ("http://rekcah.awardspace.com/redir.php", "_blank");
}
Instance of Symbol 344 MovieClip "restart" in Symbol 345 MovieClip Frame 420
on (release) {
_root.music.my_sound4.stop();
_root.gotoAndStop(3);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true) == true) {
if (this._currentframe < 10) {
this.play();
}
} else if (this._currentframe > 9) {
this.play();
}
}
Instance of Symbol 21 MovieClip in Symbol 345 MovieClip Frame 420
on (release) {
getURL ("http://www.maxgames.com", "_blank");
}