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

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

Geometric Orbit.swf

This is the info page for
Flash #48387

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


Text
Geometric Orbit

Begin

Begin

Instructions

Instructions

Credits

Credits

Geometric Orbit

Game Over!

Score:

Back to Menu

Back to Menu

Credits

Production
Harry Cai
Music
"Eclipse" by RageVI
Help
TazzyDevil XIII
Jonathan DuQueno
Thanks To
Friends, Family and Classmates :D

Score:

Level: 1

Level: 2

Level: 3

Level: 4

Level: 5

Oh just die already!!! >:-(

Instructions

You need a mouse, an arm, eyes and a brain to play.
Don't let anything touch the black diamond.
Use the black orbitor (circle) to defend yourself.
Every "kill" earns you points.
After a certain amount of points you go up a level.
There are 5 altogether, new enemies are met in each one.
Survive.

ActionScript [AS1/AS2]

Frame 1
stop(); stop();
Instance of Symbol 18 MovieClip "selector" in Frame 1
onClipEvent (enterFrame) { Mouse.hide(); this._x = _root._xmouse; this._y = _root._ymouse; if (this._x >= 700) { this._x = 700; } else if (this._x <= 0) { this._x = 0; } if (this._y >= 500) { this._y = 500; } else if (this._y <= 0) { this._y = 0; } }
Frame 5
stop();
Frame 10
stop();
Frame 15
stop();
Frame 20
score = 0;
Instance of Symbol 35 MovieClip "enemy" in Frame 20
onClipEvent (load) { this._x = random(700); this._y = -80; speed = random(3) + 2; } onClipEvent (enterFrame) { this._y = this._y + speed; if (this.hitTest(_root.player)) { _root.gotoAndStop(10); } if (this.hitTest(_root.orbitor)) { this._x = random(700); this._y = random(250) - 400; speed = random(7) + 2; _root.score = _root.score + 75; } if (this._y >= 600) { this._x = random(700); this._y = random(200) - 210; speed = random(7) + 2; } }
Instance of Symbol 35 MovieClip "cenemy" in Frame 20
onClipEvent (load) { this._x = random(700); this._y = -80; speed = random(3) + 2; } onClipEvent (enterFrame) { this._y = this._y + speed; if (this.hitTest(_root.player)) { _root.gotoAndStop(10); } if (this.hitTest(_root.orbitor)) { this._x = random(700); this._y = random(250) - 400; speed = random(7) + 2; _root.score = _root.score + 75; } if (this._y >= 600) { this._x = random(700); this._y = random(200) - 210; speed = random(7) + 2; } }
Instance of Symbol 35 MovieClip "c2enemy" in Frame 20
onClipEvent (load) { this._x = random(700); this._y = -80; speed = random(3) + 2; } onClipEvent (enterFrame) { this._y = this._y + speed; if (this.hitTest(_root.player)) { _root.gotoAndStop(10); } if (this.hitTest(_root.orbitor)) { this._x = random(700); this._y = random(250) - 400; speed = random(7) + 2; _root.score = _root.score + 75; } if (this._y >= 600) { this._x = random(700); this._y = random(200) - 210; speed = random(7) + 2; } }
Instance of Symbol 38 MovieClip "enemy2" in Frame 20
onClipEvent (load) { this._x = random(700); this._y = 580; speed = -(random(3) + 2); } onClipEvent (enterFrame) { this._y = this._y + speed; if (this.hitTest(_root.player)) { _root.gotoAndStop(10); } if (this.hitTest(_root.orbitor)) { this._x = random(700); this._y = (500 - random(250)) + 400; speed = -(random(7) + 2); _root.score = _root.score + 75; } if (this._y <= -100) { this._x = random(700); this._y = (500 - random(250)) + 400; speed = -(random(7) + 2); } }
Instance of Symbol 38 MovieClip "cenemy2" in Frame 20
onClipEvent (load) { this._x = random(700); this._y = 580; speed = -(random(3) + 2); } onClipEvent (enterFrame) { this._y = this._y + speed; if (this.hitTest(_root.player)) { _root.gotoAndStop(10); } if (this.hitTest(_root.orbitor)) { this._x = random(700); this._y = (500 - random(250)) + 400; speed = -(random(7) + 2); _root.score = _root.score + 75; } if (this._y <= -100) { this._x = random(700); this._y = (500 - random(250)) + 400; speed = -(random(7) + 2); } }
Instance of Symbol 38 MovieClip "c2enemy2" in Frame 20
onClipEvent (load) { this._x = random(700); this._y = 580; speed = -(random(3) + 2); } onClipEvent (enterFrame) { this._y = this._y + speed; if (this.hitTest(_root.player)) { _root.gotoAndStop(10); } if (this.hitTest(_root.orbitor)) { this._x = random(700); this._y = (500 - random(250)) + 400; speed = -(random(7) + 2); _root.score = _root.score + 75; } if (this._y <= -100) { this._x = random(700); this._y = (500 - random(250)) + 400; speed = -(random(7) + 2); } }
Instance of Symbol 35 MovieClip "c3enemy" in Frame 20
onClipEvent (load) { this._x = random(700); this._y = -80; speed = random(3) + 2; } onClipEvent (enterFrame) { this._y = this._y + speed; if (this.hitTest(_root.player)) { _root.gotoAndStop(10); } if (this.hitTest(_root.orbitor)) { this._x = random(700); this._y = random(250) - 400; speed = random(7) + 2; _root.score = _root.score + 75; } if (this._y >= 600) { this._x = random(700); this._y = random(200) - 210; speed = random(7) + 2; } }
Instance of Symbol 38 MovieClip "c3enemy2" in Frame 20
onClipEvent (load) { this._x = random(700); this._y = 580; speed = -(random(3) + 2); } onClipEvent (enterFrame) { this._y = this._y + speed; if (this.hitTest(_root.player)) { _root.gotoAndStop(10); } if (this.hitTest(_root.orbitor)) { this._x = random(700); this._y = (500 - random(250)) + 400; speed = -(random(7) + 2); _root.score = _root.score + 75; } if (this._y <= -100) { this._x = random(700); this._y = (500 - random(250)) + 400; speed = -(random(7) + 2); } }
Instance of Symbol 44 MovieClip in Frame 20
onClipEvent (enterFrame) { Mouse.hide(); this._x = _root._xmouse; this._y = _root._ymouse; if (this._x >= 700) { this._x = 700; } else if (this._x <= 0) { this._x = 0; } if (this._y >= 500) { this._y = 500; } else if (this._y <= 0) { this._y = 0; } }
Instance of Symbol 46 MovieClip "player" in Frame 20
onClipEvent (enterFrame) { Mouse.hide(); this._x = _root._xmouse; this._y = _root._ymouse; if (this._x >= 700) { this._x = 700; } else if (this._x <= 0) { this._x = 0; } if (this._y >= 500) { this._y = 500; } else if (this._y <= 0) { this._y = 0; } }
Instance of Symbol 49 MovieClip "orbitor" in Frame 20
onClipEvent (load) { angle = 0; radius = 100; debugy = 0; debugx = 0; radians = 0; rotationalspeed = -11; } onClipEvent (enterFrame) { radians = angle * (Math.PI/180); debugy = Math.cos(radians) * radius; this._y = debugy + _root._ymouse; debugx = Math.sin(radians) * radius; this._x = debugx + _root._xmouse; angle = angle + rotationalspeed; if (angle >= 360) { angle = 0; } }
Instance of Symbol 53 MovieClip "enemy3" in Frame 25
onClipEvent (load) { this._x = -80; this._y = random(500); speed = random(3) + 2; } onClipEvent (enterFrame) { this._x = this._x + speed; if (this.hitTest(_root.player)) { _root.gotoAndStop(10); } if (this.hitTest(_root.orbitor)) { this._x = random(250) - 400; this._y = random(500); speed = random(7) + 2; _root.score = _root.score + 80; } if (this._x >= 800) { this._x = random(250) - 400; this._y = random(500); speed = random(7) + 2; } }
Instance of Symbol 53 MovieClip "cenemy3" in Frame 25
onClipEvent (load) { this._x = -80; this._y = random(500); speed = random(3) + 2; } onClipEvent (enterFrame) { this._x = this._x + speed; if (this.hitTest(_root.player)) { _root.gotoAndStop(10); } if (this.hitTest(_root.orbitor)) { this._x = random(250) - 400; this._y = random(500); speed = random(7) + 2; _root.score = _root.score + 80; } if (this._x >= 800) { this._x = random(250) - 400; this._y = random(500); speed = random(7) + 2; } }
Instance of Symbol 53 MovieClip "c2enemy3" in Frame 25
onClipEvent (load) { this._x = -80; this._y = random(500); speed = random(3) + 2; } onClipEvent (enterFrame) { this._x = this._x + speed; if (this.hitTest(_root.player)) { _root.gotoAndStop(10); } if (this.hitTest(_root.orbitor)) { this._x = random(250) - 400; this._y = random(500); speed = random(7) + 2; _root.score = _root.score + 80; } if (this._x >= 800) { this._x = random(250) - 400; this._y = random(500); speed = random(7) + 2; } }
Instance of Symbol 57 MovieClip "enemy4" in Frame 25
onClipEvent (load) { this._x = 780; this._y = random(500); speed = -(random(3) + 2); } onClipEvent (enterFrame) { this._x = this._x + speed; if (this.hitTest(_root.player)) { _root.gotoAndStop(10); } if (this.hitTest(_root.orbitor)) { this._x = (700 - random(250)) + 400; this._y = random(500); speed = -(random(7) + 2); _root.score = _root.score + 80; } if (this._x <= -100) { this._x = (700 - random(250)) + 400; this._y = random(500); speed = -(random(7) + 2); } }
Instance of Symbol 57 MovieClip "cenemy4" in Frame 25
onClipEvent (load) { this._x = 780; this._y = random(500); speed = -(random(3) + 2); } onClipEvent (enterFrame) { this._x = this._x + speed; if (this.hitTest(_root.player)) { _root.gotoAndStop(10); } if (this.hitTest(_root.orbitor)) { this._x = (700 - random(250)) + 400; this._y = random(500); speed = -(random(7) + 2); _root.score = _root.score + 80; } if (this._x <= -100) { this._x = (700 - random(250)) + 400; this._y = random(500); speed = -(random(7) + 2); } }
Instance of Symbol 57 MovieClip "c2enemy4" in Frame 25
onClipEvent (load) { this._x = 780; this._y = random(500); speed = -(random(3) + 2); } onClipEvent (enterFrame) { this._x = this._x + speed; if (this.hitTest(_root.player)) { _root.gotoAndStop(10); } if (this.hitTest(_root.orbitor)) { this._x = (700 - random(250)) + 400; this._y = random(500); speed = -(random(7) + 2); _root.score = _root.score + 80; } if (this._x <= -100) { this._x = (700 - random(250)) + 400; this._y = random(500); speed = -(random(7) + 2); } }
Instance of Symbol 61 MovieClip "enemy6" in Frame 30
onClipEvent (load) { this._x = random(700); this._y = -80; speed = 2; vpoint = 0; acceleration = 0.05; } onClipEvent (enterFrame) { speed = speed + acceleration; if (speed >= 8) { speed = 8; } if (speed <= -8) { speed = -8; } this._y = this._y + speed; if (this.hitTest(_root.player)) { _root.gotoAndStop(10); } if (this._y >= 50) { vpoint = 1; } if (this.hitTest(_root.orbitor)) { this._x = random(700); this._y = -80; speed = 2; vpoint = 0; acceleration = 0.05; _root.score = _root.score + 100; } if (this._y >= 468) { speed = speed - (speed * 2); acceleration = -0.05; } if ((vpoint >= 1) and (this._y <= 32)) { speed = speed - (speed * 2); acceleration = 0.05; } }
Instance of Symbol 61 MovieClip "h_cenemy6" in Frame 30
onClipEvent (load) { this._x = -80; this._y = random(500); speed = 2; vpoint = 0; acceleration = 0.05; } onClipEvent (enterFrame) { speed = speed + acceleration; if (speed >= 8) { speed = 8; } if (speed <= -8) { speed = -8; } this._x = this._x + speed; if (this.hitTest(_root.player)) { _root.gotoAndStop(10); } if (this._x >= 50) { vpoint = 1; } if (this.hitTest(_root.orbitor)) { this._x = -80; this._y = random(500); speed = 2; vpoint = 0; acceleration = 0.05; _root.score = _root.score + 100; } if (this._x >= 668) { speed = speed - (speed * 2); acceleration = -0.05; } if ((vpoint >= 1) and (this._x <= 32)) { speed = speed - (speed * 2); acceleration = 0.05; } }
Instance of Symbol 67 MovieClip "enemy5" in Frame 35
onClipEvent (load) { this._x = random(500); this._y = random(-50); acceleration = 0.1; xspeed = 0; yspeed = 0; } onClipEvent (enterFrame) { if (this._y < _root.player._y) { if (yspeed > 0) { yspeed = yspeed + acceleration; } else { yspeed = yspeed + (acceleration * 5); } this._y = this._y + yspeed; } if (this._y > _root.player._y) { if (yspeed < 0) { yspeed = yspeed - acceleration; } else { yspeed = yspeed - (acceleration * 5); } this._y = this._y + yspeed; } if (this._x < _root.player._x) { if (xspeed > 0) { xspeed = xspeed + acceleration; } else { xspeed = xspeed + (acceleration * 5); } this._x = this._x + xspeed; } if (this._x > _root.player._x) { if (yspeed < 0) { xspeed = xspeed - acceleration; } else { xspeed = xspeed - (acceleration * 5); } this._x = this._x + xspeed; } if (this.hitTest(_root.player)) { _root.gotoAndStop(10); } if (this.hitTest(_root.orbitor)) { this._x = random(700); this._y = random(250) - 400; speed = random(7) + 2; _root.score = _root.score + 120; } }
Instance of Symbol 71 MovieClip "enemy8" in Frame 40
onClipEvent (load) { angle = 0; radius = random(150) + 100; debugy = 0; debugx = 0; radians = 0; rotationalspeed = random(3) + 3; reg = 0; regv = 1; } onClipEvent (enterFrame) { if (regv <= 0) { reg = reg + 1; } if ((reg >= 1) and (reg <= 144)) { this._x = 3000; } else { radians = angle * (Math.PI/180); debugy = Math.cos(radians) * radius; this._y = debugy + 250; debugx = Math.sin(radians) * radius; this._x = debugx + 350; angle = angle + rotationalspeed; if (angle >= 360) { angle = 0; } } if (this.hitTest(_root.player)) { angle = 0; radius = random(150) + 100; debugy = 0; debugx = 0; radians = 0; rotationalspeed = random(3) + 3; reg = 0; regv = 1; _root.gotoAndStop(10); } if (this.hitTest(_root.orbitor)) { regv = 0; _root.score = _root.score + 175; } }
Instance of Symbol 74 MovieClip in Frame 45
onClipEvent (enterFrame) { this._x = random(4) + 573.3; this._y = random(4) + 13; }
Instance of Symbol 61 MovieClip "cenemy6" in Frame 45
onClipEvent (load) { this._x = random(700); this._y = -80; speed = 2; vpoint = 0; acceleration = 0.05; } onClipEvent (enterFrame) { speed = speed + acceleration; if (speed >= 8) { speed = 8; } if (speed <= -8) { speed = -8; } this._y = this._y + speed; if (this.hitTest(_root.player)) { _root.gotoAndStop(10); } if (this._y >= 50) { vpoint = 1; } if (this.hitTest(_root.orbitor)) { this._x = random(700); this._y = -80; speed = 2; vpoint = 0; acceleration = 0.05; _root.score = _root.score + 100; } if (this._y >= 468) { speed = speed - (speed * 2); acceleration = -0.05; } if ((vpoint >= 1) and (this._y <= 32)) { speed = speed - (speed * 2); acceleration = 0.05; } }
Instance of Symbol 61 MovieClip "h_c2enemy6" in Frame 45
onClipEvent (load) { this._x = -80; this._y = random(500); speed = 2; vpoint = 0; acceleration = 0.05; } onClipEvent (enterFrame) { speed = speed + acceleration; if (speed >= 8) { speed = 8; } if (speed <= -8) { speed = -8; } this._x = this._x + speed; if (this.hitTest(_root.player)) { _root.gotoAndStop(10); } if (this._x >= 50) { vpoint = 1; } if (this.hitTest(_root.orbitor)) { this._x = -80; this._y = random(500); speed = 2; vpoint = 0; acceleration = 0.05; _root.score = _root.score + 100; } if (this._x >= 668) { speed = speed - (speed * 2); acceleration = -0.05; } if ((vpoint >= 1) and (this._x <= 32)) { speed = speed - (speed * 2); acceleration = 0.05; } }
Instance of Symbol 71 MovieClip "cenemy8" in Frame 45
onClipEvent (load) { angle = 0; radius = random(150) + 100; debugy = 0; debugx = 0; radians = 0; rotationalspeed = random(3) + 3; reg = 0; regv = 1; } onClipEvent (enterFrame) { if (regv <= 0) { reg = reg + 1; } if ((reg >= 1) and (reg <= 144)) { this._x = 3000; } else { radians = angle * (Math.PI/180); debugy = Math.cos(radians) * radius; this._y = debugy + 250; debugx = Math.sin(radians) * radius; this._x = debugx + 350; angle = angle + rotationalspeed; if (angle >= 360) { angle = 0; } } if (this.hitTest(_root.player)) { angle = 0; radius = random(150) + 100; debugy = 0; debugx = 0; radians = 0; rotationalspeed = random(3) + 3; reg = 0; regv = 1; _root.gotoAndStop(10); } if (this.hitTest(_root.orbitor)) { regv = 0; _root.score = _root.score + 175; } }
Instance of Symbol 78 MovieClip in Frame 45
onClipEvent (load) { flicker = 24; fcount = 0; } onClipEvent (enterFrame) { fcount = fcount + 1; if (fcount >= flicker) { fcount = 0; this._x = random(700); this._y = random(500); } if (this.hitTest(_root.player)) { _root.gotoAndStop(10); } }
Instance of Symbol 35 MovieClip "c4enemy" in Frame 45
onClipEvent (load) { this._x = random(700); this._y = -80; speed = random(3) + 2; } onClipEvent (enterFrame) { this._y = this._y + speed; if (this.hitTest(_root.player)) { _root.gotoAndStop(10); } if (this.hitTest(_root.orbitor)) { this._x = random(700); this._y = random(250) - 400; speed = random(7) + 2; _root.score = _root.score + 75; } if (this._y >= 600) { this._x = random(700); this._y = random(200) - 210; speed = random(7) + 2; } }
Instance of Symbol 35 MovieClip "c5enemy" in Frame 45
onClipEvent (load) { this._x = random(700); this._y = -80; speed = random(3) + 2; } onClipEvent (enterFrame) { this._y = this._y + speed; if (this.hitTest(_root.player)) { _root.gotoAndStop(10); } if (this.hitTest(_root.orbitor)) { this._x = random(700); this._y = random(250) - 400; speed = random(7) + 2; _root.score = _root.score + 75; } if (this._y >= 600) { this._x = random(700); this._y = random(200) - 210; speed = random(7) + 2; } }
Instance of Symbol 38 MovieClip "c5enemy2" in Frame 45
onClipEvent (load) { this._x = random(700); this._y = 580; speed = -(random(3) + 2); } onClipEvent (enterFrame) { this._y = this._y + speed; if (this.hitTest(_root.player)) { _root.gotoAndStop(10); } if (this.hitTest(_root.orbitor)) { this._x = random(700); this._y = (500 - random(250)) + 400; speed = -(random(7) + 2); _root.score = _root.score + 75; } if (this._y <= -100) { this._x = random(700); this._y = (500 - random(250)) + 400; speed = -(random(7) + 2); } }
Instance of Symbol 38 MovieClip "c4enemy2" in Frame 45
onClipEvent (load) { this._x = random(700); this._y = 580; speed = -(random(3) + 2); } onClipEvent (enterFrame) { this._y = this._y + speed; if (this.hitTest(_root.player)) { _root.gotoAndStop(10); } if (this.hitTest(_root.orbitor)) { this._x = random(700); this._y = (500 - random(250)) + 400; speed = -(random(7) + 2); _root.score = _root.score + 75; } if (this._y <= -100) { this._x = random(700); this._y = (500 - random(250)) + 400; speed = -(random(7) + 2); } }
Instance of Symbol 53 MovieClip "c4enemy3" in Frame 45
onClipEvent (load) { this._x = -80; this._y = random(500); speed = random(3) + 2; } onClipEvent (enterFrame) { this._x = this._x + speed; if (this.hitTest(_root.player)) { _root.gotoAndStop(10); } if (this.hitTest(_root.orbitor)) { this._x = random(250) - 400; this._y = random(500); speed = random(7) + 2; _root.score = _root.score + 80; } if (this._x >= 800) { this._x = random(250) - 400; this._y = random(500); speed = random(7) + 2; } }
Instance of Symbol 53 MovieClip "c3enemy3" in Frame 45
onClipEvent (load) { this._x = -80; this._y = random(500); speed = random(3) + 2; } onClipEvent (enterFrame) { this._x = this._x + speed; if (this.hitTest(_root.player)) { _root.gotoAndStop(10); } if (this.hitTest(_root.orbitor)) { this._x = random(250) - 400; this._y = random(500); speed = random(7) + 2; _root.score = _root.score + 80; } if (this._x >= 800) { this._x = random(250) - 400; this._y = random(500); speed = random(7) + 2; } }
Instance of Symbol 57 MovieClip "c3enemy4" in Frame 45
onClipEvent (load) { this._x = 780; this._y = random(500); speed = -(random(3) + 2); } onClipEvent (enterFrame) { this._x = this._x + speed; if (this.hitTest(_root.player)) { _root.gotoAndStop(10); } if (this.hitTest(_root.orbitor)) { this._x = (700 - random(250)) + 400; this._y = random(500); speed = -(random(7) + 2); _root.score = _root.score + 80; } if (this._x <= -100) { this._x = (700 - random(250)) + 400; this._y = random(500); speed = -(random(7) + 2); } }
Instance of Symbol 57 MovieClip "c4enemy4" in Frame 45
onClipEvent (load) { this._x = 780; this._y = random(500); speed = -(random(3) + 2); } onClipEvent (enterFrame) { this._x = this._x + speed; if (this.hitTest(_root.player)) { _root.gotoAndStop(10); } if (this.hitTest(_root.orbitor)) { this._x = (700 - random(250)) + 400; this._y = random(500); speed = -(random(7) + 2); _root.score = _root.score + 80; } if (this._x <= -100) { this._x = (700 - random(250)) + 400; this._y = random(500); speed = -(random(7) + 2); } }
Instance of Symbol 67 MovieClip "cenemy5" in Frame 45
onClipEvent (load) { this._x = random(500); this._y = random(-50); acceleration = 0.1; xspeed = 0; yspeed = 0; } onClipEvent (enterFrame) { if (this._y < _root.player._y) { if (yspeed > 0) { yspeed = yspeed + acceleration; } else { yspeed = yspeed + (acceleration * 5); } this._y = this._y + yspeed; } if (this._y > _root.player._y) { if (yspeed < 0) { yspeed = yspeed - acceleration; } else { yspeed = yspeed - (acceleration * 5); } this._y = this._y + yspeed; } if (this._x < _root.player._x) { if (xspeed > 0) { xspeed = xspeed + acceleration; } else { xspeed = xspeed + (acceleration * 5); } this._x = this._x + xspeed; } if (this._x > _root.player._x) { if (yspeed < 0) { xspeed = xspeed - acceleration; } else { xspeed = xspeed - (acceleration * 5); } this._x = this._x + xspeed; } if (this.hitTest(_root.player)) { _root.gotoAndStop(10); } if (this.hitTest(_root.orbitor)) { this._x = random(700); this._y = random(250) - 400; speed = random(7) + 2; _root.score = _root.score + 120; } }
Frame 55
stop();
Instance of Symbol 18 MovieClip "player" in Frame 55
onClipEvent (enterFrame) { Mouse.hide(); this._x = _root._xmouse; this._y = _root._ymouse; }
Symbol 9 Button
on (release) { gotoAndStop (20); }
Symbol 12 Button
on (release) { gotoAndStop (55); }
Symbol 15 Button
on (release) { gotoAndStop (15); }
Symbol 28 Button
on (release) { gotoAndStop (5); }
Symbol 40 MovieClip Frame 1
scoreincreaserate = 1; if ((_root.score >= 3000) and (_root.score <= 3450)) { _root.gotoAndStop(25); } if ((_root.score >= 6000) and (_root.score <= 6450)) { _root.gotoAndStop(30); scoreincreaserate = 2; } if ((_root.score >= 12000) and (_root.score <= 12450)) { _root.gotoAndStop(35); } if ((_root.score >= 24000) and (_root.score <= 24450)) { _root.gotoAndStop(40); scoreincreaserate = 3; } if ((_root.score >= 32000) and (_root.score <= 32450)) { _root.gotoAndStop(45); scoreincreaserate = 5; } _root.score = _root.score + scoreincreaserate;
Symbol 81 Button
on (release) { gotoAndStop (20); }

Library Items

Symbol 1 BitmapUsed by:2
Symbol 2 GraphicUses:1Used by:Timeline
Symbol 3 FontUsed by:4 7 8 10 11 13 14 21 23 24 25 26 27 29 30 31 32 41 50 54 58 62 63 64 68 72 73 75 79 80
Symbol 4 TextUses:3Used by:Timeline
Symbol 5 BitmapUsed by:6
Symbol 6 GraphicUses:5Used by:9 12 15 28 81
Symbol 7 TextUses:3Used by:9 81
Symbol 8 TextUses:3Used by:9 81
Symbol 9 ButtonUses:6 7 8Used by:Timeline
Symbol 10 TextUses:3Used by:12
Symbol 11 TextUses:3Used by:12
Symbol 12 ButtonUses:6 10 11Used by:Timeline
Symbol 13 TextUses:3Used by:15
Symbol 14 TextUses:3Used by:15
Symbol 15 ButtonUses:6 13 14Used by:Timeline
Symbol 16 BitmapUsed by:17
Symbol 17 GraphicUses:16Used by:18
Symbol 18 MovieClipUses:17Used by:Timeline
Symbol 19 SoundUsed by:Timeline
Symbol 20 GraphicUsed by:Timeline
Symbol 21 TextUses:3Used by:Timeline
Symbol 22 GraphicUsed by:Timeline
Symbol 23 EditableTextUses:3Used by:Timeline
Symbol 24 TextUses:3Used by:Timeline
Symbol 25 TextUses:3Used by:Timeline
Symbol 26 TextUses:3Used by:28
Symbol 27 TextUses:3Used by:28
Symbol 28 ButtonUses:6 26 27Used by:Timeline
Symbol 29 TextUses:3Used by:Timeline
Symbol 30 TextUses:3Used by:Timeline
Symbol 31 TextUses:3Used by:Timeline
Symbol 32 TextUses:3Used by:Timeline
Symbol 33 BitmapUsed by:34
Symbol 34 GraphicUses:33Used by:35
Symbol 35 MovieClipUses:34Used by:Timeline
Symbol 36 BitmapUsed by:37
Symbol 37 GraphicUses:36Used by:38
Symbol 38 MovieClipUses:37Used by:Timeline
Symbol 39 GraphicUsed by:40
Symbol 40 MovieClipUses:39Used by:Timeline
Symbol 41 EditableTextUses:3Used by:Timeline
Symbol 42 BitmapUsed by:43
Symbol 43 GraphicUses:42Used by:44
Symbol 44 MovieClipUses:43Used by:Timeline
Symbol 45 GraphicUsed by:46
Symbol 46 MovieClipUses:45Used by:Timeline
Symbol 47 BitmapUsed by:48
Symbol 48 GraphicUses:47Used by:49
Symbol 49 MovieClipUses:48Used by:Timeline
Symbol 50 TextUses:3Used by:Timeline
Symbol 51 BitmapUsed by:52
Symbol 52 GraphicUses:51Used by:53
Symbol 53 MovieClipUses:52Used by:Timeline
Symbol 54 EditableTextUses:3Used by:Timeline
Symbol 55 BitmapUsed by:56
Symbol 56 GraphicUses:55Used by:57
Symbol 57 MovieClipUses:56Used by:Timeline
Symbol 58 TextUses:3Used by:Timeline
Symbol 59 BitmapUsed by:60
Symbol 60 GraphicUses:59Used by:61
Symbol 61 MovieClipUses:60Used by:Timeline
Symbol 62 EditableTextUses:3Used by:Timeline
Symbol 63 TextUses:3Used by:Timeline
Symbol 64 EditableTextUses:3Used by:Timeline
Symbol 65 BitmapUsed by:66
Symbol 66 GraphicUses:65Used by:67
Symbol 67 MovieClipUses:66Used by:Timeline
Symbol 68 TextUses:3Used by:Timeline
Symbol 69 BitmapUsed by:70
Symbol 70 GraphicUses:69Used by:71
Symbol 71 MovieClipUses:70Used by:Timeline
Symbol 72 EditableTextUses:3Used by:Timeline
Symbol 73 TextUses:3Used by:74
Symbol 74 MovieClipUses:73Used by:Timeline
Symbol 75 EditableTextUses:3Used by:Timeline
Symbol 76 BitmapUsed by:77
Symbol 77 GraphicUses:76Used by:78
Symbol 78 MovieClipUses:77Used by:Timeline
Symbol 79 TextUses:3Used by:Timeline
Symbol 80 TextUses:3Used by:Timeline
Symbol 81 ButtonUses:6 7 8Used by:Timeline

Instance Names

"selector"Frame 1Symbol 18 MovieClip
"enemy"Frame 20Symbol 35 MovieClip
"cenemy"Frame 20Symbol 35 MovieClip
"c2enemy"Frame 20Symbol 35 MovieClip
"enemy2"Frame 20Symbol 38 MovieClip
"cenemy2"Frame 20Symbol 38 MovieClip
"c2enemy2"Frame 20Symbol 38 MovieClip
"c3enemy"Frame 20Symbol 35 MovieClip
"c3enemy2"Frame 20Symbol 38 MovieClip
"player"Frame 20Symbol 46 MovieClip
"orbitor"Frame 20Symbol 49 MovieClip
"enemy3"Frame 25Symbol 53 MovieClip
"cenemy3"Frame 25Symbol 53 MovieClip
"c2enemy3"Frame 25Symbol 53 MovieClip
"enemy4"Frame 25Symbol 57 MovieClip
"cenemy4"Frame 25Symbol 57 MovieClip
"c2enemy4"Frame 25Symbol 57 MovieClip
"enemy6"Frame 30Symbol 61 MovieClip
"h_cenemy6"Frame 30Symbol 61 MovieClip
"enemy5"Frame 35Symbol 67 MovieClip
"enemy8"Frame 40Symbol 71 MovieClip
"cenemy6"Frame 45Symbol 61 MovieClip
"h_c2enemy6"Frame 45Symbol 61 MovieClip
"cenemy8"Frame 45Symbol 71 MovieClip
"c4enemy"Frame 45Symbol 35 MovieClip
"c5enemy"Frame 45Symbol 35 MovieClip
"c5enemy2"Frame 45Symbol 38 MovieClip
"c4enemy2"Frame 45Symbol 38 MovieClip
"c4enemy3"Frame 45Symbol 53 MovieClip
"c3enemy3"Frame 45Symbol 53 MovieClip
"c3enemy4"Frame 45Symbol 57 MovieClip
"c4enemy4"Frame 45Symbol 57 MovieClip
"cenemy5"Frame 45Symbol 67 MovieClip
"player"Frame 55Symbol 18 MovieClip

Special Tags

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

Dynamic Text Variables

scoreSymbol 23 EditableText""
scoreSymbol 41 EditableText""
scoreSymbol 54 EditableText""
scoreSymbol 62 EditableText""
scoreSymbol 64 EditableText""
scoreSymbol 72 EditableText""
scoreSymbol 75 EditableText""




http://swfchan.com/10/48387/info.shtml
Created: 30/4 -2019 01:23:10 Last modified: 30/4 -2019 01:23:10 Server time: 29/04 -2024 11:16:20