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

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

3XA - Flight of Death V1.5.swf

This is the info page for
Flash #67446

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


Text
3    A Charm

X

Mute

song1

song2

Your spaceship is out of control...

Your spaceship's speed is increasing,
Your lasers are depleted...

Use the Up & Down arrows to move... Up & Down (Idiots)
Try not to hit an astroid, you got 3 Lives, G`Luck

Your only chance is to ride it out,
just pray for a nearby space stop.

Easy

Hard

Mid.

Bonus
Mode

<p align="left"></p>

<p align="left"></p>

Score:

Lives:

I... Can't... Believe... That You Lost, Loser

Credits:

GFX -
Cajunredneck - Did the kewl space graphics
Paragon_pvp - Did the kick ass Explosion and the astroids
CODING -
Cryzabey - Did all of the coding

Your Score:

<p align="left"></p>

Try Again?

Galacti-Games

name0

score0

name0

score0

name0

score0

name0

score0

name0

score0

name0

score0

name0

score0

name0

score0

name0

score0

name0

score0

NAME:

SUBMIT SCORE

SUBMIT SCORE

ActionScript [AS1/AS2]

Frame 2
_root.audio.gotoAndStop(2); score = 0; myscore = 0; life = 3; cow = 0; starsSpeed = 4; dif = 0;
Frame 3
stop(); if (cow == 1) { if (life >= 1) { _root.gotoAndStop("fly"); } if (_root.life < 1) { _root.gotoAndStop("cred"); } }
Instance of Symbol 58 MovieClip "mainstars" in Frame 3
onClipEvent (load) { stars.duplicateMovieClip("stars2", 1000); stars2._x = stars._x + stars._width; starsStartx = this._x; } onClipEvent (enterFrame) { this._x = this._x - _root.starsSpeed; if (this._x <= (starsStartx - stars._width)) { this._x = starsStartx - _root.starsSpeed; } }
Instance of Symbol 58 MovieClip "mainstars" in Frame 3
onClipEvent (load) { stars.duplicateMovieClip("stars2", 1000); stars2._x = stars._x + stars._width; starsStartx = this._x; } onClipEvent (enterFrame) { this._x = this._x - _root.starsSpeed; if (this._x <= (starsStartx - stars._width)) { this._x = starsStartx - _root.starsSpeed; } }
Frame 4
stop(); enemySpeed = 2; starsSpeed = enemySpeed + 3; cow = 1;
Instance of Symbol 58 MovieClip "mainstars" in Frame 4
onClipEvent (load) { stars.duplicateMovieClip("stars2", 1000); stars2._x = stars._x + stars._width; starsStartx = this._x; } onClipEvent (enterFrame) { this._x = this._x - _root.starsSpeed; if (this._x <= (starsStartx - stars._width)) { this._x = starsStartx - _root.starsSpeed; } }
Instance of Symbol 61 MovieClip in Frame 4
onClipEvent (enterFrame) { this._y = 188.8; this._x = this._x - _root.starsSpeed; if (this._x <= -600) { this._x = 600; } }
Instance of Symbol 61 MovieClip in Frame 4
onClipEvent (enterFrame) { this._y = 188.8; this._x = this._x - _root.starsSpeed; if (this._x <= -600) { this._x = 600; } }
Instance of Symbol 82 MovieClip "spaceship" in Frame 4
onClipEvent (load) { moveSpeed = 10; scrollStart = false; } onClipEvent (enterFrame) { if (Key.isDown(40)) { this._y = this._y + moveSpeed; } else if (Key.isDown(38)) { this._y = this._y - moveSpeed; } if (Key.isDown(39)) { this._x = this._x + moveSpeed; } else if (Key.isDown(37)) { this._x = this._x - moveSpeed; } if (this._y <= 27) { this._y = 27; } if (this._y >= 240) { this._y = 240; } if (this._x <= 5) { this._x = 5; } if (this._x >= 150) { this._x = 150; } }
Instance of Symbol 89 MovieClip "roid2" in Frame 4
onClipEvent (load) { function reset() { this._x = 600 + random(400); this._y = random(213) + 27; this.gotoAndPlay(random(250)); } reset(); } onClipEvent (enterFrame) { this._x = this._x - (_root.enemySpeed + random(3)); if (this._x < -10) { reset(); } if (_root.dif == 4) { this._y = 900; } }
Instance of Symbol 91 MovieClip "roid3" in Frame 4
onClipEvent (load) { function reset() { this._x = 600 + random(400); this._y = random(213) + 27; this.gotoAndPlay(random(250)); } reset(); } onClipEvent (enterFrame) { this._x = this._x - (_root.enemySpeed + random(3)); if (this._x < -10) { reset(); } }
Instance of Symbol 93 MovieClip "roid4" in Frame 4
onClipEvent (load) { function reset() { this._x = 600 + random(400); this._y = random(213) + 27; this.gotoAndPlay(random(333)); } reset(); } onClipEvent (enterFrame) { this._x = this._x - (_root.enemySpeed + random(3)); if (this._x < -10) { reset(); } if (_root.dif == 4) { this._y = 900; } }
Instance of Symbol 95 MovieClip "roid1" in Frame 4
onClipEvent (load) { function reset() { this._x = 600 + random(400); this._y = random(213) + 27; this.gotoAndPlay(random(335)); } reset(); } onClipEvent (enterFrame) { this._x = this._x - (_root.enemySpeed + random(3)); if (this._x < -10) { reset(); } if (_root.dif == 4) { this._y = 900; } }
Instance of Symbol 58 MovieClip "mainstars" in Frame 5
onClipEvent (load) { stars.duplicateMovieClip("stars2", 1000); stars2._x = stars._x + stars._width; starsStartx = this._x; } onClipEvent (enterFrame) { this._x = this._x - _root.starsSpeed; if (this._x <= (starsStartx - stars._width)) { this._x = starsStartx - _root.starsSpeed; } }
Instance of Symbol 58 MovieClip "mainstars" in Frame 5
onClipEvent (load) { stars.duplicateMovieClip("stars2", 1000); stars2._x = stars._x + stars._width; starsStartx = this._x; } onClipEvent (enterFrame) { this._x = this._x - _root.starsSpeed; if (this._x <= (starsStartx - stars._width)) { this._x = starsStartx - _root.starsSpeed; } }
Frame 6
if (_root.dif == 3) { _root.scoretable.filename = "http://rykscripts.com/scores/highscores.sco"; } if (_root.dif == 2) { _root.scoretable.filename = "http://rykscripts.com/scores/mid.sco"; } if (_root.dif == 1) { _root.scoretable.filename = "http://rykscripts.com/scores/easy.sco"; } if (_root.dif == 4) { _root.scoretable.filename = "http://rykscripts.com/scores/bonus.sco"; } _root.scoretable.scoresize = 10; _root.scoretable.action = "VIEW"; _root.scoretable.viewtype = "FLASH"; _root.scoretable.winname = name; _root.scoretable.winscore = score; _root.scoretable.loadVariables("http://rykscripts.com/scores.php", "GET");
Frame 15
stop();
Frame 16
if (_root.dif == 3) { _root.scoretable.filename = "/scores/highscores.sco"; } if (_root.dif == 2) { _root.scoretable.filename = "/scores/mid.sco"; } if (_root.dif == 1) { _root.scoretable.filename = "/scores/easy.sco"; } if (_root.dif == 4) { _root.scoretable.filename = "/scores/bonus.sco"; } _root.scoretable.scoresize = 10; _root.scoretable.action = "INSERT"; _root.scoretable.viewtype = "FLASH"; _root.scoretable.winname = name; _root.scoretable.winscore = score; _root.scoretable.loadVariables("http://rykscripts.com/scores.php", "GET");
Frame 25
gotoAndPlay ("hscores"); score = 0;
Symbol 14 MovieClip Frame 1
stop();
Symbol 15 Button
on (release) { getURL ("http://www.rykscripts.com", "Air Craft"); }
Symbol 20 Button
on (release) { _root.gotoAndPlay(2); }
Symbol 21 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { gotoAndStop ("loaded"); }
Symbol 21 MovieClip Frame 2
gotoAndPlay (1);
Symbol 26 Button
on (press) { stopAllSounds(); }
Symbol 30 Button
on (release) { stopAllSounds(); _root.audio.gotoAndStop(2); }
Symbol 32 Button
on (release) { stopAllSounds(); _root.audio.gotoAndStop(4); }
Symbol 36 MovieClip Frame 1
stop();
Symbol 36 MovieClip Frame 2
stop();
Symbol 46 Button
on (release) { gotoAndStop ("fly"); _root.dif = 1; }
Symbol 49 Button
on (release) { gotoAndStop ("fly"); _root.dif = 3; }
Symbol 53 Button
on (release) { gotoAndStop ("fly"); _root.dif = 2; }
Symbol 55 Button
on (release) { gotoAndStop ("fly"); _root.dif = 4; }
Symbol 81 MovieClip Frame 39
_root.gotoAndStop(3);
Symbol 82 MovieClip Frame 1
_root.score = _root.score + 10; if (_root.dif == 2) { _root.enemySpeed = _root.enemySpeed + 0.031; _root.starsSpeed = _root.starsSpeed + 0.031; } if (_root.dif == 1) { _root.enemySpeed = _root.enemySpeed + 0.023; _root.starsSpeed = _root.starsSpeed + 0.023; } if (_root.dif == 3) { _root.enemySpeed = _root.enemySpeed + 0.046; _root.starsSpeed = _root.starsSpeed + 0.046; } if (_root.dif == 4) { _root.enemySpeed = _root.enemySpeed + 0.1; _root.starsSpeed = _root.starsSpeed + 0.1; }
Instance of Symbol 63 MovieClip in Symbol 82 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.roid1)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } if (this.hitTest(_root.roid2)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } if (this.hitTest(_root.roid3)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } if (this.hitTest(_root.roid4)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } }
Symbol 82 MovieClip Frame 4
_root.score = _root.score + 10; if (_root.dif == 2) { _root.enemySpeed = _root.enemySpeed + 0.031; _root.starsSpeed = _root.starsSpeed + 0.031; } if (_root.dif == 1) { _root.enemySpeed = _root.enemySpeed + 0.023; _root.starsSpeed = _root.starsSpeed + 0.023; } if (_root.dif == 3) { _root.enemySpeed = _root.enemySpeed + 0.046; _root.starsSpeed = _root.starsSpeed + 0.046; } if (_root.dif == 4) { _root.enemySpeed = _root.enemySpeed + 0.1; _root.starsSpeed = _root.starsSpeed + 0.1; }
Instance of Symbol 65 MovieClip in Symbol 82 MovieClip Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.roid1)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } if (this.hitTest(_root.roid2)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } if (this.hitTest(_root.roid3)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } if (this.hitTest(_root.roid4)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } }
Symbol 82 MovieClip Frame 7
_root.score = _root.score + 10; if (_root.dif == 2) { _root.enemySpeed = _root.enemySpeed + 0.031; _root.starsSpeed = _root.starsSpeed + 0.031; } if (_root.dif == 1) { _root.enemySpeed = _root.enemySpeed + 0.023; _root.starsSpeed = _root.starsSpeed + 0.023; } if (_root.dif == 3) { _root.enemySpeed = _root.enemySpeed + 0.046; _root.starsSpeed = _root.starsSpeed + 0.046; } if (_root.dif == 4) { _root.enemySpeed = _root.enemySpeed + 0.1; _root.starsSpeed = _root.starsSpeed + 0.1; }
Instance of Symbol 63 MovieClip in Symbol 82 MovieClip Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.roid1)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } if (this.hitTest(_root.roid2)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } if (this.hitTest(_root.roid3)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } if (this.hitTest(_root.roid4)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } }
Symbol 82 MovieClip Frame 10
_root.score = _root.score + 10; if (_root.dif == 2) { _root.enemySpeed = _root.enemySpeed + 0.031; _root.starsSpeed = _root.starsSpeed + 0.031; } if (_root.dif == 1) { _root.enemySpeed = _root.enemySpeed + 0.023; _root.starsSpeed = _root.starsSpeed + 0.023; } if (_root.dif == 3) { _root.enemySpeed = _root.enemySpeed + 0.046; _root.starsSpeed = _root.starsSpeed + 0.046; } if (_root.dif == 4) { _root.enemySpeed = _root.enemySpeed + 0.1; _root.starsSpeed = _root.starsSpeed + 0.1; }
Instance of Symbol 65 MovieClip in Symbol 82 MovieClip Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.roid1)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } if (this.hitTest(_root.roid2)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } if (this.hitTest(_root.roid3)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } if (this.hitTest(_root.roid4)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } }
Symbol 82 MovieClip Frame 13
_root.score = _root.score + 10; if (_root.dif == 2) { _root.enemySpeed = _root.enemySpeed + 0.031; _root.starsSpeed = _root.starsSpeed + 0.031; } if (_root.dif == 1) { _root.enemySpeed = _root.enemySpeed + 0.023; _root.starsSpeed = _root.starsSpeed + 0.023; } if (_root.dif == 3) { _root.enemySpeed = _root.enemySpeed + 0.046; _root.starsSpeed = _root.starsSpeed + 0.046; } if (_root.dif == 4) { _root.enemySpeed = _root.enemySpeed + 0.1; _root.starsSpeed = _root.starsSpeed + 0.1; }
Instance of Symbol 63 MovieClip in Symbol 82 MovieClip Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.roid1)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } if (this.hitTest(_root.roid2)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } if (this.hitTest(_root.roid3)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } if (this.hitTest(_root.roid4)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } }
Symbol 82 MovieClip Frame 16
_root.score = _root.score + 10; if (_root.dif == 2) { _root.enemySpeed = _root.enemySpeed + 0.031; _root.starsSpeed = _root.starsSpeed + 0.031; } if (_root.dif == 1) { _root.enemySpeed = _root.enemySpeed + 0.023; _root.starsSpeed = _root.starsSpeed + 0.023; } if (_root.dif == 3) { _root.enemySpeed = _root.enemySpeed + 0.046; _root.starsSpeed = _root.starsSpeed + 0.046; } if (_root.dif == 4) { _root.enemySpeed = _root.enemySpeed + 0.1; _root.starsSpeed = _root.starsSpeed + 0.1; }
Instance of Symbol 65 MovieClip in Symbol 82 MovieClip Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.roid1)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } if (this.hitTest(_root.roid2)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } if (this.hitTest(_root.roid3)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } if (this.hitTest(_root.roid4)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } }
Symbol 82 MovieClip Frame 19
_root.score = _root.score + 10; if (_root.dif == 2) { _root.enemySpeed = _root.enemySpeed + 0.031; _root.starsSpeed = _root.starsSpeed + 0.031; } if (_root.dif == 1) { _root.enemySpeed = _root.enemySpeed + 0.023; _root.starsSpeed = _root.starsSpeed + 0.023; } if (_root.dif == 3) { _root.enemySpeed = _root.enemySpeed + 0.046; _root.starsSpeed = _root.starsSpeed + 0.046; } if (_root.dif == 4) { _root.enemySpeed = _root.enemySpeed + 0.1; _root.starsSpeed = _root.starsSpeed + 0.1; }
Instance of Symbol 63 MovieClip in Symbol 82 MovieClip Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.roid1)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } if (this.hitTest(_root.roid2)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } if (this.hitTest(_root.roid3)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } if (this.hitTest(_root.roid4)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } }
Symbol 82 MovieClip Frame 22
_root.score = _root.score + 10; if (_root.dif == 2) { _root.enemySpeed = _root.enemySpeed + 0.031; _root.starsSpeed = _root.starsSpeed + 0.031; } if (_root.dif == 1) { _root.enemySpeed = _root.enemySpeed + 0.023; _root.starsSpeed = _root.starsSpeed + 0.023; } if (_root.dif == 3) { _root.enemySpeed = _root.enemySpeed + 0.046; _root.starsSpeed = _root.starsSpeed + 0.046; } if (_root.dif == 4) { _root.enemySpeed = _root.enemySpeed + 0.1; _root.starsSpeed = _root.starsSpeed + 0.1; }
Instance of Symbol 65 MovieClip in Symbol 82 MovieClip Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.roid1)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } if (this.hitTest(_root.roid2)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } if (this.hitTest(_root.roid3)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } if (this.hitTest(_root.roid4)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } }
Symbol 82 MovieClip Frame 25
_root.score = _root.score + 10; if (_root.dif == 2) { _root.enemySpeed = _root.enemySpeed + 0.031; _root.starsSpeed = _root.starsSpeed + 0.031; } if (_root.dif == 1) { _root.enemySpeed = _root.enemySpeed + 0.023; _root.starsSpeed = _root.starsSpeed + 0.023; } if (_root.dif == 3) { _root.enemySpeed = _root.enemySpeed + 0.046; _root.starsSpeed = _root.starsSpeed + 0.046; } if (_root.dif == 4) { _root.enemySpeed = _root.enemySpeed + 0.1; _root.starsSpeed = _root.starsSpeed + 0.1; }
Instance of Symbol 63 MovieClip in Symbol 82 MovieClip Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.roid1)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } if (this.hitTest(_root.roid2)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } if (this.hitTest(_root.roid3)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } if (this.hitTest(_root.roid4)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } }
Symbol 82 MovieClip Frame 28
_root.score = _root.score + 10; if (_root.dif == 2) { _root.enemySpeed = _root.enemySpeed + 0.031; _root.starsSpeed = _root.starsSpeed + 0.031; } if (_root.dif == 1) { _root.enemySpeed = _root.enemySpeed + 0.023; _root.starsSpeed = _root.starsSpeed + 0.023; } if (_root.dif == 3) { _root.enemySpeed = _root.enemySpeed + 0.046; _root.starsSpeed = _root.starsSpeed + 0.046; } if (_root.dif == 4) { _root.enemySpeed = _root.enemySpeed + 0.1; _root.starsSpeed = _root.starsSpeed + 0.1; }
Instance of Symbol 65 MovieClip in Symbol 82 MovieClip Frame 28
onClipEvent (enterFrame) { if (this.hitTest(_root.roid1)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } if (this.hitTest(_root.roid2)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } if (this.hitTest(_root.roid3)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } if (this.hitTest(_root.roid4)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } }
Symbol 82 MovieClip Frame 31
_root.score = _root.score + 10; if (_root.dif == 2) { _root.enemySpeed = _root.enemySpeed + 0.031; _root.starsSpeed = _root.starsSpeed + 0.031; } if (_root.dif == 1) { _root.enemySpeed = _root.enemySpeed + 0.023; _root.starsSpeed = _root.starsSpeed + 0.023; } if (_root.dif == 3) { _root.enemySpeed = _root.enemySpeed + 0.046; _root.starsSpeed = _root.starsSpeed + 0.046; } if (_root.dif == 4) { _root.enemySpeed = _root.enemySpeed + 0.1; _root.starsSpeed = _root.starsSpeed + 0.1; }
Instance of Symbol 63 MovieClip in Symbol 82 MovieClip Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.roid1)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } if (this.hitTest(_root.roid2)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } if (this.hitTest(_root.roid3)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } if (this.hitTest(_root.roid4)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } }
Symbol 82 MovieClip Frame 34
_root.score = _root.score + 10; if (_root.dif == 2) { _root.enemySpeed = _root.enemySpeed + 0.031; _root.starsSpeed = _root.starsSpeed + 0.031; } if (_root.dif == 1) { _root.enemySpeed = _root.enemySpeed + 0.023; _root.starsSpeed = _root.starsSpeed + 0.023; } if (_root.dif == 3) { _root.enemySpeed = _root.enemySpeed + 0.046; _root.starsSpeed = _root.starsSpeed + 0.046; } if (_root.dif == 4) { _root.enemySpeed = _root.enemySpeed + 0.1; _root.starsSpeed = _root.starsSpeed + 0.1; }
Instance of Symbol 65 MovieClip in Symbol 82 MovieClip Frame 34
onClipEvent (enterFrame) { if (this.hitTest(_root.roid1)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } if (this.hitTest(_root.roid2)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } if (this.hitTest(_root.roid3)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } if (this.hitTest(_root.roid4)) { _root.life = _root.life - 1; _root.spaceship.gotoAndStop(37); } }
Symbol 82 MovieClip Frame 36
if (_root.dif == 2) { _root.enemySpeed = _root.enemySpeed + 0.031; _root.starsSpeed = _root.starsSpeed + 0.031; } if (_root.dif == 1) { _root.enemySpeed = _root.enemySpeed + 0.023; _root.starsSpeed = _root.starsSpeed + 0.023; } if (_root.dif == 3) { _root.enemySpeed = _root.enemySpeed + 0.046; _root.starsSpeed = _root.starsSpeed + 0.046; } if (_root.dif == 4) { _root.enemySpeed = _root.enemySpeed + 0.1; _root.starsSpeed = _root.starsSpeed + 0.1; } gotoAndPlay (1);
Symbol 82 MovieClip Frame 37
stop();
Symbol 105 Button
on (release) { _root.gotoAndStop(3); _root.life = _root.life + 3; _root.score = 0; _root.cow = 0; }
Symbol 109 Button
on (press, release) { getURL ("http://www.galactigames.com/ref.php?id=62", "_blank"); }
Symbol 144 Button
on (release) { gotoAndPlay ("11"); }

Library Items

Symbol 1 GraphicUsed by:21
Symbol 2 GraphicUsed by:3
Symbol 3 MovieClipUses:2Used by:21
Symbol 4 GraphicUsed by:21
Symbol 5 GraphicUsed by:6 15
Symbol 6 MovieClipUses:5Used by:15
Symbol 7 GraphicUsed by:8 15
Symbol 8 MovieClipUses:7Used by:11
Symbol 9 FontUsed by:10 13
Symbol 10 TextUses:9Used by:11 15
Symbol 11 MovieClipUses:8 10Used by:12
Symbol 12 MovieClipUses:11Used by:15
Symbol 13 TextUses:9Used by:14 15
Symbol 14 MovieClipUses:13Used by:15
Symbol 15 ButtonUses:6 12 14 5 7 10 13Used by:21
Symbol 16 GraphicUsed by:20
Symbol 17 GraphicUsed by:20
Symbol 18 GraphicUsed by:20
Symbol 19 GraphicUsed by:20
Symbol 20 ButtonUses:16 17 18 19Used by:21
Symbol 21 MovieClipUses:1 3 4 15 20Used by:Timeline
Symbol 22 FontUsed by:23 27 31 38 39 40 41 54 86 87 97 98 99 100 101 106
Symbol 23 TextUses:22Used by:26
Symbol 24 GraphicUsed by:25 26
Symbol 25 MovieClipUses:24Used by:26
Symbol 26 ButtonUses:23 25 24Used by:Timeline
Symbol 27 TextUses:22Used by:30
Symbol 28 GraphicUsed by:29 30 32
Symbol 29 MovieClipUses:28Used by:30 32
Symbol 30 ButtonUses:27 29 28Used by:Timeline
Symbol 31 TextUses:22Used by:32
Symbol 32 ButtonUses:29 31 28Used by:Timeline
Symbol 33 GraphicUsed by:36
Symbol 34 SoundUsed by:36
Symbol 35 SoundUsed by:36
Symbol 36 MovieClipUses:33 34 35Used by:Timeline
Symbol 37 GraphicUsed by:Timeline
Symbol 38 TextUses:22Used by:Timeline
Symbol 39 TextUses:22Used by:Timeline
Symbol 40 TextUses:22Used by:Timeline
Symbol 41 TextUses:22Used by:Timeline
Symbol 42 GraphicUsed by:46 47 49
Symbol 43 FontUsed by:44 48 52
Symbol 44 TextUses:43Used by:46
Symbol 45 MovieClipUsed by:46
Symbol 46 ButtonUses:42 44 45Used by:Timeline
Symbol 47 MovieClipUses:42Used by:49
Symbol 48 TextUses:43Used by:49
Symbol 49 ButtonUses:47 48 42Used by:Timeline
Symbol 50 GraphicUsed by:51 53 55
Symbol 51 MovieClipUses:50Used by:53 55
Symbol 52 TextUses:43Used by:53
Symbol 53 ButtonUses:51 52 50Used by:Timeline
Symbol 54 TextUses:22Used by:55
Symbol 55 ButtonUses:51 54 50Used by:Timeline
Symbol 56 GraphicUsed by:57
Symbol 57 MovieClipUses:56Used by:58
Symbol 58 MovieClipUses:57Used by:Timeline
Symbol 59 GraphicUsed by:Timeline
Symbol 60 GraphicUsed by:61
Symbol 61 MovieClipUses:60Used by:Timeline
Symbol 62 GraphicUsed by:63
Symbol 63 MovieClipUses:62Used by:82
Symbol 64 GraphicUsed by:65
Symbol 65 MovieClipUses:64Used by:82
Symbol 66 GraphicUsed by:81
Symbol 67 GraphicUsed by:81
Symbol 68 GraphicUsed by:81
Symbol 69 GraphicUsed by:81
Symbol 70 GraphicUsed by:81
Symbol 71 GraphicUsed by:81
Symbol 72 GraphicUsed by:81
Symbol 73 GraphicUsed by:81
Symbol 74 GraphicUsed by:81
Symbol 75 GraphicUsed by:81
Symbol 76 GraphicUsed by:81
Symbol 77 GraphicUsed by:81
Symbol 78 GraphicUsed by:81
Symbol 79 GraphicUsed by:80
Symbol 80 MovieClipUses:79Used by:81
Symbol 81 MovieClipUses:66 67 68 69 70 71 72 73 74 75 76 77 78 80 SS1Used by:82
Symbol 82 MovieClipUses:63 65 81Used by:Timeline
Symbol 83 FontUsed by:84 85 102
Symbol 84 EditableTextUses:83Used by:Timeline
Symbol 85 EditableTextUses:83Used by:Timeline
Symbol 86 TextUses:22Used by:Timeline
Symbol 87 TextUses:22Used by:Timeline
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:88Used by:Timeline
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClipUses:90Used by:Timeline
Symbol 92 GraphicUsed by:93
Symbol 93 MovieClipUses:92Used by:Timeline
Symbol 94 GraphicUsed by:95
Symbol 95 MovieClipUses:94Used by:Timeline
Symbol 96 GraphicUsed by:Timeline
Symbol 97 TextUses:22Used by:Timeline
Symbol 98 TextUses:22Used by:Timeline
Symbol 99 TextUses:22Used by:Timeline
Symbol 100 TextUses:22Used by:Timeline
Symbol 101 EditableTextUses:22Used by:Timeline
Symbol 102 TextUses:83Used by:105
Symbol 103 GraphicUsed by:104 105
Symbol 104 MovieClipUses:103Used by:105
Symbol 105 ButtonUses:102 104 103Used by:Timeline
Symbol 106 TextUses:22Used by:109
Symbol 107 GraphicUsed by:108 109
Symbol 108 MovieClipUses:107Used by:109
Symbol 109 ButtonUses:106 108 107Used by:Timeline
Symbol 110 GraphicUsed by:Timeline
Symbol 111 GraphicUsed by:133
Symbol 112 FontUsed by:113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 134 145
Symbol 113 EditableTextUses:112Used by:133
Symbol 114 EditableTextUses:112Used by:133
Symbol 115 EditableTextUses:112Used by:133
Symbol 116 EditableTextUses:112Used by:133
Symbol 117 EditableTextUses:112Used by:133
Symbol 118 EditableTextUses:112Used by:133
Symbol 119 EditableTextUses:112Used by:133
Symbol 120 EditableTextUses:112Used by:133
Symbol 121 EditableTextUses:112Used by:133
Symbol 122 EditableTextUses:112Used by:133
Symbol 123 EditableTextUses:112Used by:133
Symbol 124 EditableTextUses:112Used by:133
Symbol 125 EditableTextUses:112Used by:133
Symbol 126 EditableTextUses:112Used by:133
Symbol 127 EditableTextUses:112Used by:133
Symbol 128 EditableTextUses:112Used by:133
Symbol 129 EditableTextUses:112Used by:133
Symbol 130 EditableTextUses:112Used by:133
Symbol 131 EditableTextUses:112Used by:133
Symbol 132 EditableTextUses:112Used by:133
Symbol 133 MovieClipUses:111 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132Used by:Timeline
Symbol 134 EditableTextUses:112Used by:Timeline
Symbol 135 GraphicUsed by:138
Symbol 136 FontUsed by:137 139 141 143
Symbol 137 EditableTextUses:136Used by:138
Symbol 138 MovieClipUses:135 137Used by:Timeline
Symbol 139 EditableTextUses:136Used by:Timeline
Symbol 140 GraphicUsed by:144
Symbol 141 EditableTextUses:136Used by:144
Symbol 142 GraphicUsed by:144
Symbol 143 EditableTextUses:136Used by:144
Symbol 144 ButtonUses:140 141 142 143Used by:Timeline
Symbol 145 EditableTextUses:112Used by:Timeline
Streaming Sound 1Used by:Symbol 81 MovieClip

Instance Names

"audio"Frame 2Symbol 36 MovieClip
"mainstars"Frame 3Symbol 58 MovieClip
"mainstars"Frame 3Symbol 58 MovieClip
"mainstars"Frame 4Symbol 58 MovieClip
"spaceship"Frame 4Symbol 82 MovieClip
"roid2"Frame 4Symbol 89 MovieClip
"roid3"Frame 4Symbol 91 MovieClip
"roid4"Frame 4Symbol 93 MovieClip
"roid1"Frame 4Symbol 95 MovieClip
"mainstars"Frame 5Symbol 58 MovieClip
"mainstars"Frame 5Symbol 58 MovieClip
"scoretable"Frame 6Symbol 133 MovieClip
"bar"Symbol 21 MovieClip Frame 1Symbol 3 MovieClip
"stars"Symbol 58 MovieClip Frame 1Symbol 57 MovieClip

Special Tags

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

Labels

"fly"Frame 4
"cred"Frame 5
"hscores"Frame 6
"11"Frame 16
"loaded"Symbol 21 MovieClip Frame 3

Dynamic Text Variables

_root.scoreSymbol 84 EditableText"<p align="left"></p>"
_root.lifeSymbol 85 EditableText"<p align="left"></p>"
_root.scoreSymbol 101 EditableText"<p align="left"></p>"
NAME0Symbol 113 EditableText"name0"
SCORE0Symbol 114 EditableText"score0"
NAME1Symbol 115 EditableText"name0"
SCORE1Symbol 116 EditableText"score0"
NAME2Symbol 117 EditableText"name0"
SCORE2Symbol 118 EditableText"score0"
NAME3Symbol 119 EditableText"name0"
SCORE3Symbol 120 EditableText"score0"
NAME4Symbol 121 EditableText"name0"
SCORE4Symbol 122 EditableText"score0"
NAME5Symbol 123 EditableText"name0"
SCORE5Symbol 124 EditableText"score0"
NAME6Symbol 125 EditableText"name0"
SCORE6Symbol 126 EditableText"score0"
NAME7Symbol 127 EditableText"name0"
SCORE7Symbol 128 EditableText"score0"
NAME8Symbol 129 EditableText"name0"
SCORE8Symbol 130 EditableText"score0"
NAME9Symbol 131 EditableText"name0"
SCORE9Symbol 132 EditableText"score0"
_root.scoreSymbol 134 EditableText""
TextField1Symbol 137 EditableText"NAME:"
nameSymbol 139 EditableText""
_root.scoreSymbol 145 EditableText""




http://swfchan.com/14/67446/info.shtml
Created: 11/4 -2019 13:12:31 Last modified: 11/4 -2019 13:12:31 Server time: 02/05 -2024 10:11:33