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

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

Election 2004.swf

This is the info page for
Flash #27264

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


Text
Help President Bush get relected. You job is to help the
President get though 5 tought levels of the election.
Each new level presents more obstacles to dodge.

DODGEBALL

<P ALIGN="LEFT"><FONT FACE="Arial" SIZE="12" COLOR="#FF0000">Play</FONT></P>

<P ALIGN="LEFT"><FONT FACE="Arial" SIZE="12" COLOR="#CCCCCC">Play</FONT></P>

<P ALIGN="LEFT"><FONT FACE="Arial" SIZE="12" COLOR="#FF0000">Play</FONT></P>

Play

Help Bush get relected, dodge all the obstacles.
You have 30 seconds in each level. Good luck.

ELECTION 2004

Level 2

Ready..GO

Ready..GO

Ready..GO

Ready..GO

Ready..GO

Ready..GO

Level 3

Ready..GO

Ready..GO

Ready..GO

Ready..GO

Ready..GO

Ready..GO

Level 4

Ready..GO

Ready..GO

Ready..GO

Ready..GO

Ready..GO

Ready..GO

Level 5

Ready..GO

Ready..GO

Ready..GO

Ready..GO

Ready..GO

Ready..GO

00

<P ALIGN="RIGHT"><FONT FACE="Arial" SIZE="10" COLOR="#FF0000">Time :</FONT></P>

<P ALIGN="LEFT"><FONT FACE="Arial" SIZE="12" COLOR="#FF0000">You Win</FONT></P>

<P ALIGN="LEFT"><FONT FACE="Arial" SIZE="12" COLOR="#FF0000">Play again</FONT></P>

<P ALIGN="LEFT"><FONT FACE="Arial" SIZE="12" COLOR="#CCCCCC">Play again</FONT></P>

<P ALIGN="LEFT"><FONT FACE="Arial" SIZE="12" COLOR="#FF0000">Play again</FONT></P>

<P ALIGN="LEFT"><FONT FACE="Arial" SIZE="12" COLOR="#FF0000">Play again</FONT></P>

"Any time you got the Pope and the Dixie Chicks against you, your time is up."

- Moore 2003 Academy Awards, referring to George W Bush and Iraq War

00

<P ALIGN="RIGHT"><FONT FACE="Arial" SIZE="10" COLOR="#FF0000">Time :</FONT></P>

<P ALIGN="LEFT"><FONT FACE="Arial" SIZE="12" COLOR="#FF0000">Game Over</FONT></P>

ActionScript [AS1/AS2]

Frame 1
function updateTimer() { buttonPressTime = (getTimer() / 1000) - pauseLength; pause(); } function restartTimer() { hours = "00"; minutes = "00"; seconds = "00"; buttonPressTime = (getTimer() / 1000) - pauseLength; pause(); } function pause() { pauseTime = getTimer() / 1000; timing = false; } function finish() { if (_root.seconds >= 30) { _root.pause(); _root.restartTimer(); nextFrame(); } } function unpause() { unpauseTime = getTimer() / 1000; pauseLength = (unpauseTime - pauseTime) + pauseLength; timing = true; } _root.onEnterFrame = function () { totalTime = (getTimer() / 1000) - pauseLength; goTime = totalTime - buttonPressTime; if (timing) { hours = Math.floor(goTime / 3600); minutes = Math.floor(((goTime / 3600) - hours) * 60); seconds = Math.floor(((((goTime / 3600) - hours) * 60) - minutes) * 60); if (seconds < 10) { seconds = "0" + seconds; } if (minutes < 10) { minutes = "0" + minutes; } if (hours < 10) { hours = "0" + hours; } } }; stop(); stop();
Frame 2
keying = 2; unpause(); stop(); function getdistance(x, y, x1, y1) { var run; var rise; run = x1 - x; rise = y1 - y; return(_root.hyp(run, rise)); } function hyp(a, b) { return(Math.sqrt((a * a) + (b * b))); } MovieClip.prototype.reset = function () { width = 457; height = 325; var dist; var norm; this.x = this._x; this.y = this._y; this.speed = (Math.random() * 4) + 2; this.targx = Math.random() * width; this.targy = Math.random() * height; dist = _root.getdistance(this.x, this.y, this.targx, this.targy); norm = this.speed / dist; this.diffx = (this.targx - this.x) * norm; this.diffy = (this.targy - this.y) * norm; }; MovieClip.prototype.move = function () { if (_root.getdistance(this.x, this.y, this.targx, this.targy) > this.speed) { this.x = this.x + this.diffx; this.y = this.y + this.diffy; } else { this.x = this.targx; this.y = this.targy; if (!this.t) { this.t = getTimer(); } if ((getTimer() - this.t) > 1000) { this.reset(); this.t = 0; } } this._x = this.x; this._y = this.y; };
Instance of Symbol 32 MovieClip in Frame 2
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 35 MovieClip in Frame 2
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 32 MovieClip in Frame 2
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 35 MovieClip in Frame 2
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 32 MovieClip in Frame 2
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 35 MovieClip in Frame 2
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 42 MovieClip "Nave" in Frame 2
onClipEvent (load) { speed = 5; } onClipEvent (enterFrame) { _root.finish(); if (_root.keying == 2) { if (Key.isDown(37) && (!Key.isDown(39))) { _x = (_x - speed); _rotation = 270; } if (Key.isDown(39) && (!Key.isDown(37))) { _x = (_x + speed); _rotation = 90; } if (Key.isDown(38) && (!Key.isDown(40))) { _y = (_y - speed); _rotation = 0; } if (Key.isDown(40) && (!Key.isDown(38))) { _y = (_y + speed); _rotation = 180; } if (((Key.isDown(37) && (Key.isDown(38))) && (!Key.isDown(39))) && (!Key.isDown(40))) { _rotation = 315; } if (((Key.isDown(39) && (Key.isDown(38))) && (!Key.isDown(37))) && (!Key.isDown(40))) { _rotation = 45; } if (((Key.isDown(37) && (Key.isDown(40))) && (!Key.isDown(39))) && (!Key.isDown(38))) { _rotation = 225; } if (((Key.isDown(39) && (Key.isDown(40))) && (!Key.isDown(37))) && (!Key.isDown(38))) { _rotation = 135; } } if (_y < 0) { _y = 285; } if (_y > 285) { _y = 0; } if (_x < 0) { _x = 510; } if (_x > 510) { _x = 0; } }
Frame 3
_root.pause(); stop();
Frame 4
_root.unpause(); stop();
Instance of Symbol 32 MovieClip in Frame 4
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 35 MovieClip in Frame 4
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 32 MovieClip in Frame 4
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 35 MovieClip in Frame 4
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 32 MovieClip in Frame 4
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 35 MovieClip in Frame 4
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 32 MovieClip in Frame 4
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 35 MovieClip in Frame 4
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 42 MovieClip "Nave" in Frame 4
onClipEvent (load) { speed = 4; } onClipEvent (enterFrame) { _root.finish(); if (_root.keying == 2) { if (Key.isDown(37) && (!Key.isDown(39))) { _x = (_x - speed); _rotation = 270; } if (Key.isDown(39) && (!Key.isDown(37))) { _x = (_x + speed); _rotation = 90; } if (Key.isDown(38) && (!Key.isDown(40))) { _y = (_y - speed); _rotation = 0; } if (Key.isDown(40) && (!Key.isDown(38))) { _y = (_y + speed); _rotation = 180; } if (((Key.isDown(37) && (Key.isDown(38))) && (!Key.isDown(39))) && (!Key.isDown(40))) { _rotation = 315; } if (((Key.isDown(39) && (Key.isDown(38))) && (!Key.isDown(37))) && (!Key.isDown(40))) { _rotation = 45; } if (((Key.isDown(37) && (Key.isDown(40))) && (!Key.isDown(39))) && (!Key.isDown(38))) { _rotation = 225; } if (((Key.isDown(39) && (Key.isDown(40))) && (!Key.isDown(37))) && (!Key.isDown(38))) { _rotation = 135; } } if (_y < 0) { _y = 285; } if (_y > 285) { _y = 0; } if (_x < 0) { _x = 510; } if (_x > 510) { _x = 0; } }
Frame 5
_root.pause(); stop();
Frame 6
_root.unpause(); stop();
Instance of Symbol 32 MovieClip in Frame 6
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 35 MovieClip in Frame 6
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 32 MovieClip in Frame 6
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 35 MovieClip in Frame 6
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 32 MovieClip in Frame 6
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 35 MovieClip in Frame 6
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 32 MovieClip in Frame 6
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 35 MovieClip in Frame 6
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 32 MovieClip in Frame 6
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 35 MovieClip in Frame 6
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 42 MovieClip "Nave" in Frame 6
onClipEvent (load) { speed = 3; } onClipEvent (enterFrame) { _root.finish(); if (_root.keying == 2) { if (Key.isDown(37) && (!Key.isDown(39))) { _x = (_x - speed); _rotation = 270; } if (Key.isDown(39) && (!Key.isDown(37))) { _x = (_x + speed); _rotation = 90; } if (Key.isDown(38) && (!Key.isDown(40))) { _y = (_y - speed); _rotation = 0; } if (Key.isDown(40) && (!Key.isDown(38))) { _y = (_y + speed); _rotation = 180; } if (((Key.isDown(37) && (Key.isDown(38))) && (!Key.isDown(39))) && (!Key.isDown(40))) { _rotation = 315; } if (((Key.isDown(39) && (Key.isDown(38))) && (!Key.isDown(37))) && (!Key.isDown(40))) { _rotation = 45; } if (((Key.isDown(37) && (Key.isDown(40))) && (!Key.isDown(39))) && (!Key.isDown(38))) { _rotation = 225; } if (((Key.isDown(39) && (Key.isDown(40))) && (!Key.isDown(37))) && (!Key.isDown(38))) { _rotation = 135; } } if (_y < 0) { _y = 285; } if (_y > 285) { _y = 0; } if (_x < 0) { _x = 510; } if (_x > 510) { _x = 0; } }
Frame 7
_root.pause(); stop();
Frame 8
_root.unpause(); stop();
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 35 MovieClip in Frame 8
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 35 MovieClip in Frame 8
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 35 MovieClip in Frame 8
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 35 MovieClip in Frame 8
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 35 MovieClip in Frame 8
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 32 MovieClip in Frame 8
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 35 MovieClip in Frame 8
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 42 MovieClip "Nave" in Frame 8
onClipEvent (load) { speed = 3; } onClipEvent (enterFrame) { _root.finish(); if (_root.keying == 2) { if (Key.isDown(37) && (!Key.isDown(39))) { _x = (_x - speed); _rotation = 270; } if (Key.isDown(39) && (!Key.isDown(37))) { _x = (_x + speed); _rotation = 90; } if (Key.isDown(38) && (!Key.isDown(40))) { _y = (_y - speed); _rotation = 0; } if (Key.isDown(40) && (!Key.isDown(38))) { _y = (_y + speed); _rotation = 180; } if (((Key.isDown(37) && (Key.isDown(38))) && (!Key.isDown(39))) && (!Key.isDown(40))) { _rotation = 315; } if (((Key.isDown(39) && (Key.isDown(38))) && (!Key.isDown(37))) && (!Key.isDown(40))) { _rotation = 45; } if (((Key.isDown(37) && (Key.isDown(40))) && (!Key.isDown(39))) && (!Key.isDown(38))) { _rotation = 225; } if (((Key.isDown(39) && (Key.isDown(40))) && (!Key.isDown(37))) && (!Key.isDown(38))) { _rotation = 135; } } if (_y < 0) { _y = 285; } if (_y > 285) { _y = 0; } if (_x < 0) { _x = 510; } if (_x > 510) { _x = 0; } }
Frame 9
_root.pause(); stop();
Frame 10
_root.unpause(); stop();
Instance of Symbol 32 MovieClip in Frame 10
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 35 MovieClip in Frame 10
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 32 MovieClip in Frame 10
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 35 MovieClip in Frame 10
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 32 MovieClip in Frame 10
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 35 MovieClip in Frame 10
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 32 MovieClip in Frame 10
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 35 MovieClip in Frame 10
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 32 MovieClip in Frame 10
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 35 MovieClip in Frame 10
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 32 MovieClip in Frame 10
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 35 MovieClip in Frame 10
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 32 MovieClip in Frame 10
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 35 MovieClip in Frame 10
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.gotoAndStop("gameover"); _root.pause(); } }
Instance of Symbol 42 MovieClip "Nave" in Frame 10
onClipEvent (load) { speed = 2; } onClipEvent (enterFrame) { _root.finish(); if (_root.keying == 2) { if (Key.isDown(37) && (!Key.isDown(39))) { _x = (_x - speed); _rotation = 270; } if (Key.isDown(39) && (!Key.isDown(37))) { _x = (_x + speed); _rotation = 90; } if (Key.isDown(38) && (!Key.isDown(40))) { _y = (_y - speed); _rotation = 0; } if (Key.isDown(40) && (!Key.isDown(38))) { _y = (_y + speed); _rotation = 180; } if (((Key.isDown(37) && (Key.isDown(38))) && (!Key.isDown(39))) && (!Key.isDown(40))) { _rotation = 315; } if (((Key.isDown(39) && (Key.isDown(38))) && (!Key.isDown(37))) && (!Key.isDown(40))) { _rotation = 45; } if (((Key.isDown(37) && (Key.isDown(40))) && (!Key.isDown(39))) && (!Key.isDown(38))) { _rotation = 225; } if (((Key.isDown(39) && (Key.isDown(40))) && (!Key.isDown(37))) && (!Key.isDown(38))) { _rotation = 135; } } if (_y < 0) { _y = 285; } if (_y > 285) { _y = 0; } if (_x < 0) { _x = 510; } if (_x > 510) { _x = 0; } }
Frame 11
stop(); _root.pause(); stop();
Frame 12
stop(); _root.pause(); stop();
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.pause(); } }
Instance of Symbol 35 MovieClip in Frame 12
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.pause(); } }
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.pause(); } }
Instance of Symbol 35 MovieClip in Frame 12
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.pause(); } }
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.pause(); } }
Instance of Symbol 35 MovieClip in Frame 12
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.pause(); } }
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.pause(); } }
Instance of Symbol 35 MovieClip in Frame 12
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.pause(); } }
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.pause(); } }
Instance of Symbol 35 MovieClip in Frame 12
onClipEvent (enterFrame) { move(); if (this.hitTest(_root.NAVE)) { _root.NAVE.play(); _root.pause(); } }
Symbol 5 Button
on (release) { getURL ("http://www.2flashgames.com", "_blank"); }
Symbol 25 Button
on (release) { gotoAndStop (2); }
Symbol 50 MovieClip Frame 36
tellTarget ("../") { play(); }; stop();
Symbol 58 MovieClip Frame 36
tellTarget ("../") { play(); }; stop();
Symbol 66 MovieClip Frame 36
tellTarget ("../") { play(); }; stop();
Symbol 74 MovieClip Frame 36
tellTarget ("../") { play(); }; stop();
Symbol 88 Button
on (release) { restartTimer(); gotoAndStop (2); }

Library Items

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

Instance Names

"Nave"Frame 2Symbol 42 MovieClip
"Nave"Frame 3Symbol 42 MovieClip
"Nave"Frame 4Symbol 42 MovieClip
"Nave"Frame 5Symbol 42 MovieClip
"Nave"Frame 6Symbol 42 MovieClip
"Nave"Frame 7Symbol 42 MovieClip
"Nave"Frame 8Symbol 42 MovieClip
"Nave"Frame 9Symbol 42 MovieClip
"Nave"Frame 10Symbol 42 MovieClip
"Nave"Frame 11Symbol 42 MovieClip

Labels

"gameover"Frame 12

Dynamic Text Variables

minutesSymbol 75 EditableText"00"
secondsSymbol 76 EditableText""
minutesSymbol 92 EditableText"00"
secondsSymbol 93 EditableText""




http://swfchan.com/6/27264/info.shtml
Created: 21/5 -2019 18:34:44 Last modified: 21/5 -2019 18:34:44 Server time: 14/05 -2024 17:20:09