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

teenage-mutant-ninja-turtles.swf

This is the info page for
Flash #25389

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


Text
0

0

%

0

0

%

HOW TO PLAY

HOW TO PLAY

START

START

TM

VIEW HIGH SCORES

VIEW HIGH SCORES

BACK TO TITLE SCREEN

BACK TO TITLE SCREEN

HOW TO PLAY
1) USE THE MOUSE TO AIM AT THE ENEMIES
2) PRESS THE LEFT MOUSE BUTTON TO THROW
A NINJA STAR
3) TAKE OUT AS MANY ENEMIES AS POSSIBLE BEFORE
TIME RUNS OUT!

?

?

SCORE:

0

0

TIME:

SCORE:

0

0

TIME:

GO!!

GO!!

GAME OVER

GAME OVER

Refresh...

Send...

ENTER INITIALS

ENTER INITIALS

BUSY...

HIGH SCORE SUBMITIONS

SUBMIT SCORES

SUBMIT SCORES

0

HITS:

0

ACCURACY:

0

SHOTS:

%

0

HITS:

0

ACCURACY:

0

SHOTS:

%

1st

2nd

3rd

4th

5th

6th

7th

8th

9th

10th

Accuracy

Score

HIGH SCORES

HIGH SCORES

ActionScript [AS1/AS2]

Frame 2
loadedbytes = getBytesLoaded(); totalbytes = getBytesTotal(); loadedkbytes = Math.ceil(loadedbytes / 1000); totalkbytes = Math.ceil(totalbytes / 1000); if (loadedbytes == totalbytes) { gotoAndPlay (4); } frame = int(loadedbytes / (totalbytes / 100)); barmovement = frame - oldframe; _root.loader.Loadbar._x = _root.loader.Loadbar._x + (barmovement * 3); oldframe = frame;
Frame 3
gotoAndPlay (2);
Frame 4
_quality = "medium";
Frame 13
stop(); _quality = "high";
Frame 20
fire = 1; s = 0; fps = 30; timer = 60; timeleft = 60; shurikensused = 0; hits = 0; loadMovieNum ("Music2.swf", 5); _quality = "low";
Frame 32
_quality = "high";
Frame 121
oldtimeleft = timeleft; timer = timer - 0.0333333333333333; timeleft = Math.round(timer); if (oldtimeleft != timeleft) { alertplay = 1; } else { alertplay = 0; } if (timeleft < 10) { if (alertplay == 1) { Alert.gotoAndPlay(2); } } if (timeleft < 1) { gotoAndPlay (123); }
Instance of Symbol 113 MovieClip in Frame 121
onClipEvent (enterFrame) { i = 1; while (i < 21) { if (enemyhit != 1) { if (this.Target.hitTest(_root["star" + i]) == true) { _root.bulletxscale = _root["Bullet0" + i]._xscale; _root.enemyxscale = Math.round(this._xscale); if ((Math.round(this.Gang._xscale - 30) >= _root["star" + i]._xscale) or (Math.round(this.Gang._yscale - 30) == _root["star" + i]._yscale)) { enemyhit = 1; _root.s = _root.s + 10; _root.hits++; damagecounter = 20; tellTarget (_root.EnemyDamageSound) { gotoAndPlay (2); }; _root["star" + i].gotoAndStop(1); _root["star" + i]._x = -20; _root["star" + i]._y = -20; _root["star" + i].ymovedone = 0; _root["star" + i].xmovedone = 0; _root["star" + i].firing = 0; } } } i++; } if (enemyhit == 1) { if (0 < damagecounter) { stop(); damagecounter = damagecounter - 1; if (this.Gang._alpha == 100) { this.Gang._alpha = 50; } else if (this.Gang._alpha < 100) { this.Gang._alpha = 100; } } else { this.Gang._alpha = 100; this.gotoAndPlay(1); } } }
Instance of Symbol 117 MovieClip in Frame 121
onClipEvent (enterFrame) { i = 1; while (i < 21) { if (enemyhit != 1) { if (this.Target.hitTest(_root["star" + i]) == true) { _root.bulletxscale = _root["Bullet0" + i]._xscale; _root.enemyxscale = Math.round(this._xscale); if ((Math.round(this.Gang._xscale - 30) >= _root["star" + i]._xscale) or (Math.round(this.Gang._yscale - 30) == _root["star" + i]._yscale)) { enemyhit = 1; _root.s = _root.s + 10; _root.hits++; damagecounter = 20; tellTarget (_root.EnemyDamageSound) { gotoAndPlay (2); }; _root["star" + i].gotoAndStop(1); _root["star" + i]._x = -20; _root["star" + i]._y = -20; _root["star" + i].ymovedone = 0; _root["star" + i].xmovedone = 0; _root["star" + i].firing = 0; } } } i++; } if (enemyhit == 1) { if (0 < damagecounter) { stop(); damagecounter = damagecounter - 1; if (this.Gang._alpha == 100) { this.Gang._alpha = 50; } else if (this.Gang._alpha < 100) { this.Gang._alpha = 100; } } else { this.Gang._alpha = 100; this.gotoAndPlay(1); } } }
Instance of Symbol 119 MovieClip in Frame 121
onClipEvent (enterFrame) { i = 1; while (i < 21) { if (enemyhit != 1) { if (this.Target.hitTest(_root["star" + i]) == true) { _root.bulletxscale = _root["Bullet0" + i]._xscale; _root.enemyxscale = Math.round(this._xscale); if ((Math.round(this.Gang._xscale - 20) >= _root["star" + i]._xscale) or (Math.round(this.Gang._yscale - 20) == _root["star" + i]._yscale)) { enemyhit = 1; _root.s = _root.s + 10; _root.hits++; damagecounter = 20; tellTarget (_root.EnemyDamageSound) { gotoAndPlay (2); }; _root["star" + i].gotoAndStop(1); _root["star" + i]._x = -20; _root["star" + i]._y = -20; _root["star" + i].ymovedone = 0; _root["star" + i].xmovedone = 0; _root["star" + i].firing = 0; } } } i++; } if (enemyhit == 1) { if (0 < damagecounter) { stop(); damagecounter = damagecounter - 1; if (this.Gang._alpha == 100) { this.Gang._alpha = 50; } else if (this.Gang._alpha < 100) { this.Gang._alpha = 100; } } else { this.Gang._alpha = 100; this.gotoAndPlay(1); } } }
Instance of Symbol 123 MovieClip in Frame 121
onClipEvent (enterFrame) { i = 1; while (i < 21) { if (enemyhit != 1) { if (this.Target.hitTest(_root["star" + i]) == true) { _root.bulletxscale = _root["Bullet0" + i]._xscale; _root.enemyxscale = Math.round(this._xscale); if ((Math.round(this.Gang._xscale - 30) >= _root["star" + i]._xscale) or (Math.round(this.Gang._yscale - 30) == _root["star" + i]._yscale)) { enemyhit = 1; _root.s = _root.s + 10; _root.hits++; damagecounter = 20; tellTarget (_root.EnemyDamageSound) { gotoAndPlay (2); }; _root["star" + i].gotoAndStop(1); _root["star" + i]._x = -20; _root["star" + i]._y = -20; _root["star" + i].ymovedone = 0; _root["star" + i].xmovedone = 0; _root["star" + i].firing = 0; } } } i++; } if (enemyhit == 1) { if (0 < damagecounter) { stop(); damagecounter = damagecounter - 1; if (this.Gang._alpha == 100) { this.Gang._alpha = 50; } else if (this.Gang._alpha < 100) { this.Gang._alpha = 100; } } else { this.Gang._alpha = 100; this.gotoAndPlay(1); } } }
Instance of Symbol 126 MovieClip in Frame 121
onClipEvent (enterFrame) { i = 1; while (i < 21) { if (enemyhit != 1) { if (this.Target.hitTest(_root["star" + i]) == true) { _root.bulletxscale = _root["Bullet0" + i]._xscale; _root.enemyxscale = Math.round(this._xscale); if ((Math.round(this.Gang._xscale - 30) >= _root["star" + i]._xscale) or (Math.round(this.Gang._yscale - 30) == _root["star" + i]._yscale)) { enemyhit = 1; _root.s = _root.s + 10; _root.hits++; damagecounter = 20; tellTarget (_root.EnemyDamageSound) { gotoAndPlay (2); }; _root["star" + i].gotoAndStop(1); _root["star" + i]._x = -20; _root["star" + i]._y = -20; _root["star" + i].ymovedone = 0; _root["star" + i].xmovedone = 0; _root["star" + i].firing = 0; } } } i++; } if (enemyhit == 1) { if (0 < damagecounter) { stop(); damagecounter = damagecounter - 1; if (this.Gang._alpha == 100) { this.Gang._alpha = 50; } else if (this.Gang._alpha < 100) { this.Gang._alpha = 100; } } else { this.Gang._alpha = 100; this.gotoAndPlay(1); } } }
Instance of Symbol 129 MovieClip in Frame 121
onClipEvent (enterFrame) { i = 1; while (i < 21) { if (enemyhit != 1) { if (this.Target.hitTest(_root["star" + i]) == true) { _root.bulletxscale = _root["Bullet0" + i]._xscale; _root.enemyxscale = Math.round(this._xscale); if ((Math.round(this.Gang._xscale) >= _root["star" + i]._xscale) or (Math.round(this.Gang._yscale) == _root["star" + i]._yscale)) { enemyhit = 1; _root.s = _root.s + 10; _root.hits++; damagecounter = 20; tellTarget (_root.EnemyDamageSound) { gotoAndPlay (2); }; _root["star" + i].gotoAndStop(1); _root["star" + i]._x = -20; _root["star" + i]._y = -20; _root["star" + i].ymovedone = 0; _root["star" + i].xmovedone = 0; _root["star" + i].firing = 0; } } } i++; } if (enemyhit == 1) { if (0 < damagecounter) { stop(); damagecounter = damagecounter - 1; if (this.Gang._alpha == 100) { this.Gang._alpha = 50; } else if (this.Gang._alpha < 100) { this.Gang._alpha = 100; } } else { this.Gang._alpha = 100; this.gotoAndPlay(1); } } }
Instance of Symbol 130 MovieClip in Frame 121
onClipEvent (enterFrame) { i = 1; while (i < 21) { if (enemyhit != 1) { if (this.Target.hitTest(_root["star" + i]) == true) { _root.bulletxscale = _root["Bullet0" + i]._xscale; _root.enemyxscale = Math.round(this._xscale); if ((Math.round(this.Gang._xscale) >= _root["star" + i]._xscale) or (Math.round(this.Gang._yscale) == _root["star" + i]._yscale)) { enemyhit = 1; _root.s = _root.s + 10; _root.hits++; damagecounter = 20; tellTarget (_root.EnemyDamageSound) { gotoAndPlay (2); }; _root["star" + i].gotoAndStop(1); _root["star" + i]._x = -20; _root["star" + i]._y = -20; _root["star" + i].ymovedone = 0; _root["star" + i].xmovedone = 0; _root["star" + i].firing = 0; } } } i++; } if (enemyhit == 1) { if (0 < damagecounter) { stop(); damagecounter = damagecounter - 1; if (this.Gang._alpha == 100) { this.Gang._alpha = 50; } else if (this.Gang._alpha < 100) { this.Gang._alpha = 100; } } else { this.Gang._alpha = 100; this.gotoAndPlay(1); } } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { i = 1; while (i < 21) { if (enemyhit != 1) { if (this.Target.hitTest(_root["star" + i]) == true) { _root.bulletxscale = _root["Bullet0" + i]._xscale; _root.enemyxscale = Math.round(this._xscale); if ((Math.round(this.Gang._xscale) >= _root["star" + i]._xscale) or (Math.round(this.Gang._yscale) == _root["star" + i]._yscale)) { enemyhit = 1; _root.s = _root.s + 10; _root.hits++; damagecounter = 20; tellTarget (_root.EnemyDamageSound) { gotoAndPlay (2); }; _root["star" + i].gotoAndStop(1); _root["star" + i]._x = -20; _root["star" + i]._y = -20; _root["star" + i].ymovedone = 0; _root["star" + i].xmovedone = 0; _root["star" + i].firing = 0; } } } i++; } if (enemyhit == 1) { if (0 < damagecounter) { stop(); damagecounter = damagecounter - 1; if (this.Gang._alpha == 100) { this.Gang._alpha = 50; } else if (this.Gang._alpha < 100) { this.Gang._alpha = 100; } } else { this.Gang._alpha = 100; this.gotoAndPlay(1); } } }
Frame 122
prevFrame(); play();
Frame 188
hits = s / 10; accuracycount = hits / shurikensused; a = Math.round(accuracycount * 100);
Frame 189
stop();
Frame 195
gotoAndPlay (190);
Symbol 29 Button
on (release) { gotoAndStop (16); }
Symbol 32 Button
on (release) { gotoAndPlay (20); }
Symbol 38 Button
on (release) { getURL ("http://www.foxbox.tv/", "_blank"); }
Symbol 41 Button
on (release) { gotoAndPlay (190); }
Symbol 46 Button
on (release) { gotoAndStop (13); }
Symbol 54 MovieClip Frame 1
stop(); getstartdist = 0;
Symbol 54 MovieClip Frame 2
dx = Math.abs(_x - targetx); moveSpeedx = dx / 5; if (1 < dx) { firing = 1; if (targetx < _x) { _x = (_x - moveSpeedx); } else { _x = (_x + moveSpeedx); } } else { xmovedone = 1; } dy = Math.abs(_y - targety); moveSpeedy = dy / 5; if (1 < dy) { firing = 1; if (targety < _y) { _y = (_y - moveSpeedy); } else { _y = (_y + moveSpeedy); } } else { ymovedone = 1; } if ((ymovedone + xmovedone) == 2) { if (scaling == done) { this.gotoAndStop(1); this._x = -20; this._y = -20; ymovedone = 0; xmovedone = 0; firing = 0; } } if (1 < this._xscale) { this._yscale = this._yscale - (this._yscale / 10); this._xscale = this._xscale - (this._xscale / 10); } else { scaling = done; }
Symbol 54 MovieClip Frame 3
prevFrame(); play();
Symbol 62 MovieClip Frame 1
stop();
Symbol 64 Button
on (press) { tellTarget ("Arms") { gotoAndPlay (2); }; if (fired != 1) { fired = 1; shotname = "_root.star" + _root.fire; eval (shotname)._yscale = 100; eval (shotname)._xscale = 100; eval (shotname).targetx = _root._xmouse; eval (shotname).targety = _root._ymouse; eval (shotname)._x = BG._width / 2; eval (shotname)._y = 283; tellTarget (eval (shotname)) { play(); }; if (_root.fire < 20) { _root.fire = _root.fire + 1; } else { _root.fire = 1; } } } on (release) { fired = 0; _root.shurikensused++; }
Symbol 79 MovieClip Frame 1
stop();
Symbol 107 MovieClip Frame 1
stop();
Symbol 107 MovieClip Frame 2
stop();
Symbol 107 MovieClip Frame 3
stop();
Symbol 107 MovieClip Frame 4
stop();
Symbol 107 MovieClip Frame 5
stop();
Symbol 107 MovieClip Frame 6
stop();
Symbol 107 MovieClip Frame 7
stop();
Symbol 107 MovieClip Frame 8
stop();
Symbol 107 MovieClip Frame 9
stop();
Symbol 107 MovieClip Frame 10
stop();
Symbol 107 MovieClip Frame 11
stop();
Symbol 107 MovieClip Frame 12
stop();
Symbol 113 MovieClip Frame 1
poptime = 1000; enemyhit = 0;
Symbol 113 MovieClip Frame 2
currentframe = _currentframe; if (poptime < 10) { gangmember = random(13) + 1; visibletime = 200; tellTarget ("Gang") { gotoAndStop(gangmember); }; gotoAndPlay (4); } else { poptime = random(1000); play(); }
Symbol 113 MovieClip Frame 3
currentframe = _currentframe; gotoAndPlay (2);
Symbol 113 MovieClip Frame 4
currentframe = _currentframe; Gang.gotoAndStop(gangmember);
Symbol 113 MovieClip Frame 5
currentframe = _currentframe;
Symbol 117 MovieClip Frame 1
poptime = 1000; enemyhit = 0;
Symbol 117 MovieClip Frame 2
currentframe = _currentframe; if (poptime < 10) { gangmember = random(13) + 1; visibletime = 200; tellTarget ("Gang") { gotoAndStop(gangmember); }; gotoAndPlay (4); } else { poptime = random(1000); play(); }
Symbol 117 MovieClip Frame 3
currentframe = _currentframe; gotoAndPlay (2);
Symbol 117 MovieClip Frame 4
currentframe = _currentframe; Gang.gotoAndStop(gangmember);
Symbol 117 MovieClip Frame 5
currentframe = _currentframe;
Symbol 119 MovieClip Frame 1
poptime = 1000; enemyhit = 0;
Symbol 119 MovieClip Frame 2
currentframe = _currentframe; if (poptime < 10) { gangmember = random(13) + 1; visibletime = 200; tellTarget ("Gang") { gotoAndStop(gangmember); }; gotoAndPlay (4); } else { poptime = random(1000); play(); }
Symbol 119 MovieClip Frame 3
currentframe = _currentframe; gotoAndPlay (2);
Symbol 119 MovieClip Frame 4
currentframe = _currentframe; Gang.gotoAndStop(gangmember);
Symbol 119 MovieClip Frame 5
currentframe = _currentframe;
Symbol 123 MovieClip Frame 1
poptime = 1000; enemyhit = 0;
Symbol 123 MovieClip Frame 2
currentframe = _currentframe; if (poptime < 10) { gangmember = random(13) + 1; visibletime = 200; tellTarget ("Gang") { gotoAndStop(gangmember); }; gotoAndPlay (4); } else { poptime = random(1000); play(); }
Symbol 123 MovieClip Frame 3
currentframe = _currentframe; gotoAndPlay (2);
Symbol 123 MovieClip Frame 4
currentframe = _currentframe; Gang.gotoAndStop(gangmember);
Symbol 123 MovieClip Frame 5
currentframe = _currentframe;
Symbol 126 MovieClip Frame 1
poptime = 1000; enemyhit = 0;
Symbol 126 MovieClip Frame 2
currentframe = _currentframe; if (poptime < 10) { gangmember = random(13) + 1; visibletime = 200; tellTarget ("Gang") { gotoAndStop(gangmember); }; gotoAndPlay (4); } else { poptime = random(1000); play(); }
Symbol 126 MovieClip Frame 3
currentframe = _currentframe; gotoAndPlay (2);
Symbol 126 MovieClip Frame 4
currentframe = _currentframe; Gang.gotoAndStop(gangmember);
Symbol 126 MovieClip Frame 5
currentframe = _currentframe;
Symbol 127 MovieClip Frame 1
stop();
Symbol 129 MovieClip Frame 1
poptime = 1000; enemyhit = 0;
Symbol 129 MovieClip Frame 2
currentframe = _currentframe; if (poptime < 10) { gangmember = random(13) + 1; visibletime = 200; tellTarget ("Gang") { gotoAndStop(gangmember); }; gotoAndPlay (4); } else { poptime = random(1000); play(); }
Symbol 129 MovieClip Frame 3
currentframe = _currentframe; gotoAndPlay (2);
Symbol 129 MovieClip Frame 4
currentframe = _currentframe; Gang.gotoAndStop(gangmember);
Symbol 129 MovieClip Frame 5
currentframe = _currentframe;
Symbol 130 MovieClip Frame 1
poptime = 1000; enemyhit = 0;
Symbol 130 MovieClip Frame 2
currentframe = _currentframe; if (poptime < 10) { gangmember = random(13) + 1; visibletime = 200; tellTarget ("Gang") { gotoAndStop(gangmember); }; gotoAndPlay (4); } else { poptime = random(1000); play(); }
Symbol 130 MovieClip Frame 3
currentframe = _currentframe; gotoAndPlay (2);
Symbol 130 MovieClip Frame 4
currentframe = _currentframe; Gang.gotoAndStop(gangmember);
Symbol 130 MovieClip Frame 5
currentframe = _currentframe;
Symbol 132 MovieClip Frame 1
poptime = 1000; enemyhit = 0;
Symbol 132 MovieClip Frame 2
currentframe = _currentframe; if (poptime < 10) { gangmember = random(13) + 1; visibletime = 200; tellTarget ("Gang") { gotoAndStop(gangmember); }; gotoAndPlay (4); } else { poptime = random(1000); play(); }
Symbol 132 MovieClip Frame 3
currentframe = _currentframe; gotoAndPlay (2);
Symbol 132 MovieClip Frame 4
currentframe = _currentframe; Gang.gotoAndStop(gangmember);
Symbol 132 MovieClip Frame 5
currentframe = _currentframe;
Symbol 139 MovieClip Frame 2
filename = "turtlesscores"; state = "busy"; loadVariables ("http://www.konami.com/main/cgi-bin/TurtlesDBread.cgi", "", "POST");
Symbol 139 MovieClip Frame 4
if (state eq "busy") { gotoAndPlay (3); }
Symbol 139 MovieClip Frame 5
if (state eq "done") { i = 1; while (10 >= Number(i)) { Set("/:n" add i, eval ("n" add i)); Set("/:s" add i, eval ("s" add i)); Set("/:a" add i, eval ("a" add i)); i = Number(i) + 1; } } gotoAndStop (1);
Symbol 141 MovieClip Frame 1
stop();
Symbol 141 MovieClip Frame 2
filename = "turtlesscores"; state = "busy"; n11 = ""; s11 = 0; a11 = 0; loadVariables ("http://www.konami.com/main/cgi-bin/TurtlesDBread.cgi", "", "POST");
Symbol 141 MovieClip Frame 4
if (state eq "busy") { gotoAndPlay (3); }
Symbol 141 MovieClip Frame 5
if (state eq "done") { i = 1; if (_root.a < 100) { _root.a = "0" add _root.a; } while (10 >= Number(i)) { Set("/:n" add i, eval ("n" add i)); Set("/:s" add i, eval ("s" add i)); Set("/:a" add i, eval ("a" add i)); i = Number(i) + 1; } } if (/:a ne "") { i = 10; n11 = /:n; Set("/:n11", /:n); s11 = /:s; Set("/:s11", /:s); a11 = /:a; Set("/:a11", /:a); scoretemp = s11; acctemp = a11; nametemp = n11; if (s11 < s10) { s10 = s10; a10 = a10; } else if ((s11 == s10) and (a11 < a10)) { s10 = s10; a10 = a10; } else { scoretemp = s10; acctemp = a10; nametemp = n10; s10 = s11; Set("/:s10", s11); a10 = a11; Set("/:a10", a11); n10 = n11; Set("/:n10", n11); s11 = scoretemp; a11 = acctemp; n11 = nametemp; } i = 10; while (1 < i) { j = i - 1; if (eval ("s" add j) < eval ("s" add i)) { Set(scoretemp, eval ("s" add i)); Set(acctemp, eval ("a" add i)); Set(nametemp, eval ("n" add i)); Set("s" add i, eval ("s" add j)); Set("/:s" add i, eval ("s" add j)); Set("a" add i, eval ("a" add j)); Set("/:a" add i, eval ("a" add j)); Set("n" add i, eval ("n" add j)); Set("/:n" add i, eval ("n" add j)); Set("s" add j, eval (scoretemp)); Set("/:s" add j, eval (scoretemp)); Set("a" add j, eval (acctemp)); Set("/:a" add j, eval (acctemp)); Set("n" add j, eval (nametemp)); Set("/:n" add j, eval (nametemp)); } else if (eval ("s" add i) == eval ("s" add j)) { if (eval ("a" add j) < eval ("a" add i)) { Set(scoretemp, eval ("s" add i)); Set(acctemp, eval ("a" add i)); Set(nametemp, eval ("n" add i)); Set("s" add i, eval ("s" add j)); Set("/:s" add i, eval ("s" add j)); Set("a" add i, eval ("a" add j)); Set("/:a" add i, eval ("a" add j)); Set("n" add i, eval ("n" add j)); Set("/:n" add i, eval ("n" add j)); Set("s" add j, eval (scoretemp)); Set("/:s" add j, eval (scoretemp)); Set("a" add j, eval (acctemp)); Set("/:a" add j, eval (acctemp)); Set("n" add j, eval (nametemp)); Set("/:n" add j, eval (nametemp)); } } i--; } } filename = "turtlesscores"; loadVariables ("http://www.konami.com/main/cgi-bin/TurtlesDBwrite.cgi", "", "POST"); gotoAndStop (1);
Symbol 142 MovieClip Frame 1
stop();
Symbol 142 MovieClip Frame 5
counter = "0"; filename = "scorecounter"; state = "busy"; loadVariables ("http://www.konami.com/main/cgi-bin/TurtlesDBread.cgi", "", "POST");
Symbol 142 MovieClip Frame 7
if (state eq "busy") { gotoAndPlay (3); }
Symbol 142 MovieClip Frame 8
counter = Number(counter) + 1; Set("/:counter", counter); loadVariables ("http://www.konami.com/main/cgi-bin/TurtlesDBwrite.cgi", "", "POST"); gotoAndStop (1);
Symbol 151 Button
on (release, keyPress "<Enter>") { tellTarget ("_root.AddMsg") { gotoAndPlay (2); }; unloadMovieNum (5); gotoAndPlay (190); }
Symbol 166 Button
on (release) { gotoAndStop (13); unloadMovieNum (5); }
Symbol 184 Button
on (release) { gotoAndPlay (1); unloadMovieNum (5); unloadMovieNum (201); loadMovieNum ("Music_Title.swf", 205); }

Library Items

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

Instance Names

"loader"Frame 2Symbol 17 MovieClip
"BG"Frame 20Symbol 50 MovieClip
"star1"Frame 26Symbol 54 MovieClip
"star2"Frame 26Symbol 54 MovieClip
"star3"Frame 26Symbol 54 MovieClip
"star4"Frame 26Symbol 54 MovieClip
"star5"Frame 26Symbol 54 MovieClip
"star6"Frame 26Symbol 54 MovieClip
"star7"Frame 26Symbol 54 MovieClip
"star8"Frame 26Symbol 54 MovieClip
"star9"Frame 26Symbol 54 MovieClip
"star10"Frame 26Symbol 54 MovieClip
"star11"Frame 26Symbol 54 MovieClip
"star12"Frame 26Symbol 54 MovieClip
"star13"Frame 26Symbol 54 MovieClip
"star14"Frame 26Symbol 54 MovieClip
"star15"Frame 26Symbol 54 MovieClip
"star16"Frame 26Symbol 54 MovieClip
"star17"Frame 26Symbol 54 MovieClip
"star18"Frame 26Symbol 54 MovieClip
"star19"Frame 26Symbol 54 MovieClip
"star20"Frame 26Symbol 54 MovieClip
"Arms"Frame 26Symbol 62 MovieClip
"Alert"Frame 26Symbol 79 MovieClip
"EnemyDamageSound"Frame 121Symbol 127 MovieClip
"Refresh"Frame 189Symbol 139 MovieClip
"AddMsg"Frame 189Symbol 141 MovieClip
"ScoreIncrement"Frame 189Symbol 142 MovieClip
"Alert"Frame 189Symbol 79 MovieClip
"Loadbar"Symbol 17 MovieClip Frame 1Symbol 16 MovieClip
"Gang"Symbol 113 MovieClip Frame 2Symbol 107 MovieClip
"Gang"Symbol 113 MovieClip Frame 4Symbol 107 MovieClip
"Target"Symbol 113 MovieClip Frame 4Symbol 112 MovieClip
"Gang"Symbol 117 MovieClip Frame 2Symbol 107 MovieClip
"Gang"Symbol 117 MovieClip Frame 4Symbol 107 MovieClip
"Target"Symbol 117 MovieClip Frame 4Symbol 112 MovieClip
"Gang"Symbol 119 MovieClip Frame 2Symbol 107 MovieClip
"Gang"Symbol 119 MovieClip Frame 4Symbol 107 MovieClip
"Target"Symbol 119 MovieClip Frame 4Symbol 112 MovieClip
"Gang"Symbol 123 MovieClip Frame 2Symbol 107 MovieClip
"Gang"Symbol 123 MovieClip Frame 4Symbol 107 MovieClip
"Target"Symbol 123 MovieClip Frame 4Symbol 112 MovieClip
"Gang"Symbol 126 MovieClip Frame 2Symbol 107 MovieClip
"Gang"Symbol 126 MovieClip Frame 4Symbol 107 MovieClip
"Target"Symbol 126 MovieClip Frame 4Symbol 112 MovieClip
"Gang"Symbol 129 MovieClip Frame 2Symbol 107 MovieClip
"Gang"Symbol 129 MovieClip Frame 4Symbol 107 MovieClip
"Target"Symbol 129 MovieClip Frame 4Symbol 112 MovieClip
"Gang"Symbol 130 MovieClip Frame 2Symbol 107 MovieClip
"Gang"Symbol 130 MovieClip Frame 4Symbol 107 MovieClip
"Target"Symbol 130 MovieClip Frame 4Symbol 112 MovieClip
"Gang"Symbol 132 MovieClip Frame 2Symbol 107 MovieClip
"Gang"Symbol 132 MovieClip Frame 4Symbol 107 MovieClip
"Target"Symbol 132 MovieClip Frame 4Symbol 112 MovieClip

Labels

"Load2"Frame 2
"Start"Frame 4
"Title"Frame 13
"HowTo"Frame 16
"Play"Frame 20
"GameOver"Frame 123
"ViewHighScores"Frame 190
"Hidden"Symbol 113 MovieClip Frame 2
"Visible"Symbol 113 MovieClip Frame 4
"Hidden"Symbol 117 MovieClip Frame 2
"Visible"Symbol 117 MovieClip Frame 4
"Hidden"Symbol 119 MovieClip Frame 2
"Visible"Symbol 119 MovieClip Frame 4
"Hidden"Symbol 123 MovieClip Frame 2
"Visible"Symbol 123 MovieClip Frame 4
"Hidden"Symbol 126 MovieClip Frame 2
"Visible"Symbol 126 MovieClip Frame 4
"Hidden"Symbol 129 MovieClip Frame 2
"Visible"Symbol 129 MovieClip Frame 4
"Hidden"Symbol 130 MovieClip Frame 2
"Visible"Symbol 130 MovieClip Frame 4
"Hidden"Symbol 132 MovieClip Frame 2
"Visible"Symbol 132 MovieClip Frame 4

Dynamic Text Variables

totalkbytesSymbol 3 EditableText"0"
frameSymbol 4 EditableText"0"
totalkbytesSymbol 8 EditableText"0"
frameSymbol 9 EditableText"0"
_root.sSymbol 71 EditableText"0"
_root.timeleftSymbol 72 EditableText"0"
_root.sSymbol 75 EditableText"0"
_root.timeleftSymbol 76 EditableText"0"
_root.nSymbol 145 EditableText""
counterSymbol 147 EditableText"BUSY..."
_root.hitsSymbol 152 EditableText"0"
_root.aSymbol 154 EditableText"0"
_root.shurikensusedSymbol 156 EditableText"0"
_root.hitsSymbol 159 EditableText"0"
_root.aSymbol 161 EditableText"0"
_root.shurikensusedSymbol 163 EditableText"0"
s1Symbol 188 EditableText""
s2Symbol 189 EditableText""
s3Symbol 190 EditableText""
s4Symbol 191 EditableText""
s5Symbol 192 EditableText""
s6Symbol 193 EditableText""
s7Symbol 194 EditableText""
s8Symbol 195 EditableText""
s9Symbol 196 EditableText""
s10Symbol 197 EditableText""
a1Symbol 198 EditableText""
a2Symbol 199 EditableText""
a3Symbol 200 EditableText""
a4Symbol 201 EditableText""
a5Symbol 202 EditableText""
a6Symbol 203 EditableText""
a7Symbol 204 EditableText""
a8Symbol 205 EditableText""
a9Symbol 206 EditableText""
a10Symbol 207 EditableText""
n1Symbol 208 EditableText""
n2Symbol 209 EditableText""
n3Symbol 210 EditableText""
n4Symbol 211 EditableText""
n5Symbol 212 EditableText""
n6Symbol 213 EditableText""
n7Symbol 214 EditableText""
n8Symbol 215 EditableText""
n9Symbol 216 EditableText""
n10Symbol 217 EditableText""




http://swfchan.com/6/25389/info.shtml
Created: 23/5 -2019 18:21:12 Last modified: 23/5 -2019 18:21:12 Server time: 14/05 -2024 09:02:40