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/52198239?noj=FRM52198239-14DC" width="1" height="1"></div>

Diamond Chaser.swf

This is the info page for
Flash #22631

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


Text
loaded:

a game by www.ultimatearcade.com

a game by www.ultimatearcade.com

Diamond Chaser

Play

Play

You are a rogue pilot in the
Alpha Sector . You have come
into some lucrative information.
The asteroids in the outer rings
of Cora Flatar contain diamonds.
The rings will be unstable
without the diamonds but you
dont care. You want them at all
costs. Fight and collect. Use
your arrows and the space bar.
Good Luck!

asteroid duplicator

Diamonds collected:

0

NEXT LEVEL!!!

Game Over

Asteroids Shot:

0

Energy:

far away

highscores

highscores

Top 100 Scores

your score

your name

Diamond
Chaser

submit score

Play Again

Top 100 Scores

thank you

close

close

ActionScript [AS1/AS2]

Frame 1
total_bytes = this.getBytesTotal();
Frame 2
loaded = this.getBytesLoaded(); if (loaded >= total_bytes) { gotoAndStop (10); } percent = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) + "% Loaded";
Frame 3
gotoAndPlay (2);
Frame 25
stop();
Instance of Symbol 34 MovieClip "asteroid" in Frame 25
onClipEvent (load) { function explode() { _root.ship.big_ass.start(); _root.duplicator.x = this._x; _root.duplicator.y = this._y; _root.duplicator.Meteors(); removeMovieClip(_root["missile" + i]); removeMovieClip(""); } } onClipEvent (enterFrame) { if (_name != "asteroid") { _x = (xmov + this._x); _y = (ymov + this._y); _rotation = (this._rotation + rot); if (_root.ship.hitTest(this)) { _root.energy._xscale = _root.energy._xscale - 10; _root.ship.hit(); _root.ship.shield.start(); explode(); } i = -1; while (_root.max_missiles >= (++i)) { if (_root["missile" + i].hitTest(this)) { _root.ak++; explode(); } } if ((((this._x < (-1 * this._width)) || ((550 + this._width) < this._x)) || (this._y < (-1 * this._width))) || ((400 + this._width) < this._y)) { removeMovieClip(""); } } }
Instance of Symbol 36 MovieClip "missile" in Frame 25
onClipEvent (enterFrame) { if (_name != "missile") { _x = (xmov + this._x); _y = (ymov + this._y); if ((((this._x < -20) or (570 < this._x)) or (this._y < -10)) or (420 < this._y)) { removeMovieClip(""); } } }
Instance of Symbol 39 MovieClip "duplicator" in Frame 25
onClipEvent (load) { function nextLevel() { val = new Array(); diff = 0; while (difficulty >= diff) { val[diff] = (diff * 2) * delta; diff++; } trace(difficulty); } i = 0; ii = 0; delay = 0; difficulty = 4; delta = 100; nextLevel(); num = 10; max = 1000; } onClipEvent (enterFrame) { function Meteors() { ms = random(3) + 1; duplicateMovieClip ("_root.meteor", "meteor" + ii, Number(500) + ii); setProperty(_root["meteor" + ii], _x , x); setProperty(_root["meteor" + ii], _y , y); _root["meteor" + ii].xmov = ms; _root["meteor" + ii].ymov = ms; ii = ++ii; duplicateMovieClip ("_root.meteor", "meteor" + ii, Number(500) + ii); setProperty(_root["meteor" + ii], _x , x); setProperty(_root["meteor" + ii], _y , y); _root["meteor" + ii].xmov = -ms; _root["meteor" + ii].ymov = -ms; ii = ++ii; duplicateMovieClip ("_root.meteor", "meteor" + ii, Number(500) + ii); setProperty(_root["meteor" + ii], _x , x); setProperty(_root["meteor" + ii], _y , y); _root["meteor" + ii].xmov = -ms; _root["meteor" + ii].ymov = ms; ii = ++ii; duplicateMovieClip ("_root.meteor", "meteor" + ii, Number(500) + ii); setProperty(_root["meteor" + ii], _x , x); setProperty(_root["meteor" + ii], _y , y); _root["meteor" + ii].xmov = ms; _root["meteor" + ii].ymov = -ms; ii = ++ii; } delay = ++delay; k = -1; while (num >= (++k)) { if (val[k] == delay) { side = random(4); if (side == 0) { duplicateMovieClip ("_root.asteroid", "asteroid" + i, 1000 + i); _root["asteroid" + i]._x = random(250) + 125; _root["asteroid" + i]._y = (-this._width) / 2; _root["asteroid" + i].xmov = random(3) + 1; _root["asteroid" + i].ymov = random(4) + 1; _root["asteroid" + i].rot = random(4) - 2; i = ++i; } else if (side == 1) { duplicateMovieClip ("_root.asteroid", "asteroid" + i, 1000 + i); _root["asteroid" + i]._x = random(250) + 125; _root["asteroid" + i]._y = 400 + (this._width / 2); _root["asteroid" + i].xmov = random(3) + 1; _root["asteroid" + i].ymov = -1 * (random(4) + 1); _root["asteroid" + i].rot = random(4) - 2; i = ++i; } else if (side == 2) { duplicateMovieClip ("_root.asteroid", "asteroid" + i, 1000 + i); _root["asteroid" + i]._x = (-this._width) / 2; _root["asteroid" + i]._y = random(200) + 100; _root["asteroid" + i].xmov = random(4) + 1; _root["asteroid" + i].ymov = random(2) + 1; _root["asteroid" + i].rot = random(4) - 2; i = ++i; } else { duplicateMovieClip ("_root.asteroid", "asteroid" + i, 1000 + i); _root["asteroid" + i]._x = 550 + (this._width / 2); _root["asteroid" + i]._y = random(200) + 100; _root["asteroid" + i].xmov = -1 * (random(4) + 1); _root["asteroid" + i].ymov = random(2) + 1; _root["asteroid" + i].rot = random(4) - 2; i = ++i; } } } if (max < delay) { delay = 0; _root.statusGame.play(); num = num + 2; difficulty = difficulty + 2; delta = delta - 20; nextLevel(); } }
Instance of Symbol 44 MovieClip "meteor" in Frame 25
onClipEvent (load) { rot = random(4) - random(4); this.gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { if (_name != "meteor") { _x = (xmov + this._x); _y = (ymov + this._y); _rotation = (this._rotation + rot); if (_root.ship.hitTest(this)) { if (_currentframe == 1) { _root.ship.hit(); _root.ship.little_ass.start(); _root.ship.shield.start(); _root.energy._xscale = _root.energy._xscale - 5; } else { _root.ship.diamond_collected.start(); _root.energy._xscale = _root.energy._xscale + 5; _root.score++; } removeMovieClip(""); } i = -1; while ((_root.max_missiles >= (++i)) && (_currentframe == 1)) { if (_root["missile" + i].hitTest(this)) { _root.ship.little_ass.start(); removeMovieClip(""); _root.ak++; } } } if ((((this._x < -20) or (570 < this._x)) or (this._y < -10)) or (420 < this._y)) { removeMovieClip(""); } }
Instance of Symbol 53 MovieClip "enemyFire" in Frame 25
onClipEvent (enterFrame) { if (this._name != "enemyFire") { this._x = this._x + xmov; this._y = this._y + ymov; if ((((this._x < -20) or (570 < this._x)) or (this._y < -10)) or (420 < this._y)) { removeMovieClip(""); } if (this.hitTest(_root.ship)) { _root.ship.play(); _root.energy._xscale = _root.energy._xscale - 10; _root.ship.shield.start(); removeMovieClip(this); } } }
Instance of Symbol 56 MovieClip "energy" in Frame 25
onClipEvent (enterFrame) { if (0 >= this._xscale) { this._xscale = 0; _root.statusGame.gotoAndstop("gameOver"); _root.hiscores._visible = 1; _root.gameover = "yes"; } if (this._xscale >= 100) { this._xscale = 100; } }
Instance of Symbol 61 MovieClip "ship" in Frame 25
onClipEvent (load) { function hit() { gotoAndPlay (26); } laser = new sound(); shield = new sound(); big_ass = new sound(); little_ass = new sound(); diamond_collected = new sound(); laser.attachsound("laser"); diamond_collected.attachsound("diamond_collected"); shield.attachsound("shield"); little_ass.attachsound("little_ass"); big_ass.attachsound("big_ass"); movie_height = 400; movie_width = 550; xmov = 0; ymov = 0; accel = 0.2; angle_accel = 4; angle = 0; speed = 0; missile_speed = 15; max_missiles = 10; _root.max_missiles = max_missiles; nose = 10; i = 0; go_space = "yes"; } onClipEvent (enterFrame) { if (_root.gameover != "yes") { if (Key.isDown(Key.UP)) { speed = Number(speed) + accel; flame_left.gotoAndPlay(2); flame_right.gotoAndPlay(2); } if (Key.isDown(Key.DOWN)) { speed = Number(speed) - accel; } if (Key.isDown(Key.RIGHT)) { angle = Number(angle) + angle_accel; _rotation = angle; flame_left.gotoAndPlay(2); } if (Key.isDown(Key.LEFT)) { angle = Number(angle) - angle_accel; _rotation = angle; flame_right.gotoAndPlay(2); } if (Key.isDown(Key.SPACE) && (go_space == "yes")) { laser.start(); duplicateMovieClip ("_root.missile", "missile" + i, i); _root["missile" + i].xmov = missile_speed * math.cos((math.pi / 180) * angle); _root["missile" + i].ymov = missile_speed * math.sin((math.pi / 180) * angle); setProperty(_root["missile" + i], _x , this._x + (nose * math.cos((math.pi / 180) * angle))); setProperty(_root["missile" + i], _y , this._y + (nose * math.sin((math.pi / 180) * angle))); setProperty(_root["missile" + i], _rotation , angle); i = ++i; if (max_missiles < i) { i = 0; } go_space = "no"; } else if (Key.isDown(Key.SPACE) != true) { go_space = "yes"; } xmov = speed * math.cos((math.pi / 180) * angle); ymov = speed * math.sin((math.pi / 180) * angle); _x = (this._x + xmov); _y = (this._y + ymov); if (this._y < -10) { _y = movie_height; } else if ((movie_height + 10) < this._y) { _y = 0; } else if (this._x < -10) { _x = movie_width; } else if ((movie_width + 10) < this._x) { _x = 0; } } }
Instance of Symbol 63 MovieClip "enemy" in Frame 25
onClipEvent (load) { function randomTime() { subTime = _root.duplicator.max / (_root.duplicator.difficulty - 2); amountTime = _root.duplicator.max + 1; time = 0; } function nextTime() { next = next + subTime; } function findAngle() { adx = this._x - _root.ship._x; ady = this._y - _root.ship._y; check = Math.atan(ady / adx) * 57.2957795130823; if ((_root.ship._x < this._x) && (this._y < _root.ship._y)) { angle = check + 180; } else if ((this._x < _root.ship._x) && (this._y < _root.ship._y)) { angle = check; } else if ((this._x < _root.ship._x) && (_root.ship._y < this._y)) { angle = check; } else { angle = check - 180; } } dup = 1; friction = 0.98; randomTime(); next = subTime; livingTime = random(100) + 50; livingStart = 0; fire = 0; missile_speed = 8; nose = 10; } onClipEvent (enterFrame) { time++; if (this._name == "enemy") { if (time >= next) { dup++; next = next + subTime; duplicateMovieClip (this, "e" + dup, dup + 5000); _root["e" + dup].gravx = random(20); _root["e" + dup].gravy = random(20); _root["e" + dup].target = "ship"; _root["e" + (dup - 1)].target = "farAway"; _root["e" + dup].newOne = 0; _root["e" + (dup - 1)].newOne = 1; side = random(4) + 1; if (side == 0) { _root["e" + dup]._x = random(550); _root["e" + dup]._y = (-this._width) / 2; } else if (side == 1) { _root["e" + dup]._x = random(550); _root["e" + dup]._y = 400 + (this._width / 2); } else if (side == 2) { _root["e" + dup]._x = (-this._width) / 2; _root["e" + dup]._y = random(400); } else { _root["e" + dup]._x = 550 + (this._width / 2); _root["e" + dup]._y = random(400); } if (amountTime < time) { randomTime(); next = 0; } } } else { livingStart++; trace("ship"); if ((livingTime < livingStart) || (newOne == 1)) { target = "farAway"; } else { target = "ship"; } movex = this._x; movey = this._y; ex = _root[target]._x; ey = _root[target]._y; gravx = gravx + ((ex - movex) / 300); gravy = gravy + ((ey - movey) / 300); if (ex < movex) { dirx = 1; } else { dirx = 0; } if (dirx == 1) { if (movex < ex) { gravx = gravx * -1; } } else if (ex < movex) { gravx = gravx * -1; } if (ey < movey) { diry = 1; } else { diry = 0; } if (diry == 1) { if (movey < ey) { gravy = gravy * -1; } } else if (ey < movey) { gravy = gravy * -1; } this._x = this._x + gravx; this._y = this._y + gravy; gravx = gravx * friction; gravy = gravy * friction; if (this._x < -500) { removeMovieClip(this); } if (this.hitTest(_root.ship)) { _root.energy._xscale = _root.energy._xscale - 10; _root.ship.hit(); _root.ship.shield.start(); removeMovieClip(this); } i = 0; while (10 >= i) { if (_root["missile" + i].hitTest(this)) { _root.energy._xscale = _root.energy._xscale + 10; removeMovieClip(this); } i++; } fire++; if ((fire % 40) == 0) { _root.ship.laser.start(); findAngle(); duplicateMovieClip ("_root.enemyFire", "ef" + fire, fire); _root["ef" + fire].xmov = missile_speed * math.cos((math.pi / 180) * angle); _root["ef" + fire].ymov = missile_speed * math.sin((math.pi / 180) * angle); setProperty(_root["ef" + fire], _x , this._x + (nose * math.cos((math.pi / 180) * angle))); setProperty(_root["ef" + fire], _y , this._y + (nose * math.sin((math.pi / 180) * angle))); setProperty(_root["ef" + fire], _rotation , angle); } } }
Instance of Symbol 103 MovieClip "hiscores" in Frame 25
onClipEvent (load) { this._visible = 0; }
Instance of Symbol 113 MovieClip "looker" in Frame 25
onClipEvent (load) { this._visible = 0; }
Frame 27
_root.gameover = ""; ak = 0; score = 0; gotoAndStop (25);
Symbol 15 Button
on (release) { getURL ("http://www.ultimatearcade.com"); }
Symbol 29 Button
on (release) { gotoAndStop (25); }
Symbol 44 MovieClip Frame 1
stop();
Symbol 44 MovieClip Frame 2
stop();
Symbol 49 MovieClip Frame 1
stop();
Symbol 49 MovieClip Frame 32
gotoAndStop (1);
Symbol 59 MovieClip Frame 1
stop();
Symbol 61 MovieClip Frame 1
stop();
Symbol 70 Button
on (release) { looker._visible = 1; }
Symbol 88 Button
on (press) { down = "yes"; } on (rollOut, release, dragOut, releaseOutside) { down = ""; }
Symbol 95 Button
on (release) { wordbank = wordbank; my_score = _root.score; if (submitted eq "") { submitted = "done"; if (my_name eq "") { my_name = "PigSkin"; } if ((substring(wordbank, 1, 1)) ne ",") { wordbank = ("," add wordbank) add ","; } comma = 0; r = length(wordbank); count = 1; while (Number(r) >= Number(count)) { if ((substring(wordbank, count, 1)) eq ",") { comma = Number(comma) + 1; Set("num" add comma, count); } count = Number(count) + 1; } count = 1; while (Number(comma) >= Number(count)) { Set("bad" add count, substring(wordbank, eval ("num" add count) + 1, (eval ("num" add (count + 1)) - eval ("num" add count)) - 1)); count = Number(count) + 1; } badwords = comma - 1; short = my_name; length = length(short); l = 1; while (Number(length) >= Number(l)) { Set("w" add l, ord(substring(short, l, 1))); if ((eval ("w" add l) >= 65) and (90 >= eval ("w" add l))) { Set("w" add l, chr(eval ("w" add l) + 32)); } else { Set("w" add l, chr(eval ("w" add l))); } l = Number(l) + 1; } l = 1; short = ""; while (Number(length) >= Number(l)) { short = short add eval ("w" add l); l = Number(l) + 1; } m = 1; n = length(my_name); while (Number(badwords) >= Number(m)) { if (n >= length(eval ("bad" add m))) { v = 1; while (((n - length(eval ("bad" add m))) + 1) >= v) { if ((substring(short, v, length(eval ("bad" add m)))) eq eval ("bad" add m)) { my_name = "PigSkin"; } v = Number(v) + 1; } } m = Number(m) + 1; } loadVariables (score_keeper, "", "POST"); gotoAndPlay (6); } }
Symbol 99 Button
on (release) { _root.number = 0; my_score = 0; _root.time.start_date(); this._visible = 0; this.gotoAndPlay(1); _root.gotoandplay("clean"); }
Symbol 103 MovieClip Frame 1
function BuildList() { view_scores = ""; num = 1; while (Number(numplayers) >= Number(num)) { spacer1 = substring(" ", 0, 3 - length(num)); spacer2 = substring(" ", 0, 8 - length(eval ("name_" add num))); spacer3 = substring(" ", 0, 7 - length(eval ("score_" add num))); view_scores = (((((view_scores add num) add spacer1) add eval ("name_" add num)) add spacer2) add spacer3) add eval ("score_" add num); if (Number(num) != Number(numplayers)) { view_scores = view_scores add newline; } num = Number(num) + 1; } _root.view_scores = view_scores; _root.hi_score = score_1; _root.hi_name = name_1; } numplayers = 100; wordbank = "fuck,shit,damn,ass,pussy"; game_author = "uarcade"; game_title = "diamond_chaser"; scoring = "regular"; if (scoring == "regular") { score_keeper = "http://www.ultimatearcade.com/cgi-bin/score_keeper.pl"; } else if (scoring == "reverse") { my_score = 1000000000 /* 0x3B9ACA00 */; my_name = "A Ghost"; score_keeper = _level0.hiscores; } loadVariables (score_keeper, "", "POST"); count = 0; my_score = _root.my_score; my_name = "";
Instance of Symbol 89 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (down == "yes") { currentScroll = this._parent.view_scores.scroll; if (1 < Number(currentScroll)) { this._parent.view_scores.scroll = currentScroll - 1; } } }
Instance of Symbol 90 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { if (down == "yes") { currentScroll = this._parent.view_scores.scroll; if (Number(currentScroll) < Number(this._parent.view_scores.maxscroll)) { this._parent.view_scores.scroll = Number(currentScroll) + 1; } } }
Symbol 103 MovieClip Frame 2
if (sk_done eq "yes") { sk_done = ""; stop(); BuildList(); } else if (error ne "") { view_scores = error; stop(); } else { if (Number(count) < 4) { view_scores = "Loading Scores.."; } else if ((Number(count) >= 4) and (Number(count) < 8)) { view_scores = "Loading Scores...."; } else if ((Number(count) >= 8) and (Number(count) < 12)) { view_scores = "Loading Scores......"; } else if ((Number(count) >= 12) and (Number(count) < 16)) { view_scores = "Loading Scores"; } else { view_scores = "Loading Scores"; count = 0; } play(); } count = Number(count) + 1;
Symbol 103 MovieClip Frame 3
gotoAndPlay (2);
Symbol 103 MovieClip Frame 5
stop();
Symbol 103 MovieClip Frame 6
if (sk_done eq "yes") { sk_done = ""; gotoAndStop(Number(_currentframe) + 2); } else if (error ne "") { view_scores = error; stop(); } else { if (Number(count) < 4) { view_scores = "Loading Scores.."; } else if ((Number(count) >= 4) and (Number(count) < 8)) { view_scores = "Loading Scores...."; } else if ((Number(count) >= 8) and (Number(count) < 12)) { view_scores = "Loading Scores......"; } else if ((Number(count) >= 12) and (Number(count) < 16)) { view_scores = "Loading Scores"; } else { view_scores = "Loading Scores"; count = 0; } play(); } count = Number(count) + 1;
Symbol 103 MovieClip Frame 7
gotoAndPlay (6);
Symbol 103 MovieClip Frame 8
view_scores = ""; my_ranking = ""; num = 1; while (Number(numplayers) >= Number(num)) { spacer1 = substring(" ", 0, 3 - length(num)); spacer2 = substring(" ", 0, 8 - length(eval ("name_" add num))); spacer3 = substring(" ", 0, 7 - length(eval ("score_" add num))); view_scores = (((((view_scores add num) add spacer1) add eval ("name_" add num)) add spacer2) add spacer3) add eval ("score_" add num); if (Number(num) != Number(numplayers)) { view_scores = view_scores add newline; } num = Number(num) + 1; } num = 1; while (Number(num) < Number(numplayers)) { if ((my_score == eval ("score_" add num)) and (my_name == eval ("name_" add num))) { my_ranking = ((("You ranked #" add num) add " out of the top ") add numplayers) add " players!!!"; } num = Number(num) + 1; } if (my_ranking eq "") { my_ranking = ("You did not rank within the top " add numplayers) add " scores."; } stop();
Symbol 103 MovieClip Frame 10
my_score = 1000000 /* 0x0F4240 */; my_name = "A Ghost"; if (submitted eq "") { submitted = "done"; if (my_name eq "") { my_name = "JigSaw"; } if ((substring(wordbank, 1, 1)) ne ",") { wordbank = ("," add wordbank) add ","; } comma = 0; r = length(wordbank); count = 1; while (Number(r) >= Number(count)) { if ((substring(wordbank, count, 1)) eq ",") { comma = Number(comma) + 1; Set("num" add comma, count); } count = Number(count) + 1; } count = 1; while (Number(comma) >= Number(count)) { Set("bad" add count, substring(wordbank, eval ("num" add count) + 1, (eval ("num" add (count + 1)) - eval ("num" add count)) - 1)); count = Number(count) + 1; } badwords = comma - 1; short = my_name; length = length(short); l = 1; while (Number(length) >= Number(l)) { Set("w" add l, ord(substring(short, l, 1))); if ((eval ("w" add l) >= 65) and (90 >= eval ("w" add l))) { Set("w" add l, chr(eval ("w" add l) + 32)); } else { Set("w" add l, chr(eval ("w" add l))); } l = Number(l) + 1; } l = 1; short = ""; while (Number(length) >= Number(l)) { short = short add eval ("w" add l); l = Number(l) + 1; } m = 1; n = length(my_name); while (Number(badwords) >= Number(m)) { if (n >= length(eval ("bad" add m))) { v = 1; while (((n - length(eval ("bad" add m))) + 1) >= v) { if ((substring(short, v, length(eval ("bad" add m)))) eq eval ("bad" add m)) { my_name = "JigSaw"; } v = Number(v) + 1; } } m = Number(m) + 1; } loadVariables (score_keeper, "", "POST"); gotoAndPlay (6); }
Symbol 103 MovieClip Frame 11
gotoAndPlay (1);
Symbol 112 Button
on (release) { this._visible = 0; }
Instance of Symbol 106 MovieClip in Symbol 113 MovieClip Frame 1
onClipEvent (enterFrame) { if (down == "yes") { currentScroll = _root.view_scores.scroll; if (1 < Number(currentScroll)) { _root.view_scores.scroll = currentScroll - 1; } } }
Instance of Symbol 107 MovieClip in Symbol 113 MovieClip Frame 1
onClipEvent (enterFrame) { if (down == "yes") { currentScroll = _root.view_scores.scroll; if (Number(currentScroll) < Number(_root.view_scores.maxscroll)) { _root.view_scores.scroll = Number(currentScroll) + 1; } } }

Library Items

Symbol 1 Sound [shield]
Symbol 2 Sound [propell]
Symbol 3 Sound [laser]
Symbol 4 Sound [big_ass]
Symbol 5 Sound [little_ass]
Symbol 6 Sound [diamond_collected]
Symbol 7 FontUsed by:9
Symbol 8 FontUsed by:9 10
Symbol 9 TextUses:7 8Used by:Timeline
Symbol 10 EditableTextUses:8Used by:Timeline
Symbol 11 FontUsed by:12 13 67 68 79
Symbol 12 TextUses:11Used by:15
Symbol 13 TextUses:11Used by:15
Symbol 14 GraphicUsed by:15
Symbol 15 ButtonUses:12 13 14Used by:Timeline
Symbol 16 BitmapUsed by:17
Symbol 17 GraphicUses:16Used by:Timeline
Symbol 18 BitmapUsed by:19
Symbol 19 GraphicUses:18Used by:20
Symbol 20 MovieClipUses:19Used by:Timeline
Symbol 21 FontUsed by:22
Symbol 22 TextUses:21Used by:Timeline
Symbol 23 FontUsed by:24 25
Symbol 24 TextUses:23Used by:Timeline
Symbol 25 TextUses:23Used by:Timeline
Symbol 26 GraphicUsed by:29
Symbol 27 GraphicUsed by:29
Symbol 28 GraphicUsed by:29
Symbol 29 ButtonUses:26 27 28Used by:Timeline
Symbol 30 FontUsed by:31
Symbol 31 TextUses:30Used by:Timeline
Symbol 32 BitmapUsed by:33 40
Symbol 33 GraphicUses:32Used by:34
Symbol 34 MovieClipUses:33Used by:Timeline
Symbol 35 GraphicUsed by:36
Symbol 36 MovieClipUses:35Used by:Timeline
Symbol 37 FontUsed by:38 45 46 47 48 50 51 54 64
Symbol 38 TextUses:37Used by:39
Symbol 39 MovieClipUses:38Used by:Timeline
Symbol 40 GraphicUses:32Used by:44
Symbol 41 BitmapUsed by:42
Symbol 42 GraphicUses:41Used by:43
Symbol 43 MovieClipUses:42Used by:44
Symbol 44 MovieClipUses:40 43Used by:Timeline
Symbol 45 TextUses:37Used by:Timeline
Symbol 46 EditableTextUses:37Used by:Timeline
Symbol 47 TextUses:37Used by:49
Symbol 48 TextUses:37Used by:49
Symbol 49 MovieClipUses:47 48Used by:Timeline
Symbol 50 TextUses:37Used by:Timeline
Symbol 51 EditableTextUses:37Used by:Timeline
Symbol 52 GraphicUsed by:53
Symbol 53 MovieClipUses:52Used by:Timeline
Symbol 54 TextUses:37Used by:Timeline
Symbol 55 GraphicUsed by:56
Symbol 56 MovieClipUses:55Used by:Timeline
Symbol 57 GraphicUsed by:61
Symbol 58 GraphicUsed by:59
Symbol 59 MovieClipUses:58Used by:61
Symbol 60 GraphicUsed by:61
Symbol 61 MovieClipUses:57 59 60Used by:Timeline
Symbol 62 GraphicUsed by:63
Symbol 63 MovieClipUses:62Used by:Timeline
Symbol 64 TextUses:37Used by:65
Symbol 65 MovieClipUses:64Used by:Timeline
Symbol 66 GraphicUsed by:Timeline
Symbol 67 TextUses:11Used by:70
Symbol 68 TextUses:11Used by:70
Symbol 69 GraphicUsed by:70
Symbol 70 ButtonUses:67 68 69Used by:Timeline
Symbol 71 GraphicUsed by:103
Symbol 72 FontUsed by:73 74 75 78 101 102
Symbol 73 TextUses:72Used by:103
Symbol 74 TextUses:72Used by:103
Symbol 75 TextUses:72Used by:103
Symbol 76 FontUsed by:77
Symbol 77 EditableTextUses:76Used by:103
Symbol 78 EditableTextUses:72Used by:103
Symbol 79 EditableTextUses:11Used by:103
Symbol 80 FontUsed by:81 84 105
Symbol 81 EditableTextUses:80Used by:103
Symbol 82 FontUsed by:83
Symbol 83 TextUses:82Used by:103
Symbol 84 EditableTextUses:80Used by:103
Symbol 85 GraphicUsed by:88
Symbol 86 GraphicUsed by:88
Symbol 87 GraphicUsed by:88
Symbol 88 ButtonUses:85 86 87Used by:89 90 106 107
Symbol 89 MovieClipUses:88Used by:103
Symbol 90 MovieClipUses:88Used by:103
Symbol 91 TextUsed by:103
Symbol 92 GraphicUsed by:95 99
Symbol 93 GraphicUsed by:95 99
Symbol 94 GraphicUsed by:95 99
Symbol 95 ButtonUses:92 93 94Used by:103
Symbol 96 FontUsed by:97 100 108
Symbol 97 TextUses:96Used by:103
Symbol 98 GraphicUsed by:103
Symbol 99 ButtonUses:92 93 94Used by:103
Symbol 100 TextUses:96Used by:103
Symbol 101 TextUses:72Used by:103
Symbol 102 TextUses:72Used by:103
Symbol 103 MovieClipUses:71 73 74 75 77 78 79 81 83 84 89 90 91 95 97 98 99 100 101 102Used by:Timeline
Symbol 104 GraphicUsed by:113
Symbol 105 EditableTextUses:80Used by:113
Symbol 106 MovieClipUses:88Used by:113
Symbol 107 MovieClipUses:88Used by:113
Symbol 108 TextUses:96Used by:112
Symbol 109 GraphicUsed by:112
Symbol 110 FontUsed by:111
Symbol 111 TextUses:110Used by:112
Symbol 112 ButtonUses:108 109 111Used by:113
Symbol 113 MovieClipUses:104 105 106 107 112Used by:Timeline

Instance Names

"asteroid"Frame 25Symbol 34 MovieClip
"missile"Frame 25Symbol 36 MovieClip
"duplicator"Frame 25Symbol 39 MovieClip
"meteor"Frame 25Symbol 44 MovieClip
"statusGame"Frame 25Symbol 49 MovieClip
"enemyFire"Frame 25Symbol 53 MovieClip
"energy"Frame 25Symbol 56 MovieClip
"ship"Frame 25Symbol 61 MovieClip
"enemy"Frame 25Symbol 63 MovieClip
"farAway"Frame 25Symbol 65 MovieClip
"hiscores"Frame 25Symbol 103 MovieClip
"looker"Frame 25Symbol 113 MovieClip
"flame_left"Symbol 61 MovieClip Frame 1Symbol 59 MovieClip
"flame_right"Symbol 61 MovieClip Frame 1Symbol 59 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 1 as "shield"
ExportAssets (56)Timeline Frame 1Symbol 2 as "propell"
ExportAssets (56)Timeline Frame 1Symbol 3 as "laser"
ExportAssets (56)Timeline Frame 1Symbol 4 as "big_ass"
ExportAssets (56)Timeline Frame 1Symbol 5 as "little_ass"
ExportAssets (56)Timeline Frame 1Symbol 6 as "diamond_collected"

Labels

"ready"Frame 10
"clean"Frame 26
"gameOver"Symbol 49 MovieClip Frame 33
"aftergame"Symbol 103 MovieClip Frame 6

Dynamic Text Variables

percentSymbol 10 EditableText""
scoreSymbol 46 EditableText"0"
akSymbol 51 EditableText"0"
_root.scoreSymbol 77 EditableText""
my_nameSymbol 78 EditableText""
my_nameSymbol 79 EditableText""
my_rankingSymbol 81 EditableText""
view_scoresSymbol 84 EditableText""
_root.view_scoresSymbol 105 EditableText""




http://swfchan.com/5/22631/info.shtml
Created: 26/5 -2019 20:35:31 Last modified: 26/5 -2019 20:35:31 Server time: 14/05 -2024 11:41:04