STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228091
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5121

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/56272429?noj=FRM56272429-4DC" width="1" height="1"></div>

Cosmic Crush 2.swf

This is the info page for
Flash #7315

(Click the ID number above for more basic data on this flash file.)


Text
e

d

o

M

l

v

L

a

i

r

u

S

Game by Bill Northcott

Cosmic

crush

View Scores

<p align="center"><font face="Century Gothic" size="17" color="#ffffff" letterSpacing="0.000000" kerning="0"><b>Visit Crazy Monkey Games to play more games!</b></font></p>

mouse controls

Give up?

Use the arrow keys to move.

Avoid the gravity of larger planets and rocks.

Collide with smaller planets and rocks to grow
larger.

You have completed the
Level Mode!
Play Survival Mode
to compete for the best score!

MENU

<p align="center"><font face="Century Gothic" size="15" color="#ffffff" letterSpacing="0.000000" kerning="0"><b>Visit Crazy Monkey Games to play more games!</b></font></p>

You accomplished a mass of
Enter your name

Submit Score

ActionScript [AS1/AS2]

Frame 1
globalvolume = new Sound(); things = 0; killall = false; massscore = 0; _root.kongregateServices.connect();
Instance of Symbol 49 MovieClip "thing" in Frame 1
onClipEvent (load) { _root.stop(); }
Frame 5
Stage.showMenu = false; stop(); stopAllSounds();
Instance of Symbol 66 MovieClip in Frame 5
on (release) { _root.gotoAndPlay("level1"); }
Instance of Symbol 72 MovieClip in Frame 5
on (release) { _root.gotoAndPlay("survival"); }
Instance of Symbol 84 MovieClip in Frame 5
on (release) { getURL ("http://scores.crazymonkeygames.com/hs/listscores.php?id=139", "_blank"); }
Instance of Symbol 27 MovieClip in Frame 5
on (release) { getURL ("http://www.crazymonkeygames.com", "_blank"); }
Instance of Symbol 27 MovieClip in Frame 5
on (release) { getURL ("http://senor-taco.deviantart.com", "_blank"); }
Frame 20
stop(); stop(); level = 1;
Instance of Symbol 93 MovieClip "lowerfield" in Frame 20
onClipEvent (enterFrame) { this._x = _root.camera._x - 825; this._y = _root.camera._y - 600; }
Instance of Symbol 95 MovieClip "upperfield" in Frame 20
onClipEvent (enterFrame) { this._x = (_root.camera._x - 275) - 550; this._y = (_root.camera._y - 200) - 400; }
Instance of Symbol 144 MovieClip "orb2" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; thingyjoe = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(70) + 45; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 161 MovieClip "orb1" in Frame 20
onClipEvent (load) { TN = 0; top = 100; max = 1; ass = false; F = 1; BF = 0.9; yspeed = 0; xspeed = 0; acceleration = 0.7; friction = 0.95; xspeed = 0; yspeed = 0; pooass = 1; mass = 30; r = mass; this._height = r * 2; this._width = r * 2; if (_root.level == 1) { this.gotoAndStop(1); } if (_root.level == 2) { this.gotoAndStop(30); } if (_root.level == 3) { this.gotoAndStop(3); } doit = false; doityo = false; } onClipEvent (enterFrame) { if (_root.level == 1) { if (mass > 45) { this.play(); if (ass == true) { this.stop(); } spoot = this._width * 0.89; if ((pooass == 1) && (doityo == true)) { r = r * 1.2; mass = mass * 1.11; pooass = 2; } } else { spoot = this._width; } } if (_root.level == 2) { if (mass > 49.9) { this.play(); if (pood == true) { this.stop(); } spoot = this._width; if ((pooass == 1) && (doit == true)) { r = r * 0.89; mass = mass * 0.89; pooass = 2; } } else { spoot = this._width; } } if (mass > 120) { _root.fadeoot.play(); } if (_root.things == 0) { _root.fadeoot.play(); } if (this._x > 2500) { this._x = -2500; } if (this._x < -2500) { this._x = 2500; } if (this._y < -2500) { this._y = 2500; } if (this._y > 2500) { this._y = -2500; } if (r < mass) { r = r + 0.6; } this._height = r * 2; this._width = r * 2; if (Key.isDown(39)) { xspeed = xspeed + acceleration; } if (Key.isDown(37)) { xspeed = xspeed - acceleration; } if (Key.isDown(38)) { yspeed = yspeed - acceleration; } if (Key.isDown(40)) { yspeed = yspeed + acceleration; } yspeed = yspeed * friction; xspeed = xspeed * friction; this._x = this._x + xspeed; this._y = this._y + yspeed; }
Instance of Symbol 163 MovieClip "camera" in Frame 20
onClipEvent (enterFrame) { this._x = _root.orb1._x; this._y = _root.orb1._y; }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb3" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(30) + 5; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 144 MovieClip "orb2" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; thingyjoe = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(70) + 45; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 144 MovieClip "orb2" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; thingyjoe = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(70) + 45; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 144 MovieClip "orb2" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; thingyjoe = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(70) + 45; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 144 MovieClip "orb2" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; thingyjoe = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(70) + 45; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 144 MovieClip "orb2" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; thingyjoe = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(70) + 45; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 144 MovieClip "orb2" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; thingyjoe = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(70) + 45; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 144 MovieClip "orb2" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; thingyjoe = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(70) + 45; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 144 MovieClip "orb2" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; thingyjoe = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(70) + 45; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 144 MovieClip "orb2" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; thingyjoe = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(70) + 45; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 144 MovieClip "orb2" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; thingyjoe = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(70) + 45; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 144 MovieClip "orb2" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; thingyjoe = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(70) + 45; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 144 MovieClip "orb2" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; thingyjoe = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(70) + 45; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 144 MovieClip "orb2" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; thingyjoe = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(70) + 45; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 144 MovieClip "orb2" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; thingyjoe = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(70) + 45; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 144 MovieClip "orb2" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; thingyjoe = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(70) + 45; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 144 MovieClip "orb2" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; thingyjoe = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(70) + 45; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 144 MovieClip "orb2" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; thingyjoe = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(70) + 45; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 144 MovieClip "orb2" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; thingyjoe = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(70) + 45; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 144 MovieClip "orb2" in Frame 20
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; thingyjoe = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(70) + 45; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 177 MovieClip in Frame 20
onClipEvent (load) { this._visible = false; }
Instance of Symbol 180 MovieClip in Frame 20
onClipEvent (load) { this._x = _root.camera._x; this._y = _root.camera._y; } onClipEvent (enterFrame) { this._x = _root.camera._x; this._y = _root.camera._y; }
Instance of Symbol 182 MovieClip "fadeoot" in Frame 20
onClipEvent (enterFrame) { this._x = _root.camera._x; this._y = _root.camera._y; }
Instance of Symbol 185 MovieClip in Frame 20
onClipEvent (enterFrame) { this._x = ((_root.camera._x + 275) - this._width) + 5; this._y = ((_root.camera._y + 200) - this._height) - 10; } on (release) { _root.gotoAndStop("menu"); }
Instance of Symbol 189 MovieClip "inst" in Frame 20
onClipEvent (enterFrame) { this._x = _root.camera._x - 275; this._y = _root.camera._y - 200; }
Instance of Symbol 191 MovieClip "sounds" in Frame 20
onClipEvent (load) { this._visible = false; }
Instance of Symbol 89 MovieClip in Frame 20
onClipEvent (enterFrame) { this._x = (_root.camera._x - 275) + 20; this._y = (_root.camera._y + 200) - 30.9; }
Frame 21
stop(); level = 2; _root.orb1.gotoAndStop(30);
Instance of Symbol 163 MovieClip "camera" in Frame 21
onClipEvent (enterFrame) { this._x = _root.orb1._x; this._y = _root.orb1._y; }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 161 MovieClip "orb1" in Frame 21
onClipEvent (load) { TN = 0; top = 100; max = 1; ass = false; F = 1; BF = 0.9; yspeed = 0; xspeed = 0; acceleration = 0.7; friction = 0.95; xspeed = 0; yspeed = 0; pooass = 1; mass = 30; r = mass; this._height = r * 2; this._width = r * 2; if (_root.level == 1) { this.gotoAndStop(1); } if (_root.level == 2) { this.gotoAndStop(30); } if (_root.level == 3) { this.gotoAndStop(3); } doit = false; } onClipEvent (enterFrame) { if (_root.level == 1) { if (mass > 45) { this.play(); if (ass == true) { this.stop(); } spoot = this._width * 0.89; if (pooass == 1) { r = r * 1.2; mass = mass * 1.11; pooass = 2; } } else { spoot = this._width; } } if (_root.level == 2) { if (mass > 49.9) { this.play(); if (pood == true) { this.stop(); } spoot = this._width; if ((pooass == 1) && (doit == true)) { r = r * 0.89; mass = mass * 0.89; pooass = 2; } } else { spoot = this._width; } } if (mass > 130) { _root.fadeoot2.play(); } if (_root.things == 0) { _root.fadeoot2.play(); } if (this._x > 2500) { this._x = -2500; } if (this._x < -2500) { this._x = 2500; } if (this._y < -2500) { this._y = 2500; } if (this._y > 2500) { this._y = -2500; } if (r < mass) { r = r + 0.6; } this._height = r * 2; this._width = r * 2; if (Key.isDown(39)) { xspeed = xspeed + acceleration; } if (Key.isDown(37)) { xspeed = xspeed - acceleration; } if (Key.isDown(38)) { yspeed = yspeed - acceleration; } if (Key.isDown(40)) { yspeed = yspeed + acceleration; } yspeed = yspeed * friction; xspeed = xspeed * friction; this._x = this._x + xspeed; this._y = this._y + yspeed; }
Instance of Symbol 163 MovieClip "camera" in Frame 21
onClipEvent (enterFrame) { this._x = _root.orb1._x; this._y = _root.orb1._y; }
Instance of Symbol 144 MovieClip "orb2" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; F = 1; thingyjoe = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(45) + 12; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 202 MovieClip "orbsun" in Frame 21
onClipEvent (load) { _root.things++; TN = 0; top = 100; thingyjoe = 1; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(2); mass = random(70) + 57; r = mass; this._height = r * 2; this._width = r * 2; count = 0; begin = false; somevar = 100; dead = false; die = false; gghg = true; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 144 MovieClip "orb2" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; F = 1; thingyjoe = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(45) + 12; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 144 MovieClip "orb2" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; F = 1; thingyjoe = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(45) + 12; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 144 MovieClip "orb2" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; F = 1; thingyjoe = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(45) + 12; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 144 MovieClip "orb2" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; F = 1; thingyjoe = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(45) + 12; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 144 MovieClip "orb2" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; F = 1; thingyjoe = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(45) + 12; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 144 MovieClip "orb2" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; F = 1; thingyjoe = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(45) + 12; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 144 MovieClip "orb2" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; F = 1; thingyjoe = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(45) + 12; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 144 MovieClip "orb2" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; F = 1; thingyjoe = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(45) + 12; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 144 MovieClip "orb2" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; F = 1; thingyjoe = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(45) + 12; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 144 MovieClip "orb2" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; F = 1; thingyjoe = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(45) + 12; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 144 MovieClip "orb2" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; F = 1; thingyjoe = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(45) + 12; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 144 MovieClip "orb2" in Frame 21
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; F = 1; thingyjoe = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(45) + 12; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 202 MovieClip "orbsun" in Frame 21
onClipEvent (load) { _root.things++; TN = 0; top = 100; thingyjoe = 1; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(2); mass = random(70) + 57; r = mass; this._height = r * 2; this._width = r * 2; count = 0; begin = false; somevar = 100; dead = false; die = false; gghg = true; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 202 MovieClip "orbsun" in Frame 21
onClipEvent (load) { _root.things++; TN = 0; top = 100; thingyjoe = 1; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(2); mass = random(70) + 57; r = mass; this._height = r * 2; this._width = r * 2; count = 0; begin = false; somevar = 100; dead = false; die = false; gghg = true; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 202 MovieClip "orbsun" in Frame 21
onClipEvent (load) { _root.things++; TN = 0; top = 100; thingyjoe = 1; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(2); mass = random(70) + 57; r = mass; this._height = r * 2; this._width = r * 2; count = 0; begin = false; somevar = 100; dead = false; die = false; gghg = true; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 202 MovieClip "orbsun" in Frame 21
onClipEvent (load) { _root.things++; TN = 0; top = 100; thingyjoe = 1; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(2); mass = random(70) + 57; r = mass; this._height = r * 2; this._width = r * 2; count = 0; begin = false; somevar = 100; dead = false; die = false; gghg = true; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 202 MovieClip "orbsun" in Frame 21
onClipEvent (load) { _root.things++; TN = 0; top = 100; thingyjoe = 1; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(2); mass = random(70) + 57; r = mass; this._height = r * 2; this._width = r * 2; count = 0; begin = false; somevar = 100; dead = false; die = false; gghg = true; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 202 MovieClip "orbsun" in Frame 21
onClipEvent (load) { _root.things++; TN = 0; top = 100; thingyjoe = 1; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(2); mass = random(70) + 57; r = mass; this._height = r * 2; this._width = r * 2; count = 0; begin = false; somevar = 100; dead = false; die = false; gghg = true; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 202 MovieClip "orbsun" in Frame 21
onClipEvent (load) { _root.things++; TN = 0; top = 100; thingyjoe = 1; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(2); mass = random(70) + 57; r = mass; this._height = r * 2; this._width = r * 2; count = 0; begin = false; somevar = 100; dead = false; die = false; gghg = true; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 202 MovieClip "orbsun" in Frame 21
onClipEvent (load) { _root.things++; TN = 0; top = 100; thingyjoe = 1; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(2); mass = random(70) + 57; r = mass; this._height = r * 2; this._width = r * 2; count = 0; begin = false; somevar = 100; dead = false; die = false; gghg = true; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 202 MovieClip "orbsun" in Frame 21
onClipEvent (load) { _root.things++; TN = 0; top = 100; thingyjoe = 1; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(2); mass = random(70) + 57; r = mass; this._height = r * 2; this._width = r * 2; count = 0; begin = false; somevar = 100; dead = false; die = false; gghg = true; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 202 MovieClip "orbsun" in Frame 21
onClipEvent (load) { _root.things++; TN = 0; top = 100; thingyjoe = 1; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(2); mass = random(70) + 57; r = mass; this._height = r * 2; this._width = r * 2; count = 0; begin = false; somevar = 100; dead = false; die = false; gghg = true; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 202 MovieClip "orbsun" in Frame 21
onClipEvent (load) { _root.things++; TN = 0; top = 100; thingyjoe = 1; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(2); mass = random(70) + 57; r = mass; this._height = r * 2; this._width = r * 2; count = 0; begin = false; somevar = 100; dead = false; die = false; gghg = true; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 202 MovieClip "orbsun" in Frame 21
onClipEvent (load) { _root.things++; TN = 0; top = 100; thingyjoe = 1; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(2); mass = random(70) + 57; r = mass; this._height = r * 2; this._width = r * 2; count = 0; begin = false; somevar = 100; dead = false; die = false; gghg = true; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 205 MovieClip in Frame 21
onClipEvent (load) { this._x = _root.camera._x; this._y = _root.camera._y; } onClipEvent (enterFrame) { this._x = _root.camera._x; this._y = _root.camera._y; }
Instance of Symbol 206 MovieClip "fadeoot2" in Frame 21
onClipEvent (enterFrame) { this._x = _root.camera._x; this._y = _root.camera._y; }
Frame 22
stop(); level = 3; _root.orb1.gotoAndStop(60);
Instance of Symbol 161 MovieClip "orb1" in Frame 22
onClipEvent (load) { TN = 0; top = 100; max = 1; ass = false; F = 1; BF = 0.9; yspeed = 0; xspeed = 0; acceleration = 0.7; friction = 0.95; xspeed = 0; yspeed = 0; pooass = 1; mass = 30; r = mass; this._height = r * 2; this._width = r * 2; if (_root.level == 1) { this.gotoAndStop(1); } if (_root.level == 2) { this.gotoAndStop(30); } if (_root.level == 3) { this.gotoAndStop(60); } doit = false; } onClipEvent (enterFrame) { if (_root.level == 1) { if (mass > 45) { this.play(); if (ass == true) { this.stop(); } spoot = this._width * 0.89; if (pooass == 1) { r = r * 1.2; mass = mass * 1.11; pooass = 2; } } else { spoot = this._width; } } if (_root.level == 2) { if (mass > 49.9) { this.play(); if (pood == true) { this.stop(); } spoot = this._width; if ((pooass == 1) && (doit == true)) { r = r * 0.89; mass = mass * 0.89; pooass = 2; } } else { spoot = this._width; } } if (_root.level == 3) { if (mass > 49.9) { this.play(); if (pood == true) { this.stop(); } spoot = this._width; if ((pooass == 1) && (doit == true)) { r = r * 0.89; mass = mass * 0.89; pooass = 2; } } else { spoot = this._width; } } if (mass > 130) { _root.fadeoot3.play(); } if (_root.things == 0) { _root.fadeoot3.play(); } if (this._x > 2500) { this._x = -2500; } if (this._x < -2500) { this._x = 2500; } if (this._y < -2500) { this._y = 2500; } if (this._y > 2500) { this._y = -2500; } if (r < mass) { r = r + 0.6; } this._height = r * 2; this._width = r * 2; if (Key.isDown(39)) { xspeed = xspeed + acceleration; } if (Key.isDown(37)) { xspeed = xspeed - acceleration; } if (Key.isDown(38)) { yspeed = yspeed - acceleration; } if (Key.isDown(40)) { yspeed = yspeed + acceleration; } yspeed = yspeed * friction; xspeed = xspeed * friction; this._x = this._x + xspeed; this._y = this._y + yspeed; }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 172 MovieClip "orb34" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(50000)); TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(10) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 144 MovieClip "orb2" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; F = 1; thingyjoe = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(45) + 12; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 144 MovieClip "orb2" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; F = 1; thingyjoe = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(45) + 12; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 144 MovieClip "orb2" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; F = 1; thingyjoe = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(45) + 12; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 144 MovieClip "orb2" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; F = 1; thingyjoe = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(45) + 12; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 144 MovieClip "orb2" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; F = 1; thingyjoe = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(45) + 12; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 144 MovieClip "orb2" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; F = 1; thingyjoe = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(45) + 12; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 144 MovieClip "orb2" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; F = 1; thingyjoe = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(45) + 12; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 144 MovieClip "orb2" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; F = 1; thingyjoe = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(45) + 12; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 144 MovieClip "orb2" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; F = 1; thingyjoe = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(45) + 12; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 144 MovieClip "orb2" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; F = 1; thingyjoe = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(45) + 12; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 144 MovieClip "orb2" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; F = 1; thingyjoe = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(45) + 12; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 144 MovieClip "orb2" in Frame 22
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; max = 1; F = 1; thingyjoe = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(45) + 12; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 202 MovieClip "orbsun" in Frame 22
onClipEvent (load) { _root.things++; TN = 0; top = 100; thingyjoe = 1; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(2); mass = random(70) + 57; r = mass; this._height = r * 2; this._width = r * 2; count = 0; begin = false; somevar = 100; dead = false; die = false; gghg = true; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 202 MovieClip "orbsun" in Frame 22
onClipEvent (load) { _root.things++; TN = 0; top = 100; thingyjoe = 1; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(2); mass = random(70) + 57; r = mass; this._height = r * 2; this._width = r * 2; count = 0; begin = false; somevar = 100; dead = false; die = false; gghg = true; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 202 MovieClip "orbsun" in Frame 22
onClipEvent (load) { _root.things++; TN = 0; top = 100; thingyjoe = 1; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(2); mass = random(70) + 57; r = mass; this._height = r * 2; this._width = r * 2; count = 0; begin = false; somevar = 100; dead = false; die = false; gghg = true; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 202 MovieClip "orbsun" in Frame 22
onClipEvent (load) { _root.things++; TN = 0; top = 100; thingyjoe = 1; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(2); mass = random(70) + 57; r = mass; this._height = r * 2; this._width = r * 2; count = 0; begin = false; somevar = 100; dead = false; die = false; gghg = true; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 202 MovieClip "orbsun" in Frame 22
onClipEvent (load) { _root.things++; TN = 0; top = 100; thingyjoe = 1; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(2); mass = random(70) + 57; r = mass; this._height = r * 2; this._width = r * 2; count = 0; begin = false; somevar = 100; dead = false; die = false; gghg = true; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 202 MovieClip "orbsun" in Frame 22
onClipEvent (load) { _root.things++; TN = 0; top = 100; thingyjoe = 1; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(2); mass = random(70) + 57; r = mass; this._height = r * 2; this._width = r * 2; count = 0; begin = false; somevar = 100; dead = false; die = false; gghg = true; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 202 MovieClip "orbsun" in Frame 22
onClipEvent (load) { _root.things++; TN = 0; top = 100; thingyjoe = 1; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(2); mass = random(70) + 57; r = mass; this._height = r * 2; this._width = r * 2; count = 0; begin = false; somevar = 100; dead = false; die = false; gghg = true; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 202 MovieClip "orbsun" in Frame 22
onClipEvent (load) { _root.things++; TN = 0; top = 100; thingyjoe = 1; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(2); mass = random(70) + 57; r = mass; this._height = r * 2; this._width = r * 2; count = 0; begin = false; somevar = 100; dead = false; die = false; gghg = true; } onClipEvent (enterFrame) { if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 209 MovieClip in Frame 22
onClipEvent (load) { this._x = _root.camera._x; this._y = _root.camera._y; } onClipEvent (enterFrame) { this._x = _root.camera._x; this._y = _root.camera._y; }
Instance of Symbol 210 MovieClip "fadeoot3" in Frame 22
onClipEvent (enterFrame) { this._x = _root.camera._x; this._y = _root.camera._y; }
Frame 23
_root.kongregateStats.submit("LevelModeComplete", 1); stop();
Instance of Symbol 27 MovieClip in Frame 23
on (release) { getURL ("http://www.crazymonkeygames.com", "_blank"); }
Frame 24
stop(); killall = true; massscore = int(massscore * 100) / 100;
Instance of Symbol 230 MovieClip in Frame 24
on (release) { submitOurScore(_root.playername, _root.massscore); _root.kongregateStats.submit("HighScore", _root.massscore); _root.gotoAndPlay("menu"); getURL ("http://scores.crazymonkeygames.com/hs/listscores.php?id=139", "_blank"); }
Instance of Symbol 209 MovieClip in Frame 29
onClipEvent (load) { this._x = _root.camera._x; this._y = _root.camera._y; } onClipEvent (enterFrame) { this._x = _root.camera._x; this._y = _root.camera._y; }
Frame 30
stop(); level = 5; killall = false;
Instance of Symbol 93 MovieClip "lowerfield" in Frame 30
onClipEvent (enterFrame) { this._x = _root.camera._x - 825; this._y = _root.camera._y - 600; }
Instance of Symbol 95 MovieClip "upperfield" in Frame 30
onClipEvent (enterFrame) { this._x = (_root.camera._x - 275) - 550; this._y = (_root.camera._y - 200) - 400; }
Instance of Symbol 163 MovieClip "camera" in Frame 30
onClipEvent (enterFrame) { this._x = _root.orb1._x; this._y = _root.orb1._y; }
Instance of Symbol 172 MovieClip "orbrock" in Frame 30
onClipEvent (load) { _root.things++; TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; thingos = true; mass = random(22) + 2; r = mass; this._height = r * 2; this._width = r * 2; count = 0; this._x = random(4000) - 2000; this._y = random(4000) - 2000; poop = this._width; thing = random(2); if (thing == 1) { this._width = -this._width; } dostuff = false; } onClipEvent (enterFrame) { if (_root.killall == true) { this.unloadMovie(); } if (dostuff == true) { if (D < ((_root.orb1.spoot + poop) / 2)) { if (mass < _root.orb1.mass) { this.gotoAndStop(2); if (thingos == true) { _root.orb1.mass = _root.orb1.mass + (mass / 15); _root.boom.gotoAndPlay(2); } thingos = false; } else { _root.gotoAndPlay("gameoover"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; xmouse = _xmouse; ymouse = _ymouse; } }
Instance of Symbol 161 MovieClip "orb1" in Frame 30
onClipEvent (load) { TN = 0; top = 100; max = 1; ass = false; F = 1; BF = 0.9; yspeed = 0; xspeed = 0; acceleration = 0.7; friction = 0.95; xspeed = 0; yspeed = 0; pooass = 1; mass = 25; r = mass; this._height = r * 2; this._width = r * 2; if (_root.level == 1) { this.gotoAndStop(1); } if (_root.level == 2) { this.gotoAndStop(30); } if (_root.level == 3) { this.gotoAndStop(3); } if (_root.level == 5) { this.gotoAndStop(1); mass = 25; } doit = false; } onClipEvent (enterFrame) { _root.massscore = mass; if (_root.level == 5) { if (mass > 45) { this.play(); if (ass == true) { this.stop(); } spoot = this._width * 0.89; if (pooass == 1) { r = r * 1.2; mass = mass * 1.11; pooass = 2; } } else { spoot = this._width; } if (mass > 60) { this.play(); if (pood == true) { this.stop(); } spoot = this._width; if ((pooass == 1) && (doit == true)) { r = r * 0.89; mass = mass * 0.89; pooass = 2; } } else { spoot = this._width; } } if (_root.level == 1) { if (mass > 45) { this.play(); if (ass == true) { this.stop(); } spoot = this._width * 0.89; if (pooass == 1) { r = r * 1.2; mass = mass * 1.11; pooass = 2; } } else { spoot = this._width; } } if (_root.level == 2) { if (mass > 49.9) { this.play(); if (pood == true) { this.stop(); } spoot = this._width; if ((pooass == 1) && (doit == true)) { r = r * 0.89; mass = mass * 0.89; pooass = 2; } } else { spoot = this._width; } } if ((!_root.level) == 5) { if (mass > 200) { _root.gotoAndStop("level2"); } if (_root.things == 0) { _root.gotoAndStop("level2"); } } if (this._x > 2500) { this._x = -2500; } if (this._x < -2500) { this._x = 2500; } if (this._y < -2500) { this._y = 2500; } if (this._y > 2500) { this._y = -2500; } if (r < mass) { r = r + 0.6; } this._height = r * 2; this._width = r * 2; if (Key.isDown(39)) { xspeed = xspeed + acceleration; } if (Key.isDown(37)) { xspeed = xspeed - acceleration; } if (Key.isDown(38)) { yspeed = yspeed - acceleration; } if (Key.isDown(40)) { yspeed = yspeed + acceleration; } yspeed = yspeed * friction; xspeed = xspeed * friction; this._x = this._x + xspeed; this._y = this._y + yspeed; }
Instance of Symbol 163 MovieClip "camera" in Frame 30
onClipEvent (enterFrame) { this._x = _root.orb1._x; this._y = _root.orb1._y; }
Instance of Symbol 232 MovieClip "poopiesggg" in Frame 30
onClipEvent (load) { count = 0; count2 = 0; count3 = 0; this._visible = false; } onClipEvent (enterFrame) { if (count == 399) { _root.things = _root.things + 1; i = random(1000); duplicateMovieClip (_root.orbrock, "orbrock" + i, 100 + i); } count++; if (count == 400) { count = 0; } if (count2 == 300) { _root.things = _root.things + 1; i = random(1000); duplicateMovieClip (_root.orbplanet, "orbplanet" + i, 100 + i); } count2++; if (count2 == 301) { count2 = 0; } if (count3 == 200) { _root.things = _root.things + 1; i = random(1000); duplicateMovieClip (_root.orbsun, "orbsun" + i, 100 + i); } count3++; if (count3 == 201) { count3 = 0; } }
Instance of Symbol 202 MovieClip "orbsun" in Frame 30
onClipEvent (load) { _root.things++; TN = 0; top = 100; max = 1; F = 1; BF = 0.9; n = i; thingyjoe = 1; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(2); mass = random(70) + 57; r = mass; this._height = r * 2; this._width = r * 2; count = 0; begin = false; somevar = 100; dead = false; die = false; gghg = true; } onClipEvent (enterFrame) { if (_root.killall == true) { this.unloadMovie(); } if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("gameoover"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 144 MovieClip "orbplanet" in Frame 30
onClipEvent (load) { _root.things++; setProperty(this, _name , random(5000000)); TN = 0; top = 100; thingyjoe = 1; max = 1; F = 1; BF = 0.9; n = i; yspeed = 0; xspeed = 0; this._x = random(2000) - 1000; this._y = random(2000) - 1000; this.gotoAndStop(random(5) + 1); mass = random(60) + 40; r = mass; this._height = r * 2; this._width = r * 2; count = 0; gghg = true; begin = false; somevar = 100; dead = false; } onClipEvent (enterFrame) { if (_root.killall == true) { this.unloadMovie(); } if (begin == true) { if (die == true) { if (thingyjoe == 1) { _root.sounds.gotoAndPlay(2); thingyjoe = 2; } this._alpha = this._alpha - 6; this._xscale = this._xscale - 6; this._yscale = this._yscale - 6; mass = 0.25; force = force * 10; somevar = somevar - 6; if (somevar <= 0) { die = false; this._visible = false; mass = 0; dead = true; } } if ((dead == false) && (D < ((_root.orb1.spoot + (this._width * 0.89)) / 2))) { if (mass < _root.orb1.mass) { die = true; if (gghg == true) { _root.orb1.mass = _root.orb1.mass + (mass / 10); gghg = false; } } else { _root.gotoAndPlay("blank"); } } XD = this._x - _root.orb1._x; YD = this._y - _root.orb1._y; D = Math.sqrt((XD * XD) + (YD * YD)); angel = Math.atan(XD / YD); if ((YD < 0) and (XD < 0)) { angel = -3.14159265358979 + angel; } if ((YD < 0) and (XD > 0)) { angel = Math.PI + angel; } force = (10 / (D + 100)) * _root.orb1.mass; Xforce = force * Math.sin(angel); Yforce = force * Math.cos(angel); Xoff = Xforce / mass; Yoff = Yforce / mass; if ((Xforce < 0) && (Xforce > -1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Xforce > 0) && (Xforce < 1)) { Xforce = 0; Xoff = 0; xspeed = xspeed - Xoff; } if ((Yforce < 0) && (Yforce > -1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } if ((Yforce > 0) && (Yforce < 1)) { Yforce = 0; Yoff = 0; yspeed = yspeed - Yoff; } xspeed = xspeed + Xoff; yspeed = yspeed + Yoff; xpos = xpos + xspeed; ypos = ypos + yspeed; this._x = this._x - xspeed; this._y = this._y - yspeed; _root.orb1.force = (50 / (D + 100)) * this.mass; _root.orb1.Xforce = _root.orb1.force * Math.sin(angel); _root.orb1.Yforce = _root.orb1.force * Math.cos(angel); _root.orb1.Xoff = _root.orb1.Xforce / _root.orb1.mass; _root.orb1.Yoff = _root.orb1.Yforce / _root.orb1.mass; if (D > 100) { if ((_root.orb1.Xforce < 0) && (_root.orb1.Xforce > -4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Xforce > 0) && (_root.orb1.Xforce < 4)) { _root.orb1.Xforce = 0; _root.orb1.Xoff = 0; _root.orb1.xspeed = _root.orb1.xspeed - _root.orb1.Xoff; } if ((_root.orb1.Yforce < 0) && (_root.orb1.Yforce > -4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } if ((_root.orb1.Yforce > 0) && (_root.orb1.Yforce < 4)) { _root.orb1.Yforce = 0; _root.orb1.Yoff = 0; _root.orb1.yspeed = _root.orb1.yspeed - _root.orb1.Yoff; } } _root.orb1.xspeed = _root.orb1.xspeed + _root.orb1.Xoff; _root.orb1.yspeed = _root.orb1.yspeed + _root.orb1.Yoff; _root.orb1.xpos = _root.orb1.xpos + _root.orb1.xspeed; _root.orb1.ypos = _root.orb1.ypos + _root.orb1.yspeed; xspeed = xspeed * 0.95; yspeed = yspeed * 0.95; } }
Instance of Symbol 177 MovieClip in Frame 30
onClipEvent (load) { this._visible = false; }
Instance of Symbol 185 MovieClip in Frame 30
onClipEvent (enterFrame) { this._x = ((_root.camera._x + 275) - this._width) + 5; this._y = ((_root.camera._y + 200) - this._height) - 10; } on (release) { _root.gotoAndStop("menu"); }
Instance of Symbol 189 MovieClip "inst" in Frame 30
onClipEvent (enterFrame) { this._x = _root.camera._x - 275; this._y = _root.camera._y - 200; }
Instance of Symbol 89 MovieClip in Frame 30
onClipEvent (enterFrame) { this._x = (_root.camera._x - 275) + 20; this._y = (_root.camera._y + 200) - 30.9; }
Instance of Symbol 234 MovieClip in Frame 49
onClipEvent (load) { if (_root.level == 1) { _root.gotoAndPlay("level1"); } if (_root.level == 2) { _root.gotoAndPlay("level2"); } if (_root.level == 3) { _root.gotoAndPlay("level3"); } if (_root.level == 5) { _root.gotoAndPlay("gameoover"); } }
Instance of Symbol 2 MovieClip "inside" in Symbol 3 MovieClip Frame 1
onClipEvent (load) { startx = this._x; starty = this._y; yspeed = 0; xspeed = 0; } onClipEvent (enterFrame) { if (this._x < (startx - 550)) { this._x = startx; } if (this._x > (startx + 550)) { this._x = startx; } if (this._y > (starty + 400)) { this._y = starty; } if (this._y < (starty - 400)) { this._y = starty; } this._x = this._x + xspeed; this._y = this._y + yspeed; }
Instance of Symbol 5 MovieClip "inside" in Symbol 6 MovieClip Frame 1
onClipEvent (load) { startx = this._x; starty = this._y; yspeed = 0; xspeed = 0; } onClipEvent (enterFrame) { if (this._x < (startx - 550)) { this._x = startx; } if (this._x > (startx + 550)) { this._x = startx; } if (this._y > (starty + 400)) { this._y = starty; } if (this._y < (starty - 400)) { this._y = starty; } this._x = this._x + xspeed; this._y = this._y + yspeed; }
Instance of Symbol 27 MovieClip "bar" in Symbol 31 MovieClip Frame 1
onClipEvent (enterFrame) { _root.bytesLoaded = _root.getBytesLoaded(); _root.bytesTotal = _root.getBytesTotal(); _root.percentLoaded = Math.round(100 * (_root.bytesLoaded / _root.bytesTotal)); _root.percentLoadedText = _root.percentLoaded + "%"; this._width = this._width * (_root.percentLoaded / 100); if (_root.percentLoaded >= 100) { _root.thing.stuff.gotoAndStop(2); } }
Symbol 36 Button
on (release) { _root.gotoAndStop(5); }
Symbol 37 MovieClip Frame 1
stop();
Symbol 37 MovieClip Frame 2
stop();
Symbol 49 MovieClip Frame 1
gotoAndPlay (2);
Instance of Symbol 27 MovieClip in Symbol 49 MovieClip Frame 1
on (release) { getURL ("http://www.crazymonkeygames.com", "_blank"); }
Symbol 49 MovieClip Frame 81
stop();
Instance of Symbol 48 MovieClip in Symbol 49 MovieClip Frame 81
onClipEvent (enterFrame) { chance = random(90); if (chance == 1) { play(); } }
Symbol 86 Button
on (release) { _root.globalvolume.setVolume(0); gotoAndPlay (2); }
Symbol 88 Button
on (release) { _root.globalvolume.setVolume(100); gotoAndPlay (1); }
Symbol 89 MovieClip Frame 1
stop();
Symbol 89 MovieClip Frame 2
stop();
Instance of Symbol 92 MovieClip "inside" in Symbol 93 MovieClip Frame 1
onClipEvent (load) { startx = this._x; starty = this._y; yspeed = 0; xspeed = 0; } onClipEvent (enterFrame) { if (this._x < (startx - 550)) { this._x = startx; } if (this._x > (startx + 550)) { this._x = startx; } if (this._y > (starty + 400)) { this._y = starty; } if (this._y < (starty - 400)) { this._y = starty; } this._x = this._x + xspeed; this._y = this._y + yspeed; }
Instance of Symbol 94 MovieClip "inside" in Symbol 95 MovieClip Frame 1
onClipEvent (load) { startx = this._x; starty = this._y; yspeed = 0; xspeed = 0; } onClipEvent (enterFrame) { if (this._x < (startx - 550)) { this._x = startx; } if (this._x > (startx + 550)) { this._x = startx; } if (this._y > (starty + 400)) { this._y = starty; } if (this._y < (starty - 400)) { this._y = starty; } this._x = this._x + xspeed; this._y = this._y + yspeed; }
Symbol 111 MovieClip Frame 79
stop(); _parent.begin = true;
Symbol 119 MovieClip Frame 80
stop(); _parent.begin = true;
Symbol 129 MovieClip Frame 80
stop(); _parent.begin = true;
Symbol 137 MovieClip Frame 80
stop(); _parent.begin = true;
Symbol 143 MovieClip Frame 80
stop(); _parent.begin = true;
Symbol 144 MovieClip Frame 1
stop();
Instance of Symbol 97 MovieClip "inside" in Symbol 144 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Symbol 144 MovieClip Frame 2
stop();
Symbol 144 MovieClip Frame 3
stop();
Symbol 144 MovieClip Frame 4
stop();
Symbol 144 MovieClip Frame 5
stop();
Symbol 144 MovieClip Frame 6
stop();
Symbol 161 MovieClip Frame 1
stop();
Symbol 161 MovieClip Frame 2
play();
Symbol 161 MovieClip Frame 16
doityo = true;
Symbol 161 MovieClip Frame 30
stop(); ass = true;
Symbol 161 MovieClip Frame 44
doit = true;
Symbol 161 MovieClip Frame 60
stop(); pood = true;
Symbol 163 MovieClip Frame 1
function camControl() { parentColor.setTransform(camColor.getTransform()); var _local4 = sX / this._width; var _local3 = sY / this._height; _parent._x = cX - (this._x * _local4); _parent._y = cY - (this._y * _local3); _parent._xscale = 100 * _local4; _parent._yscale = 100 * _local3; } function resetStage() { var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}; parentColor.setTransform(_local2); _parent._xscale = 100; _parent._yscale = 100; _parent._x = 0; _parent._y = 0; } this._visible = false; var oldMode = Stage.scaleMode; Stage.scaleMode = "exactFit"; var cX = (Stage.width / 2); var cY = (Stage.height / 2); var sX = Stage.width; var sY = Stage.height; Stage.scaleMode = oldMode; var camColor = new Color(this); var parentColor = new Color(_parent); this.onEnterFrame = camControl; camControl(); this.onUnload = resetStage;
Symbol 166 MovieClip Frame 79
stop(); _parent.dostuff = true;
Symbol 171 MovieClip Frame 15
_parent._visible = false; _parent.mass = 0;
Symbol 172 MovieClip Frame 1
stop();
Instance of Symbol 168 MovieClip in Symbol 172 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Symbol 172 MovieClip Frame 2
stop(); force = force * 10; mass = 0.25; _root.sounds.gotoAndPlay(2);
Instance of Symbol 171 MovieClip "fade" in Symbol 172 MovieClip Frame 2
onClipEvent (enterFrame) { if (!this.hitTest(_root.orb1)) { this._visible = false; } }
Instance of Symbol 176 MovieClip in Symbol 177 MovieClip Frame 1
onClipEvent (enterFrame) { _root.upperfield.inside._x = _root.upperfield.inside._x - (_root.orb1.xspeed / 2); _root.lowerfield.inside._x = _root.lowerfield.inside._x - (_root.orb1.xspeed / 4); _root.upperfield.inside._y = _root.upperfield.inside._y - (_root.orb1.yspeed / 2); _root.lowerfield.inside._y = _root.lowerfield.inside._y - (_root.orb1.yspeed / 4); }
Symbol 180 MovieClip Frame 50
stop();
Symbol 182 MovieClip Frame 1
stop();
Symbol 182 MovieClip Frame 30
_root.gotoAndStop("level2");
Symbol 182 MovieClip Frame 60
gotoAndPlay (1);
Symbol 189 MovieClip Frame 414
stop();
Symbol 191 MovieClip Frame 1
stop();
Symbol 191 MovieClip Frame 24
gotoAndStop (1);
Symbol 201 MovieClip Frame 79
stop(); _parent.begin = true;
Symbol 202 MovieClip Frame 1
stop();
Instance of Symbol 193 MovieClip "inside" in Symbol 202 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Symbol 202 MovieClip Frame 2
stop();
Symbol 205 MovieClip Frame 50
stop();
Symbol 206 MovieClip Frame 1
stop();
Symbol 206 MovieClip Frame 30
_root.gotoAndStop("level3");
Symbol 206 MovieClip Frame 60
gotoAndPlay (1);
Symbol 209 MovieClip Frame 50
stop();
Symbol 210 MovieClip Frame 1
stop();
Symbol 210 MovieClip Frame 30
_root.gotoAndStop("end");
Symbol 210 MovieClip Frame 60
gotoAndPlay (1);
Symbol 221 Button
on (release) { _root.gotoAndPlay("menu"); }

Library Items

Symbol 1 GraphicUsed by:2 92
Symbol 2 MovieClipUses:1Used by:3
Symbol 3 MovieClipUses:2Used by:7
Symbol 4 GraphicUsed by:5 94
Symbol 5 MovieClipUses:4Used by:6
Symbol 6 MovieClipUses:5Used by:7
Symbol 7 MovieClipUses:3 6Used by:Timeline
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:8Used by:24
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:24
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClipUses:12Used by:24
Symbol 14 GraphicUsed by:15
Symbol 15 MovieClipUses:14Used by:24
Symbol 16 GraphicUsed by:17
Symbol 17 MovieClipUses:16Used by:24
Symbol 18 GraphicUsed by:19
Symbol 19 MovieClipUses:18Used by:24
Symbol 20 GraphicUsed by:21
Symbol 21 MovieClipUses:20Used by:24
Symbol 22 GraphicUsed by:23
Symbol 23 MovieClipUses:22Used by:24
Symbol 24 MovieClipUses:9 11 13 15 17 19 21 23Used by:37
Symbol 25 GraphicUsed by:31
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:26Used by:31 49  Timeline
Symbol 28 GraphicUsed by:31
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClipUses:29Used by:31
Symbol 31 MovieClipUses:25 27 28 30Used by:37
Symbol 32 GraphicUsed by:36
Symbol 33 GraphicUsed by:36
Symbol 34 GraphicUsed by:36
Symbol 35 GraphicUsed by:36
Symbol 36 ButtonUses:32 33 34 35Used by:37
Symbol 37 MovieClipUses:24 31 36Used by:49
Symbol 38 GraphicUsed by:49
Symbol 39 GraphicUsed by:49
Symbol 40 GraphicUsed by:49
Symbol 41 GraphicUsed by:49
Symbol 42 GraphicUsed by:49
Symbol 43 GraphicUsed by:44
Symbol 44 MovieClipUses:43Used by:49
Symbol 45 GraphicUsed by:49
Symbol 46 SoundUsed by:49
Symbol 47 SoundUsed by:49
Symbol 48 MovieClipUsed by:49
Symbol 49 MovieClipUses:37 38 39 40 41 42 44 45 27 46 47 48Used by:Timeline
Symbol 50 GraphicUsed by:57 82
Symbol 51 GraphicUsed by:52 53 78 79
Symbol 52 MovieClipUses:51Used by:53
Symbol 53 ButtonUses:52 51Used by:57
Symbol 54 GraphicUsed by:55
Symbol 55 MovieClipUses:54Used by:57
Symbol 56 GraphicUsed by:57 82
Symbol 57 MovieClipUses:50 53 55 56Used by:66 72
Symbol 58 FontUsed by:59 60 61 62 63 64 65 67 68 69 70 71 83 90 222
Symbol 59 TextUses:58Used by:66 72
Symbol 60 TextUses:58Used by:66 72
Symbol 61 TextUses:58Used by:66 72
Symbol 62 TextUses:58Used by:66 72
Symbol 63 TextUses:58Used by:66 72
Symbol 64 TextUses:58Used by:66 72
Symbol 65 TextUses:58Used by:66
Symbol 66 MovieClipUses:57 59 60 61 62 63 64 65Used by:Timeline
Symbol 67 TextUses:58Used by:72
Symbol 68 TextUses:58Used by:72
Symbol 69 TextUses:58Used by:72
Symbol 70 TextUses:58Used by:72
Symbol 71 TextUses:58Used by:72
Symbol 72 MovieClipUses:57 59 60 61 62 63 67 64 68 69 70 71Used by:Timeline
Symbol 73 FontUsed by:74 76 184 186 187 188 219 225 226 227
Symbol 74 TextUses:73Used by:Timeline
Symbol 75 FontUsed by:76 77
Symbol 76 TextUses:75 73Used by:Timeline
Symbol 77 TextUses:75Used by:Timeline
Symbol 78 MovieClipUses:51Used by:79
Symbol 79 ButtonUses:78 51Used by:82
Symbol 80 GraphicUsed by:81
Symbol 81 MovieClipUses:80Used by:82
Symbol 82 MovieClipUses:50 79 81 56Used by:84
Symbol 83 TextUses:58Used by:84
Symbol 84 MovieClipUses:82 83Used by:Timeline
Symbol 85 GraphicUsed by:86
Symbol 86 ButtonUses:85Used by:89
Symbol 87 GraphicUsed by:88
Symbol 88 ButtonUses:87Used by:89
Symbol 89 MovieClipUses:86 88Used by:Timeline
Symbol 90 EditableTextUses:58Used by:Timeline
Symbol 91 SoundUsed by:Timeline
Symbol 92 MovieClipUses:1Used by:93
Symbol 93 MovieClipUses:92Used by:Timeline
Symbol 94 MovieClipUses:4Used by:95
Symbol 95 MovieClipUses:94Used by:Timeline
Symbol 96 GraphicUsed by:97 193
Symbol 97 MovieClipUses:96Used by:144
Symbol 98 BitmapUsed by:99
Symbol 99 GraphicUses:98Used by:100
Symbol 100 MovieClipUses:99Used by:101
Symbol 101 MovieClipUses:100Used by:111 119 129 137 143 166
Symbol 102 GraphicUsed by:110
Symbol 103 GraphicUsed by:104
Symbol 104 MovieClipUses:103Used by:110
Symbol 105 GraphicUsed by:110
Symbol 106 GraphicUsed by:109 117 127 135 141 156 217
Symbol 107 GraphicUsed by:108 116 126 134 140 155 216
Symbol 108 MovieClipUses:107Used by:109
Symbol 109 MovieClipUses:106 108Used by:110
Symbol 110 MovieClipUses:102 104 105 109Used by:111
Symbol 111 MovieClipUses:101 110Used by:144
Symbol 112 GraphicUsed by:118 142
Symbol 113 GraphicUsed by:114 138
Symbol 114 MovieClipUses:113Used by:118
Symbol 115 GraphicUsed by:118
Symbol 116 MovieClipUses:107Used by:117
Symbol 117 MovieClipUses:106 116Used by:118
Symbol 118 MovieClipUses:112 114 115 117Used by:119
Symbol 119 MovieClipUses:101 118Used by:144
Symbol 120 GraphicUsed by:128
Symbol 121 GraphicUsed by:128 136
Symbol 122 GraphicUsed by:123 131
Symbol 123 MovieClipUses:122Used by:128
Symbol 124 GraphicUsed by:125
Symbol 125 MovieClipUses:124Used by:128
Symbol 126 MovieClipUses:107Used by:127
Symbol 127 MovieClipUses:106 126Used by:128
Symbol 128 MovieClipUses:120 121 123 125 127Used by:129
Symbol 129 MovieClipUses:101 128Used by:144
Symbol 130 GraphicUsed by:136
Symbol 131 MovieClipUses:122Used by:136
Symbol 132 GraphicUsed by:133
Symbol 133 MovieClipUses:132Used by:136
Symbol 134 MovieClipUses:107Used by:135
Symbol 135 MovieClipUses:106 134Used by:136
Symbol 136 MovieClipUses:130 121 131 133 135Used by:137
Symbol 137 MovieClipUses:101 136Used by:144
Symbol 138 MovieClipUses:113Used by:142
Symbol 139 GraphicUsed by:142
Symbol 140 MovieClipUses:107Used by:141
Symbol 141 MovieClipUses:106 140Used by:142
Symbol 142 MovieClipUses:112 138 139 141Used by:143
Symbol 143 MovieClipUses:101 142Used by:144
Symbol 144 MovieClipUses:97 111 119 129 137 143Used by:Timeline
Symbol 145 GraphicUsed by:146
Symbol 146 MovieClipUses:145Used by:149
Symbol 147 GraphicUsed by:148
Symbol 148 MovieClipUses:147Used by:149
Symbol 149 MovieClipUses:146 148Used by:Timeline
Symbol 150 GraphicUsed by:161
Symbol 151 GraphicUsed by:161 218
Symbol 152 GraphicUsed by:153 215
Symbol 153 MovieClipUses:152Used by:161
Symbol 154 GraphicUsed by:161 218
Symbol 155 MovieClipUses:107Used by:156
Symbol 156 MovieClipUses:106 155Used by:161
Symbol 157 GraphicUsed by:160 199
Symbol 158 GraphicUsed by:160
Symbol 159 GraphicUsed by:160 199
Symbol 160 MovieClipUses:157 158 159Used by:161
Symbol 161 MovieClipUses:150 151 153 154 156 160Used by:Timeline
Symbol 162 GraphicUsed by:163
Symbol 163 MovieClipUses:162Used by:Timeline
Symbol 164 GraphicUsed by:165
Symbol 165 MovieClipUses:164Used by:166
Symbol 166 MovieClipUses:101 165Used by:172
Symbol 167 GraphicUsed by:168
Symbol 168 MovieClipUses:167Used by:172
Symbol 169 GraphicUsed by:170
Symbol 170 MovieClipUses:169Used by:171
Symbol 171 MovieClipUses:170Used by:172
Symbol 172 MovieClipUses:166 168 171Used by:Timeline
Symbol 173 GraphicUsed by:176
Symbol 174 FontUsed by:175
Symbol 175 TextUses:174Used by:176
Symbol 176 MovieClipUses:173 175Used by:177
Symbol 177 MovieClipUses:176Used by:Timeline
Symbol 178 GraphicUsed by:179
Symbol 179 MovieClipUses:178Used by:180
Symbol 180 MovieClipUses:179Used by:Timeline
Symbol 181 GraphicUsed by:182 206 210
Symbol 182 MovieClipUses:181Used by:Timeline
Symbol 183 GraphicUsed by:185
Symbol 184 TextUses:73Used by:185
Symbol 185 MovieClipUses:183 184Used by:Timeline
Symbol 186 TextUses:73Used by:189
Symbol 187 TextUses:73Used by:189
Symbol 188 TextUses:73Used by:189
Symbol 189 MovieClipUses:186 187 188Used by:Timeline
Symbol 190 GraphicUsed by:191
Symbol 191 MovieClipUses:190 SS1Used by:Timeline
Symbol 192 SoundUsed by:Timeline
Symbol 193 MovieClipUses:96Used by:202
Symbol 194 BitmapUsed by:195
Symbol 195 GraphicUses:194Used by:196
Symbol 196 MovieClipUses:195Used by:197
Symbol 197 MovieClipUses:196Used by:201
Symbol 198 GraphicUsed by:199
Symbol 199 MovieClipUses:157 198 159Used by:200
Symbol 200 MovieClipUses:199Used by:201
Symbol 201 MovieClipUses:197 200Used by:202
Symbol 202 MovieClipUses:193 201Used by:Timeline
Symbol 203 GraphicUsed by:204
Symbol 204 MovieClipUses:203Used by:205
Symbol 205 MovieClipUses:204Used by:Timeline
Symbol 206 MovieClipUses:181Used by:Timeline
Symbol 207 GraphicUsed by:208
Symbol 208 MovieClipUses:207Used by:209
Symbol 209 MovieClipUses:208Used by:Timeline
Symbol 210 MovieClipUses:181Used by:Timeline
Symbol 211 GraphicUsed by:Timeline
Symbol 212 FontUsed by:213 223
Symbol 213 TextUses:212Used by:Timeline
Symbol 214 GraphicUsed by:218
Symbol 215 MovieClipUses:152Used by:218
Symbol 216 MovieClipUses:107Used by:217
Symbol 217 MovieClipUses:106 216Used by:218
Symbol 218 MovieClipUses:214 151 215 154 217Used by:Timeline
Symbol 219 TextUses:73Used by:220 221
Symbol 220 MovieClipUses:219Used by:221
Symbol 221 ButtonUses:220 219Used by:Timeline
Symbol 222 EditableTextUses:58Used by:Timeline
Symbol 223 TextUses:212Used by:Timeline
Symbol 224 GraphicUsed by:Timeline
Symbol 225 EditableTextUses:73Used by:Timeline
Symbol 226 EditableTextUses:73Used by:Timeline
Symbol 227 TextUses:73Used by:230
Symbol 228 GraphicUsed by:229
Symbol 229 MovieClipUses:228Used by:230
Symbol 230 MovieClipUses:227 229Used by:Timeline
Symbol 231 GraphicUsed by:232
Symbol 232 MovieClipUses:231Used by:Timeline
Symbol 233 GraphicUsed by:234
Symbol 234 MovieClipUses:233Used by:Timeline
Streaming Sound 1Used by:Symbol 191 MovieClip

Instance Names

"thing"Frame 1Symbol 49 MovieClip
"lowerfield"Frame 20Symbol 93 MovieClip
"upperfield"Frame 20Symbol 95 MovieClip
"orb2"Frame 20Symbol 144 MovieClip
"border2"Frame 20Symbol 149 MovieClip
"orb1"Frame 20Symbol 161 MovieClip
"camera"Frame 20Symbol 163 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb3"Frame 20Symbol 172 MovieClip
"orb2"Frame 20Symbol 144 MovieClip
"orb2"Frame 20Symbol 144 MovieClip
"orb2"Frame 20Symbol 144 MovieClip
"orb2"Frame 20Symbol 144 MovieClip
"orb2"Frame 20Symbol 144 MovieClip
"orb2"Frame 20Symbol 144 MovieClip
"orb2"Frame 20Symbol 144 MovieClip
"orb2"Frame 20Symbol 144 MovieClip
"orb2"Frame 20Symbol 144 MovieClip
"orb2"Frame 20Symbol 144 MovieClip
"orb2"Frame 20Symbol 144 MovieClip
"orb2"Frame 20Symbol 144 MovieClip
"orb2"Frame 20Symbol 144 MovieClip
"orb2"Frame 20Symbol 144 MovieClip
"orb2"Frame 20Symbol 144 MovieClip
"orb2"Frame 20Symbol 144 MovieClip
"orb2"Frame 20Symbol 144 MovieClip
"orb2"Frame 20Symbol 144 MovieClip
"orb2"Frame 20Symbol 144 MovieClip
"fadeoot"Frame 20Symbol 182 MovieClip
"inst"Frame 20Symbol 189 MovieClip
"sounds"Frame 20Symbol 191 MovieClip
"camera"Frame 21Symbol 163 MovieClip
"border2"Frame 21Symbol 149 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb1"Frame 21Symbol 161 MovieClip
"camera"Frame 21Symbol 163 MovieClip
"border2"Frame 21Symbol 149 MovieClip
"orb2"Frame 21Symbol 144 MovieClip
"orbsun"Frame 21Symbol 202 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb34"Frame 21Symbol 172 MovieClip
"orb2"Frame 21Symbol 144 MovieClip
"orb2"Frame 21Symbol 144 MovieClip
"orb2"Frame 21Symbol 144 MovieClip
"orb2"Frame 21Symbol 144 MovieClip
"orb2"Frame 21Symbol 144 MovieClip
"orb2"Frame 21Symbol 144 MovieClip
"orb2"Frame 21Symbol 144 MovieClip
"orb2"Frame 21Symbol 144 MovieClip
"orb2"Frame 21Symbol 144 MovieClip
"orb2"Frame 21Symbol 144 MovieClip
"orb2"Frame 21Symbol 144 MovieClip
"orb2"Frame 21Symbol 144 MovieClip
"orbsun"Frame 21Symbol 202 MovieClip
"orbsun"Frame 21Symbol 202 MovieClip
"orbsun"Frame 21Symbol 202 MovieClip
"orbsun"Frame 21Symbol 202 MovieClip
"orbsun"Frame 21Symbol 202 MovieClip
"orbsun"Frame 21Symbol 202 MovieClip
"orbsun"Frame 21Symbol 202 MovieClip
"orbsun"Frame 21Symbol 202 MovieClip
"orbsun"Frame 21Symbol 202 MovieClip
"orbsun"Frame 21Symbol 202 MovieClip
"orbsun"Frame 21Symbol 202 MovieClip
"orbsun"Frame 21Symbol 202 MovieClip
"fadeoot2"Frame 21Symbol 206 MovieClip
"orb1"Frame 22Symbol 161 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb34"Frame 22Symbol 172 MovieClip
"orb2"Frame 22Symbol 144 MovieClip
"orb2"Frame 22Symbol 144 MovieClip
"orb2"Frame 22Symbol 144 MovieClip
"orb2"Frame 22Symbol 144 MovieClip
"orb2"Frame 22Symbol 144 MovieClip
"orb2"Frame 22Symbol 144 MovieClip
"orb2"Frame 22Symbol 144 MovieClip
"orb2"Frame 22Symbol 144 MovieClip
"orb2"Frame 22Symbol 144 MovieClip
"orb2"Frame 22Symbol 144 MovieClip
"orb2"Frame 22Symbol 144 MovieClip
"orb2"Frame 22Symbol 144 MovieClip
"orbsun"Frame 22Symbol 202 MovieClip
"orbsun"Frame 22Symbol 202 MovieClip
"orbsun"Frame 22Symbol 202 MovieClip
"orbsun"Frame 22Symbol 202 MovieClip
"orbsun"Frame 22Symbol 202 MovieClip
"orbsun"Frame 22Symbol 202 MovieClip
"orbsun"Frame 22Symbol 202 MovieClip
"orbsun"Frame 22Symbol 202 MovieClip
"fadeoot3"Frame 22Symbol 210 MovieClip
"lowerfield"Frame 30Symbol 93 MovieClip
"upperfield"Frame 30Symbol 95 MovieClip
"camera"Frame 30Symbol 163 MovieClip
"border2"Frame 30Symbol 149 MovieClip
"orbrock"Frame 30Symbol 172 MovieClip
"orb1"Frame 30Symbol 161 MovieClip
"camera"Frame 30Symbol 163 MovieClip
"border2"Frame 30Symbol 149 MovieClip
"poopiesggg"Frame 30Symbol 232 MovieClip
"orbsun"Frame 30Symbol 202 MovieClip
"orbplanet"Frame 30Symbol 144 MovieClip
"inst"Frame 30Symbol 189 MovieClip
"inside"Symbol 3 MovieClip Frame 1Symbol 2 MovieClip
"inside"Symbol 6 MovieClip Frame 1Symbol 5 MovieClip
"lowerfield"Symbol 7 MovieClip Frame 1Symbol 3 MovieClip
"upperfield"Symbol 7 MovieClip Frame 1Symbol 6 MovieClip
"bar"Symbol 31 MovieClip Frame 1Symbol 27 MovieClip
"load"Symbol 37 MovieClip Frame 1Symbol 24 MovieClip
"bar"Symbol 37 MovieClip Frame 1Symbol 31 MovieClip
"stuff"Symbol 49 MovieClip Frame 1Symbol 37 MovieClip
"inside"Symbol 93 MovieClip Frame 1Symbol 92 MovieClip
"inside"Symbol 95 MovieClip Frame 1Symbol 94 MovieClip
"inside"Symbol 144 MovieClip Frame 1Symbol 97 MovieClip
"fade"Symbol 172 MovieClip Frame 2Symbol 171 MovieClip
"inside"Symbol 202 MovieClip Frame 1Symbol 193 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.

Labels

"menu"Frame 5
"level1"Frame 20
"level2"Frame 21
"level3"Frame 22
"end"Frame 23
"gameoover"Frame 24
"survival"Frame 30
"blank"Frame 49

Dynamic Text Variables

playernameSymbol 225 EditableText""
massscoreSymbol 226 EditableText""




http://swfchan.com/2/7315/info.shtml
Created: 12/6 -2019 20:06:04 Last modified: 12/6 -2019 20:06:04 Server time: 04/05 -2024 15:12:00