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

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

Uchu Wars.swf

This is the info page for
Flash #28320

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


Text
LOADING

999

%

000000000000

000000000000

STAGE

1

2

3

4

5

6

7

8

POWER

9

10

11

12

13

14

15

16

STAGE

88

GAMEOVER

UCHU WARSCREATED
BYBABARAGRAPHICROU
MIYUKISPECIAL THANKS
TOTHE MATCH-
MAKERSIHSOTIHSPECIAL
RESPECT
TOXEVIOUSSTARFORCES
TARSOLDIEREXEDEXES
KYUKYOKU
TIGERTATSUJINDARIU
SAll other arcade
gamesandSTAR WARS

CONGRATURATIONS!1
COIN CLEAR

ActionScript [AS1/AS2]

Frame 1
fscommand ("showmenu", "false"); fscommand ("allowscale", "true"); fscommand ("fullscreen", "false"); score = 0; savedscore = SharedObject.getLocal("uwhiscore"); if (savedscore.data.hi != null) { hiscore = savedscore.data.hi; } else { hiscore = 0; } if (savedscore.data.maxs != null) { maxstg = savedscore.data.maxs; } else { maxstg = 1; } powmax = 1;
Instance of Symbol 270 MovieClip in Frame 1
onClipEvent (enterFrame) { _xscale = ((_root.parcent / 100) * 100); }
Frame 2
loadedSize = _root.getBytesLoaded(); totalSize = _root.getBytesTotal(); if (loadedSize >= totalSize) { _root.gotoAndPlay("title"); } else { parcent = int((loadedSize / totalSize) * 100); }
Frame 3
this.gotoAndPlay(_currentframe - 1);
Frame 4
_root.attachMovie("mute", "bgm", 6333); event = 0; selectstg = 1; selectpower = 1; live = 5; power = 1; stg = 1; bomb = 3; itemnum = 0; endcredit = 0; omake = 0;
Instance of Symbol 282 MovieClip "bombdisplay" in Frame 4
onClipEvent (enterFrame) { this.gotoAndPlay("b" + _root.bomb); }
Instance of Symbol 290 MovieClip "shielddisplay" in Frame 4
onClipEvent (enterFrame) { this.gotoAndPlay("b" + _root.live); }
Instance of Symbol 311 MovieClip in Frame 4
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { se = new Sound(); se.attachSound("click"); se.start(); _root.selectstg++; if (_root.selectstg > _root.maxstg) { _root.selectstg = 1; } if (_root.selectstg >= 9) { _root.selectstg = 1; } if (_root.selectstg == 1) { _root.powmax = 1; _root.itemnum = 0; } else if (_root.selectstg == 2) { _root.powmax = 4; _root.itemnum = 3; } else if (_root.selectstg == 3) { _root.powmax = 6; _root.itemnum = 6; } else if (_root.selectstg == 4) { _root.powmax = 8; _root.itemnum = 9; } else if (_root.selectstg == 5) { _root.powmax = 9; _root.itemnum = 11; } else if (_root.selectstg == 6) { _root.powmax = 11; _root.itemnum = 14; } else if (_root.selectstg == 7) { _root.powmax = 13; _root.itemnum = 17; } else if (_root.selectstg == 8) { _root.powmax = 15; _root.itemnum = 20; } _root.powerselect.gotoAndPlay("b" + _root.powmax); _root.power = _root.powmax; this.gotoAndPlay("b" + _root.selectstg); _root.stg = _root.selectstg; } }
Instance of Symbol 321 MovieClip "powerselect" in Frame 4
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { se = new Sound(); se.attachSound("click"); se.start(); _root.selectpower = _root.power; _root.selectpower++; if ((_root.maxstg <= 8) && (_root.selectpower > _root.powmax)) { _root.selectpower = 1; } if (_root.selectpower > 16) { _root.selectpower = 1; } this.gotoAndPlay("b" + _root.selectpower); _root.power = _root.selectpower; } }
Instance of Symbol 323 MovieClip in Frame 4
onClipEvent (load) { Mouse.show(); } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { _root.event = 1; } }
Frame 5
if (_root.event == 1) { this.gotoAndPlay(_currentframe + 2); }
Frame 6
this.gotoAndPlay(_currentframe - 1);
Frame 7
_root.attachMovie("opening", "opening", 10); event = 0; score = 0; lastboss = 0; lastoption = 0; bossbattle = 0; s = 0; gameover = 0; this.bombdisplay.gotoAndPlay("b" + _root.bomb); this.shielddisplay.gotoAndPlay("b" + _root.bomb); if (_root.stg == 1) { _root.omake = 1; }
Frame 8
if (_root.event == 1) { this.gotoAndPlay(_currentframe + 2); }
Frame 9
this.gotoAndPlay(_currentframe - 1);
Frame 10
if (_root.stg >= 5) { _root.attachMovie("bgm2", "bgm", 6333); } else { _root.attachMovie("bgm1", "bgm", 6333); } roundclear = 0; c = 0; s = 0; k = 0; l = 9; event = 0; if (_root.stg <= 4) { _root.starback.gotoAndPlay(1); } else if (_root.stg <= 7) { _root.starback.gotoAndPlay(4); } if (_root.stg == 8) { _root.starback.gotoAndPlay(1); }
Instance of Symbol 380 MovieClip "ship" in Frame 10
onClipEvent (load) { Mouse.hide(); } onClipEvent (mouseMove) { if ((_root._xmouse > 120) && (_root._xmouse < 360)) { _x = (_x + _xmouse); } if ((_root._ymouse > 20) && (_root._ymouse < 340)) { _y = (_y + _ymouse); } _root.shotaction._x = _x; _root.shotaction._y = _y; } onClipEvent (mouseDown) { if (_root.shotaction == null) { _root.attachMovie("shotaction", "shotaction", 100); _root.shotaction._x = _x; _root.shotaction._y = _y; } } onClipEvent (mouseUp) { _root.shotaction.removeMovieClip(); } onClipEvent (keyDown) { if ((_root.d.shot25 == null) && (_root.bomb >= 1)) { _root.d.attachMovie("bomb", "shot25", 888); _root.d.shot25._x = _x; _root.d.shot25._y = _y; } }
Frame 11
if (_root.roundclear == 1) { if (_root.stg >= 8) { this.gotoAndPlay("yokoku"); } else { this.gotoAndPlay(_currentframe + 2); } } if (_root.gameover == 1) { this.gotoAndPlay("end"); }
Frame 12
this.gotoAndPlay(_currentframe - 1);
Frame 13
_root.attachMovie("mute", "bgm", 6333); event = 0; _root.shotaction.removeMovieClip();
Frame 14
if (_root.event == 1) { this.gotoAndPlay("main"); }
Frame 15
this.gotoAndPlay(_currentframe - 1);
Frame 16
_root.attachMovie("mute", "bgm", 6333); event = 0; _root.shotaction.removeMovieClip(); if (score > hiscore) { hiscore = score; } if (_root.stg >= _root.maxstg) { _root.maxstg = _root.stg; } savedscore = SharedObject.getLocal("uwhiscore"); savedscore.data.hi = _root.hiscore; savedscore.flush(); savedscore = SharedObject.getLocal("uwhiscore"); savedscore.data.maxs = _root.maxstg; savedscore.flush();
Instance of Symbol 389 MovieClip in Frame 16
onClipEvent (mouseDown) { _root.event = 1; }
Frame 17
if (_root.event == 1) { this.gotoAndPlay("title"); }
Frame 18
this.gotoAndPlay(_currentframe - 1);
Frame 19
_root.attachMovie("mute", "bgm", 6333); event = 0; _root.shotaction.removeMovieClip(); if (score > hiscore) { hiscore = score; } if (_root.stg >= _root.maxstg) { _root.maxstg = 9; } savedscore = SharedObject.getLocal("uwhiscore"); savedscore.data.hi = _root.hiscore; savedscore.flush(); savedscore = SharedObject.getLocal("uwhiscore"); savedscore.data.maxs = _root.maxstg; savedscore.flush();
Frame 20
_root.attachMovie("bgm3", "bgm", 6333); if ((_root.event == 1) && (_root.endcredit == 1)) { this.gotoAndPlay(_currentframe + 2); }
Frame 21
this.gotoAndPlay(_currentframe - 1);
Frame 22
event = 0;
Frame 23
if ((_root.event == 1) && (_root.endcredit == 1)) { if (_root.omake == 1) { this.gotoAndPlay(_currentframe + 2); } else { this.gotoAndPlay("title"); } }
Frame 24
this.gotoAndPlay(_currentframe - 1);
Frame 25
event = 0;
Frame 26
if ((_root.event == 1) && (_root.endcredit == 1)) { this.gotoAndPlay("title"); }
Frame 27
this.gotoAndPlay(_currentframe - 1);
Symbol 5 MovieClip [bgm1] Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 9 MovieClip [bgm2] Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 10 MovieClip [bgm3] Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 12 MovieClip [star] Frame 1
spd = (Math.random() * 8) + 1;
Symbol 12 MovieClip [star] Frame 2
this._y = this._y + spd; if (_y > 320) { _x = (Math.random() * 240); _y = 0; }
Symbol 12 MovieClip [star] Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 22 MovieClip [bangs] Frame 10
this.removeMovieClip();
Symbol 29 MovieClip [bangm] Frame 16
this.removeMovieClip();
Symbol 30 MovieClip [bangl] Frame 16
this.removeMovieClip();
Symbol 33 MovieClip Frame 15
point = {x:_x, y:_y}; this.localToGlobal(point); if (point.y > 0) { _root.d.attachMovie("tekidan4", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.s++; }
Symbol 34 MovieClip Frame 1
point = {x:_x, y:_y}; this.localToGlobal(point); _root.e.attachMovie("bangl", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = point.x; _root.e["e" + _root.c]._y = point.y; _root.c++;
Symbol 34 MovieClip Frame 2
this.removeMovieClip();
Symbol 35 MovieClip Frame 1
point = {x:_x, y:_y}; this.localToGlobal(point); t = int(Math.random() * 8); i = 0; while (i < t) { _root.e.attachMovie("hahenl", "e" + _root.c, 1500 + _root.c); _root.e["e" + _root.c]._x = point.x; _root.e["e" + _root.c]._y = point.y; _root.e["e" + _root.c]._rotation = Math.random() * 360; _root.c++; i++; }
Symbol 35 MovieClip Frame 2
this.removeMovieClip();
Symbol 37 MovieClip [b9b] Frame 1
vit = 2000; sc = 25000;
Symbol 37 MovieClip [b9b] Frame 2
i = 0; while (i <= 24) { if (this.hitTest(_root.d["shot" + i])) { _root.d["shot" + i].removeMovieClip(); irochange = new Color(this.img); irochange.setTransform({gb:(255 * (vit / 2000)) - 255, bb:(255 * (vit / 2000)) - 255}); if (i > 9) { vit = vit - (_root.power / 4); } else { vit = vit - _root.power; } if (vit <= 0) { this.gotoAndPlay("bomb"); } } i++; } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); }
Symbol 37 MovieClip [b9b] Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 37 MovieClip [b9b] Frame 48
_root.score = _root.score + sc; _root.lastboss++;
Symbol 37 MovieClip [b9b] Frame 50
this.gotoAndPlay(_currentframe - 1);
Symbol 43 MovieClip [bomb] Frame 31
_root.bomb--;
Symbol 43 MovieClip [bomb] Frame 32
this.removeMovieClip();
Symbol 46 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 47 MovieClip Frame 10
if ((Math.random() * 4) <= 1) { point = {x:_x, y:_y}; this.localToGlobal(point); if ((((point.y > 20) && (point.y < 300)) && (point.x < 360)) && (point.x > 120)) { dx = _root.ship._x - point.x; dy = _root.ship._y - point.y; rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; } }
Symbol 47 MovieClip Frame 20
if ((Math.random() * 4) <= 1) { point = {x:_x, y:_y}; this.localToGlobal(point); if ((((point.y > 20) && (point.y < 300)) && (point.x < 360)) && (point.x > 120)) { dx = _root.ship._x - point.x; dy = _root.ship._y - point.y; rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; } }
Symbol 48 MovieClip Frame 1
point = {x:_x, y:_y}; this.localToGlobal(point); _root.e.attachMovie("bangs", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = point.x; _root.e["e" + _root.c]._y = point.y; _root.c++;
Symbol 48 MovieClip Frame 2
this.removeMovieClip();
Symbol 49 MovieClip Frame 1
point = {x:_x, y:_y}; this.localToGlobal(point); t = int(Math.random() * 4); i = 0; while (i < t) { point = {x:_x, y:_y}; this.localToGlobal(point); _root.e.attachMovie("hahen", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = point.x; _root.e["e" + _root.c]._y = point.y; _root.e["e" + _root.c]._rotation = Math.random() * 360; _root.c++; i++; }
Symbol 49 MovieClip Frame 2
this.removeMovieClip();
Symbol 51 MovieClip Frame 1
vit = 18; sc = 180;
Symbol 51 MovieClip Frame 2
i = 0; while (i <= 24) { if (this.hitTest(_root.d["shot" + i])) { this.img.gotoAndPlay("dmg"); _root.d["shot" + i].removeMovieClip(); if (i > 9) { vit = vit - (_root.power / 4); } else { vit = vit - _root.power; } if (vit <= 0) { this.gotoAndPlay("bomb"); } } i++; } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); } if (this.hitTest(_root.d.shot25)) { this.gotoAndPlay("bomb"); }
Symbol 51 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 51 MovieClip Frame 5
_root.score = _root.score + sc; _parent.removeMovieClip();
Symbol 52 MovieClip [ew1] Frame 80
this.removeMovieClip();
Symbol 53 MovieClip [ew2] Frame 80
this.removeMovieClip();
Symbol 56 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 57 MovieClip Frame 12
if ((Math.random() * 8) <= 1) { point = {x:_x, y:_y}; this.localToGlobal(point); if ((((point.y > 20) && (point.y < 300)) && (point.x < 360)) && (point.x > 120)) { dx = _root.ship._x - point.x; dy = _root.ship._y - point.y; rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; } }
Symbol 57 MovieClip Frame 24
if ((Math.random() * 8) <= 1) { point = {x:_x, y:_y}; this.localToGlobal(point); if ((((point.y > 20) && (point.y < 300)) && (point.x < 360)) && (point.x > 120)) { dx = _root.ship._x - point.x; dy = _root.ship._y - point.y; rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; } }
Symbol 58 MovieClip Frame 1
vit = 24; sc = 240;
Symbol 58 MovieClip Frame 2
i = 0; while (i <= 24) { if (this.hitTest(_root.d["shot" + i])) { this.img.gotoAndPlay("dmg"); _root.d["shot" + i].removeMovieClip(); if (i > 9) { vit = vit - (_root.power / 4); } else { vit = vit - _root.power; } if (vit <= 0) { this.gotoAndPlay("bomb"); } } i++; } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); } if (this.hitTest(_root.d.shot25)) { this.gotoAndPlay("bomb"); }
Symbol 58 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 58 MovieClip Frame 5
_root.score = _root.score + sc; _parent.removeMovieClip();
Symbol 59 MovieClip [ex1] Frame 100
this.removeMovieClip();
Symbol 60 MovieClip [ez] Frame 180
this.removeMovieClip();
Symbol 61 MovieClip [ex2] Frame 100
this.removeMovieClip();
Symbol 64 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 65 MovieClip Frame 1
vit = 3; sc = 30;
Symbol 65 MovieClip Frame 2
i = 0; while (i <= 24) { if (this.hitTest(_root.d["shot" + i])) { this.img.gotoAndPlay("dmg"); _root.d["shot" + i].removeMovieClip(); if (i > 9) { vit = vit - (_root.power / 4); } else { vit = vit - _root.power; } if (vit <= 0) { this.gotoAndPlay("bomb"); } } i++; } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); } if (this.hitTest(_root.d.shot25)) { this.gotoAndPlay("bomb"); }
Symbol 65 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 65 MovieClip Frame 5
_root.score = _root.score + sc; _parent.removeMovieClip();
Symbol 66 MovieClip [ev] Frame 34
if ((Math.random() * 2) <= 1) { this.attachMovie("eshot", "s" + _root.s, 20000 + _root.s); _root.s++; }
Symbol 66 MovieClip [ev] Frame 35
if (_x >= 120) { _rotation = (_rotation - (Math.random() * 15)); } else { _rotation = (_rotation + (Math.random() * 15)); }
Symbol 66 MovieClip [ev] Frame 100
this.removeMovieClip();
Symbol 69 MovieClip Frame 91
point = {x:_x, y:_y}; this.localToGlobal(point); if (point.y >= 300) { this.gotoAndPlay(350); }
Symbol 69 MovieClip Frame 101
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - point.x; dy = _root.ship._y - point.y; rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 6; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 6; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) - 60; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 6; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) + 60; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) + 30; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) - 30; _root.s++;
Symbol 69 MovieClip Frame 105
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 6; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 6; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) - 60; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 6; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) + 60; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) + 30; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) - 30; _root.s++;
Symbol 69 MovieClip Frame 109
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 6; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 6; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) - 60; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 6; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) + 60; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) + 30; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) - 30; _root.s++;
Symbol 69 MovieClip Frame 113
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 6; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 6; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) - 60; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 6; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) + 60; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) + 30; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) - 30; _root.s++;
Symbol 69 MovieClip Frame 117
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 6; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 6; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) - 60; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 6; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) + 60; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) + 30; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) - 30; _root.s++;
Symbol 69 MovieClip Frame 121
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 6; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 6; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) - 60; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 6; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) + 60; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) + 30; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) - 30; _root.s++;
Symbol 69 MovieClip Frame 125
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 6; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 6; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) - 60; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 6; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) + 60; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) + 30; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) - 30; _root.s++;
Symbol 69 MovieClip Frame 129
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 6; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 6; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) - 60; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 6; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) + 60; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) + 30; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) - 30; _root.s++;
Symbol 69 MovieClip Frame 133
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 6; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 6; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) - 60; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 6; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) + 60; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) + 30; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) - 30; _root.s++;
Symbol 69 MovieClip Frame 198
point = {x:_x, y:_y}; this.localToGlobal(point); if (point.y >= 300) { this.gotoAndPlay(350); }
Symbol 69 MovieClip Frame 216
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 69 MovieClip Frame 217
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 69 MovieClip Frame 218
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 69 MovieClip Frame 219
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 69 MovieClip Frame 220
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 69 MovieClip Frame 221
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 69 MovieClip Frame 222
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 69 MovieClip Frame 223
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 69 MovieClip Frame 224
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 69 MovieClip Frame 225
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 69 MovieClip Frame 226
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 69 MovieClip Frame 227
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 69 MovieClip Frame 228
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 69 MovieClip Frame 229
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 69 MovieClip Frame 230
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 69 MovieClip Frame 231
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 69 MovieClip Frame 232
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 69 MovieClip Frame 233
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 69 MovieClip Frame 234
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 69 MovieClip Frame 235
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 69 MovieClip Frame 236
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 69 MovieClip Frame 237
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 69 MovieClip Frame 238
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 69 MovieClip Frame 239
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 69 MovieClip Frame 240
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 69 MovieClip Frame 241
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 69 MovieClip Frame 242
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 69 MovieClip Frame 243
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 69 MovieClip Frame 244
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 69 MovieClip Frame 245
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 69 MovieClip Frame 246
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 69 MovieClip Frame 247
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 69 MovieClip Frame 248
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 69 MovieClip Frame 249
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 69 MovieClip Frame 250
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 69 MovieClip Frame 251
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 69 MovieClip Frame 252
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 20; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 69 MovieClip Frame 253
point = {x:_x, y:_y}; this.localToGlobal(point); _root.attachMovie("tekidan5", "eb" + _root.eb, 9999 + _root.eb); _root["eb" + _root.eb]._x = point.x; _root["eb" + _root.eb]._y = point.y + 20; _root["eb" + _root.eb]._rotation = Math.random() * 360; _root.eb++;
Symbol 69 MovieClip Frame 337
this.gotoAndPlay(50);
Symbol 69 MovieClip Frame 355
this.gotoAndPlay(350);
Symbol 70 MovieClip Frame 1
point = {x:_x, y:_y}; this.localToGlobal(point); _root.e.attachMovie("bangm", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = point.x; _root.e["e" + _root.c]._y = point.y; _root.c++;
Symbol 70 MovieClip Frame 2
this.removeMovieClip();
Symbol 71 MovieClip Frame 1
vit = 384; sc = 3840;
Symbol 71 MovieClip Frame 2
i = 0; while (i <= 24) { if (this.hitTest(_root.d["shot" + i])) { _root.d["shot" + i].removeMovieClip(); irochange = new Color(this.img); irochange.setTransform({gb:(255 * (vit / 384)) - 255, bb:(255 * (vit / 384)) - 255}); if (i > 9) { vit = vit - (_root.power / 4); } else { vit = vit - _root.power; } if (vit <= 0) { this.gotoAndPlay("bomb"); } } i++; } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); }
Symbol 71 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 71 MovieClip Frame 19
_root.score = _root.score + sc; _parent.removeMovieClip();
Symbol 72 MovieClip [cm] Frame 500
this.removeMovieClip();
Symbol 75 MovieClip Frame 64
point = {x:_x, y:_y}; this.localToGlobal(point); if (point.y >= 300) { this.gotoAndPlay(350); }
Symbol 75 MovieClip Frame 70
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - point.x; dy = _root.ship._y - point.y; rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) - 30; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) + 30; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) + 60; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) - 60; _root.s++;
Symbol 75 MovieClip Frame 73
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) - 30; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) + 30; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) + 60; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) - 60; _root.s++;
Symbol 75 MovieClip Frame 76
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) - 30; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) + 30; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) + 60; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) - 60; _root.s++;
Symbol 75 MovieClip Frame 79
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) - 30; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) + 30; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) + 60; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) - 60; _root.s++;
Symbol 75 MovieClip Frame 82
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) - 30; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) + 30; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) + 60; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) - 60; _root.s++;
Symbol 75 MovieClip Frame 85
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) - 30; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) + 30; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) + 60; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) - 60; _root.s++;
Symbol 75 MovieClip Frame 143
point = {x:_x, y:_y}; this.localToGlobal(point); if (point.y >= 300) { this.gotoAndPlay(350); }
Symbol 75 MovieClip Frame 151
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 75 MovieClip Frame 152
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 75 MovieClip Frame 153
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 75 MovieClip Frame 154
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 75 MovieClip Frame 155
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 75 MovieClip Frame 156
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 75 MovieClip Frame 157
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 75 MovieClip Frame 158
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 75 MovieClip Frame 159
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 75 MovieClip Frame 160
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 75 MovieClip Frame 161
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 75 MovieClip Frame 162
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 75 MovieClip Frame 163
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 75 MovieClip Frame 164
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 75 MovieClip Frame 165
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 75 MovieClip Frame 166
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 75 MovieClip Frame 167
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 75 MovieClip Frame 168
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 75 MovieClip Frame 169
point = {x:_x, y:_y}; this.localToGlobal(point); _root.attachMovie("tekidan2", "eb" + _root.eb, 9999 + _root.eb); _root["eb" + _root.eb]._x = point.x + 13; _root["eb" + _root.eb]._y = point.y - 3; _root["eb" + _root.eb]._rotation = Math.random() * 360; _root.eb++;
Symbol 75 MovieClip Frame 170
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 75 MovieClip Frame 171
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 75 MovieClip Frame 172
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 75 MovieClip Frame 173
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 75 MovieClip Frame 174
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 75 MovieClip Frame 175
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 75 MovieClip Frame 176
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 75 MovieClip Frame 177
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 75 MovieClip Frame 178
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 75 MovieClip Frame 179
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 75 MovieClip Frame 180
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 75 MovieClip Frame 181
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 75 MovieClip Frame 182
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 75 MovieClip Frame 183
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 75 MovieClip Frame 184
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 75 MovieClip Frame 185
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 75 MovieClip Frame 186
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 75 MovieClip Frame 187
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 13; _root.d["s" + _root.s]._y = point.y - 3; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 75 MovieClip Frame 188
point = {x:_x, y:_y}; this.localToGlobal(point); _root.attachMovie("tekidan2", "eb" + _root.eb, 9999 + _root.eb); _root["eb" + _root.eb]._x = point.x + 13; _root["eb" + _root.eb]._y = point.y - 3; _root["eb" + _root.eb]._rotation = Math.random() * 360; _root.eb++;
Symbol 75 MovieClip Frame 225
this.gotoAndPlay(50);
Symbol 75 MovieClip Frame 261
this.gotoAndPlay(350);
Symbol 76 MovieClip Frame 1
vit = 1280; sc = 12800;
Symbol 76 MovieClip Frame 2
i = 0; while (i <= 24) { if (this.hitTest(_root.d["shot" + i])) { _root.d["shot" + i].removeMovieClip(); irochange = new Color(this.img); irochange.setTransform({gb:(255 * (vit / 1280)) - 255, bb:(255 * (vit / 1280)) - 255}); if (i > 9) { vit = vit - (_root.power / 4); } else { vit = vit - _root.power; } if (vit <= 0) { this.gotoAndPlay("bomb"); } } i++; } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); }
Symbol 76 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 76 MovieClip Frame 19
_root.score = _root.score + sc; _parent.removeMovieClip();
Symbol 77 MovieClip [cb] Frame 500
this.removeMovieClip();
Symbol 80 MovieClip Frame 70
rnd = Math.random() * 4; if (rnd > 3) { this.gotoAndPlay(100); } else if (rnd > 2) { this.gotoAndPlay(200); } else if (rnd > 1) { this.gotoAndPlay(300); } else { this.gotoAndPlay(400); }
Symbol 80 MovieClip Frame 100
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - point.x; dy = _root.ship._y - point.y; rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan4", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 8; _root.d["s" + _root.s]._y = point.y + 43; _root.s++; _root.d.attachMovie("tekidan4", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 8; _root.d["s" + _root.s]._y = point.y + 43; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 10; _root.d["s" + _root.s]._y = point.y + 27; _root.d["s" + _root.s]._rotation = 45; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 10; _root.d["s" + _root.s]._y = point.y + 27; _root.d["s" + _root.s]._rotation = -45; _root.s++;
Symbol 80 MovieClip Frame 103
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - point.x; dy = _root.ship._y - point.y; rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan4", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 8; _root.d["s" + _root.s]._y = point.y + 43; _root.s++; _root.d.attachMovie("tekidan4", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 8; _root.d["s" + _root.s]._y = point.y + 43; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 10; _root.d["s" + _root.s]._y = point.y + 27; _root.d["s" + _root.s]._rotation = 45; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 10; _root.d["s" + _root.s]._y = point.y + 27; _root.d["s" + _root.s]._rotation = -45; _root.s++;
Symbol 80 MovieClip Frame 106
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - point.x; dy = _root.ship._y - point.y; rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan4", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 8; _root.d["s" + _root.s]._y = point.y + 43; _root.s++; _root.d.attachMovie("tekidan4", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 8; _root.d["s" + _root.s]._y = point.y + 43; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 10; _root.d["s" + _root.s]._y = point.y + 27; _root.d["s" + _root.s]._rotation = 45; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 10; _root.d["s" + _root.s]._y = point.y + 27; _root.d["s" + _root.s]._rotation = -45; _root.s++;
Symbol 80 MovieClip Frame 109
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - point.x; dy = _root.ship._y - point.y; rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan4", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 8; _root.d["s" + _root.s]._y = point.y + 43; _root.s++; _root.d.attachMovie("tekidan4", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 8; _root.d["s" + _root.s]._y = point.y + 43; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 10; _root.d["s" + _root.s]._y = point.y + 27; _root.d["s" + _root.s]._rotation = 45; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 10; _root.d["s" + _root.s]._y = point.y + 27; _root.d["s" + _root.s]._rotation = -45; _root.s++;
Symbol 80 MovieClip Frame 112
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - point.x; dy = _root.ship._y - point.y; rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan4", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 8; _root.d["s" + _root.s]._y = point.y + 43; _root.s++; _root.d.attachMovie("tekidan4", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 8; _root.d["s" + _root.s]._y = point.y + 43; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 10; _root.d["s" + _root.s]._y = point.y + 27; _root.d["s" + _root.s]._rotation = 45; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 10; _root.d["s" + _root.s]._y = point.y + 27; _root.d["s" + _root.s]._rotation = -45; _root.s++;
Symbol 80 MovieClip Frame 115
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - point.x; dy = _root.ship._y - point.y; rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan4", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 8; _root.d["s" + _root.s]._y = point.y + 43; _root.s++; _root.d.attachMovie("tekidan4", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 8; _root.d["s" + _root.s]._y = point.y + 43; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 10; _root.d["s" + _root.s]._y = point.y + 27; _root.d["s" + _root.s]._rotation = 45; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 10; _root.d["s" + _root.s]._y = point.y + 27; _root.d["s" + _root.s]._rotation = -45; _root.s++;
Symbol 80 MovieClip Frame 118
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - point.x; dy = _root.ship._y - point.y; rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan4", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 8; _root.d["s" + _root.s]._y = point.y + 43; _root.s++; _root.d.attachMovie("tekidan4", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 8; _root.d["s" + _root.s]._y = point.y + 43; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 10; _root.d["s" + _root.s]._y = point.y + 27; _root.d["s" + _root.s]._rotation = 45; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 10; _root.d["s" + _root.s]._y = point.y + 27; _root.d["s" + _root.s]._rotation = -45; _root.s++;
Symbol 80 MovieClip Frame 121
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - point.x; dy = _root.ship._y - point.y; rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan4", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 8; _root.d["s" + _root.s]._y = point.y + 43; _root.s++; _root.d.attachMovie("tekidan4", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 8; _root.d["s" + _root.s]._y = point.y + 43; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 10; _root.d["s" + _root.s]._y = point.y + 27; _root.d["s" + _root.s]._rotation = 45; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 10; _root.d["s" + _root.s]._y = point.y + 27; _root.d["s" + _root.s]._rotation = -45; _root.s++;
Symbol 80 MovieClip Frame 123
this.gotoAndPlay(20);
Symbol 80 MovieClip Frame 200
point = {x:_x, y:_y}; this.localToGlobal(point); rad = Math.random() * 360; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = rad + 15; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = rad + 30; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = rad + 45; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = rad - 15; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = rad - 30; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = rad - 45; _root.s++;
Symbol 80 MovieClip Frame 211
point = {x:_x, y:_y}; this.localToGlobal(point); rad = Math.random() * 360; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = rad + 15; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = rad + 30; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = rad + 45; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = rad - 15; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = rad - 30; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = rad - 45; _root.s++;
Symbol 80 MovieClip Frame 222
point = {x:_x, y:_y}; this.localToGlobal(point); rad = Math.random() * 360; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = rad + 15; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = rad + 30; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = rad + 45; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = rad - 15; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = rad - 30; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = rad - 45; _root.s++;
Symbol 80 MovieClip Frame 233
point = {x:_x, y:_y}; this.localToGlobal(point); rad = Math.random() * 360; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = rad + 15; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = rad + 30; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = rad + 45; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = rad - 15; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = rad - 30; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = rad - 45; _root.s++;
Symbol 80 MovieClip Frame 244
point = {x:_x, y:_y}; this.localToGlobal(point); rad = Math.random() * 360; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = rad + 15; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = rad + 30; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = rad + 45; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = rad - 15; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = rad - 30; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = rad - 45; _root.s++;
Symbol 80 MovieClip Frame 255
point = {x:_x, y:_y}; this.localToGlobal(point); rad = Math.random() * 360; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = rad + 15; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = rad + 30; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = rad + 45; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = rad - 15; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = rad - 30; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = rad - 45; _root.s++;
Symbol 80 MovieClip Frame 256
this.gotoAndPlay(20);
Symbol 80 MovieClip Frame 300
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 80 MovieClip Frame 301
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 80 MovieClip Frame 302
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 80 MovieClip Frame 303
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 80 MovieClip Frame 304
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 80 MovieClip Frame 305
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 80 MovieClip Frame 306
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 80 MovieClip Frame 307
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 80 MovieClip Frame 308
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 80 MovieClip Frame 309
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 80 MovieClip Frame 310
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 80 MovieClip Frame 311
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 80 MovieClip Frame 312
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 80 MovieClip Frame 313
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 80 MovieClip Frame 314
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 80 MovieClip Frame 315
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 80 MovieClip Frame 316
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 80 MovieClip Frame 317
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 80 MovieClip Frame 318
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 80 MovieClip Frame 319
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 80 MovieClip Frame 320
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 80 MovieClip Frame 321
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 80 MovieClip Frame 322
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 80 MovieClip Frame 323
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 80 MovieClip Frame 324
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 80 MovieClip Frame 325
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 80 MovieClip Frame 326
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 80 MovieClip Frame 327
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 80 MovieClip Frame 328
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 80 MovieClip Frame 329
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 13; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 80 MovieClip Frame 330
this.gotoAndPlay(20);
Symbol 80 MovieClip Frame 400
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan9", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.s++;
Symbol 80 MovieClip Frame 401
this.gotoAndPlay(20);
Symbol 81 MovieClip Frame 1
vit = 512; sc = 5120;
Symbol 81 MovieClip Frame 2
i = 0; while (i <= 24) { if (this.hitTest(_root.d["shot" + i])) { _root.d["shot" + i].removeMovieClip(); irochange = new Color(this.img); irochange.setTransform({gb:(255 * (vit / 512)) - 255, bb:(255 * (vit / 512)) - 255}); if (i > 9) { vit = vit - (_root.power / 4); } else { vit = vit - _root.power; } if (vit <= 0) { this.gotoAndPlay("bomb"); } } i++; } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); }
Symbol 81 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 81 MovieClip Frame 19
_root.score = _root.score + sc; _parent.removeMovieClip();
Symbol 82 MovieClip [ca] Frame 550
this.removeMovieClip();
Symbol 85 MovieClip [cpshot] Frame 47
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 17; _root.d["s" + _root.s]._y = point.y + 35; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 17; _root.d["s" + _root.s]._y = point.y + 35; _root.s++;
Symbol 85 MovieClip [cpshot] Frame 50
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 17; _root.d["s" + _root.s]._y = point.y + 35; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 17; _root.d["s" + _root.s]._y = point.y + 35; _root.s++;
Symbol 85 MovieClip [cpshot] Frame 53
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 17; _root.d["s" + _root.s]._y = point.y + 35; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 17; _root.d["s" + _root.s]._y = point.y + 35; _root.s++;
Symbol 85 MovieClip [cpshot] Frame 56
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 17; _root.d["s" + _root.s]._y = point.y + 35; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 17; _root.d["s" + _root.s]._y = point.y + 35; _root.s++;
Symbol 85 MovieClip [cpshot] Frame 59
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 17; _root.d["s" + _root.s]._y = point.y + 35; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 17; _root.d["s" + _root.s]._y = point.y + 35; _root.s++;
Symbol 85 MovieClip [cpshot] Frame 62
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 17; _root.d["s" + _root.s]._y = point.y + 35; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 17; _root.d["s" + _root.s]._y = point.y + 35; _root.s++;
Symbol 85 MovieClip [cpshot] Frame 65
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 17; _root.d["s" + _root.s]._y = point.y + 35; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 17; _root.d["s" + _root.s]._y = point.y + 35; _root.s++;
Symbol 85 MovieClip [cpshot] Frame 68
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 17; _root.d["s" + _root.s]._y = point.y + 35; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 17; _root.d["s" + _root.s]._y = point.y + 35; _root.s++;
Symbol 85 MovieClip [cpshot] Frame 103
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 17; _root.d["s" + _root.s]._y = point.y - 21; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 17; _root.d["s" + _root.s]._y = point.y - 21; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 85 MovieClip [cpshot] Frame 104
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 17; _root.d["s" + _root.s]._y = point.y - 21; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 17; _root.d["s" + _root.s]._y = point.y - 21; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 85 MovieClip [cpshot] Frame 105
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 17; _root.d["s" + _root.s]._y = point.y - 21; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 17; _root.d["s" + _root.s]._y = point.y - 21; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 85 MovieClip [cpshot] Frame 106
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 17; _root.d["s" + _root.s]._y = point.y - 21; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 17; _root.d["s" + _root.s]._y = point.y - 21; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 85 MovieClip [cpshot] Frame 107
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 17; _root.d["s" + _root.s]._y = point.y - 21; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 17; _root.d["s" + _root.s]._y = point.y - 21; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 85 MovieClip [cpshot] Frame 108
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 17; _root.d["s" + _root.s]._y = point.y - 21; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 17; _root.d["s" + _root.s]._y = point.y - 21; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 85 MovieClip [cpshot] Frame 109
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 17; _root.d["s" + _root.s]._y = point.y - 21; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 17; _root.d["s" + _root.s]._y = point.y - 21; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 85 MovieClip [cpshot] Frame 110
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 17; _root.d["s" + _root.s]._y = point.y - 21; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 17; _root.d["s" + _root.s]._y = point.y - 21; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 85 MovieClip [cpshot] Frame 111
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 17; _root.d["s" + _root.s]._y = point.y - 21; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 17; _root.d["s" + _root.s]._y = point.y - 21; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 85 MovieClip [cpshot] Frame 112
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 17; _root.d["s" + _root.s]._y = point.y - 21; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 17; _root.d["s" + _root.s]._y = point.y - 21; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 85 MovieClip [cpshot] Frame 113
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 17; _root.d["s" + _root.s]._y = point.y - 21; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 17; _root.d["s" + _root.s]._y = point.y - 21; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 85 MovieClip [cpshot] Frame 114
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 17; _root.d["s" + _root.s]._y = point.y - 21; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 17; _root.d["s" + _root.s]._y = point.y - 21; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 85 MovieClip [cpshot] Frame 115
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 17; _root.d["s" + _root.s]._y = point.y - 21; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 17; _root.d["s" + _root.s]._y = point.y - 21; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 85 MovieClip [cpshot] Frame 116
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 17; _root.d["s" + _root.s]._y = point.y - 21; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 17; _root.d["s" + _root.s]._y = point.y - 21; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 85 MovieClip [cpshot] Frame 117
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 17; _root.d["s" + _root.s]._y = point.y - 21; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 17; _root.d["s" + _root.s]._y = point.y - 21; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 85 MovieClip [cpshot] Frame 118
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 17; _root.d["s" + _root.s]._y = point.y - 21; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 17; _root.d["s" + _root.s]._y = point.y - 21; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 85 MovieClip [cpshot] Frame 122
this.gotoAndPlay(20);
Symbol 86 MovieClip Frame 1
vit = 128; sc = 1280;
Symbol 86 MovieClip Frame 2
i = 0; while (i <= 24) { if (this.hitTest(_root.d["shot" + i])) { _root.d["shot" + i].removeMovieClip(); irochange = new Color(this.img); irochange.setTransform({gb:(255 * (vit / 128)) - 255, bb:(255 * (vit / 128)) - 255}); if (i > 9) { vit = vit - (_root.power / 4); } else { vit = vit - _root.power; } if (vit <= 0) { this.gotoAndPlay("bomb"); } } i++; } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); }
Symbol 86 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 86 MovieClip Frame 19
_root.score = _root.score + sc; _parent.removeMovieClip();
Symbol 87 MovieClip [cp] Frame 300
this.removeMovieClip();
Symbol 88 MovieClip [cprshot] Frame 240
point = {x:_x, y:_y}; this.localToGlobal(point); if (point.y <= 0) { this.gotoAndPlay(250); }
Symbol 88 MovieClip [cprshot] Frame 241
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - point.x; dy = _root.ship._y - point.y; rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 17; _root.d["s" + _root.s]._y = point.y + 21; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 17; _root.d["s" + _root.s]._y = point.y + 21; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) - 40; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 17; _root.d["s" + _root.s]._y = point.y + 21; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) + 40; _root.s++;
Symbol 88 MovieClip [cprshot] Frame 244
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - point.x; dy = _root.ship._y - point.y; rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 17; _root.d["s" + _root.s]._y = point.y + 21; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 17; _root.d["s" + _root.s]._y = point.y + 21; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) - 40; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 17; _root.d["s" + _root.s]._y = point.y + 21; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) + 40; _root.s++;
Symbol 88 MovieClip [cprshot] Frame 247
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - point.x; dy = _root.ship._y - point.y; rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 17; _root.d["s" + _root.s]._y = point.y + 21; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 17; _root.d["s" + _root.s]._y = point.y + 21; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) - 40; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 17; _root.d["s" + _root.s]._y = point.y + 21; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) + 40; _root.s++;
Symbol 88 MovieClip [cprshot] Frame 260
point = {x:_x, y:_y}; this.localToGlobal(point); if (point.y <= 0) { this.gotoAndPlay(250); }
Symbol 88 MovieClip [cprshot] Frame 261
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - point.x; dy = _root.ship._y - point.y; rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 17; _root.d["s" + _root.s]._y = point.y + 21; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 17; _root.d["s" + _root.s]._y = point.y + 21; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) - 40; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 17; _root.d["s" + _root.s]._y = point.y + 21; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) + 40; _root.s++;
Symbol 88 MovieClip [cprshot] Frame 264
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - point.x; dy = _root.ship._y - point.y; rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 17; _root.d["s" + _root.s]._y = point.y + 21; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 17; _root.d["s" + _root.s]._y = point.y + 21; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) - 40; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 17; _root.d["s" + _root.s]._y = point.y + 21; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) + 40; _root.s++;
Symbol 88 MovieClip [cprshot] Frame 267
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - point.x; dy = _root.ship._y - point.y; rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 17; _root.d["s" + _root.s]._y = point.y + 21; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 17; _root.d["s" + _root.s]._y = point.y + 21; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) - 40; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 17; _root.d["s" + _root.s]._y = point.y + 21; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 90) + 40; _root.s++;
Symbol 88 MovieClip [cprshot] Frame 269
this.gotoAndPlay(200);
Symbol 88 MovieClip [cprshot] Frame 290
this.gotoAndPlay(_currentframe - 1);
Symbol 89 MovieClip Frame 1
vit = 169; sc = 1690;
Symbol 89 MovieClip Frame 2
i = 0; while (i <= 24) { if (this.hitTest(_root.d["shot" + i])) { _root.d["shot" + i].removeMovieClip(); irochange = new Color(this.img); irochange.setTransform({gb:(255 * (vit / 169)) - 255, bb:(255 * (vit / 169)) - 255}); if (i > 9) { vit = vit - (_root.power / 4); } else { vit = vit - _root.power; } if (vit <= 0) { this.gotoAndPlay("bomb"); } } i++; } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); }
Symbol 89 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 89 MovieClip Frame 19
_root.score = _root.score + sc; _parent.removeMovieClip();
Symbol 90 MovieClip [cpr] Frame 450
this.removeMovieClip();
Symbol 94 MovieClip [cpralert] Frame 26
this.removeMovieClip();
Symbol 98 MovieClip [bkeikoku] Frame 69
this.removeMovieClip();
Symbol 101 MovieClip Frame 73
point = {x:_x, y:_y}; this.localToGlobal(point); rad = 0; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 21; _root.d["s" + _root.s]._y = point.y + 10; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y + 10; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 8;
Symbol 101 MovieClip Frame 76
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 21; _root.d["s" + _root.s]._y = point.y + 10; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y + 10; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 8;
Symbol 101 MovieClip Frame 79
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 21; _root.d["s" + _root.s]._y = point.y + 10; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y + 10; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 8;
Symbol 101 MovieClip Frame 82
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 21; _root.d["s" + _root.s]._y = point.y + 10; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y + 10; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 8;
Symbol 101 MovieClip Frame 85
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 21; _root.d["s" + _root.s]._y = point.y + 10; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y + 10; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 8;
Symbol 101 MovieClip Frame 88
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 21; _root.d["s" + _root.s]._y = point.y + 10; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y + 10; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 8;
Symbol 101 MovieClip Frame 91
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 21; _root.d["s" + _root.s]._y = point.y + 10; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y + 10; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 8;
Symbol 101 MovieClip Frame 94
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 21; _root.d["s" + _root.s]._y = point.y + 10; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y + 10; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 8;
Symbol 101 MovieClip Frame 97
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 21; _root.d["s" + _root.s]._y = point.y + 10; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y + 10; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 8;
Symbol 101 MovieClip Frame 100
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 21; _root.d["s" + _root.s]._y = point.y + 10; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y + 10; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 8;
Symbol 101 MovieClip Frame 103
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 21; _root.d["s" + _root.s]._y = point.y + 10; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y + 10; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 8;
Symbol 101 MovieClip Frame 106
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 21; _root.d["s" + _root.s]._y = point.y + 10; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y + 10; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 8;
Symbol 101 MovieClip Frame 109
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 21; _root.d["s" + _root.s]._y = point.y + 10; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y + 10; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 8;
Symbol 101 MovieClip Frame 150
point = {x:_x, y:_y}; this.localToGlobal(point); rad = 0; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15;
Symbol 101 MovieClip Frame 170
point = {x:_x, y:_y}; this.localToGlobal(point); rad = 0; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15;
Symbol 101 MovieClip Frame 190
point = {x:_x, y:_y}; this.localToGlobal(point); rad = 0; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 21; _root.d["s" + _root.s]._y = point.y - 6; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15;
Symbol 102 MovieClip Frame 1
vit = 1024; sc = 10240;
Symbol 102 MovieClip Frame 2
i = 0; while (i <= 24) { if (this.hitTest(_root.d["shot" + i])) { _root.d["shot" + i].removeMovieClip(); irochange = new Color(this.img); irochange.setTransform({gb:(255 * (vit / 1024)) - 255, bb:(255 * (vit / 1024)) - 255}); if (i > 9) { vit = vit - (_root.power / 4); } else { vit = vit - _root.power; } if (vit <= 0) { this.gotoAndPlay("bomb"); } } i++; } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); }
Symbol 102 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 102 MovieClip Frame 19
_root.score = _root.score + sc; _parent.removeMovieClip();
Symbol 103 MovieClip [cd] Frame 350
this.removeMovieClip();
Symbol 106 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 107 MovieClip [cashot] Frame 48
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = 0; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = 60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = 120; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = 180; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = 240; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = 300; _root.s++;
Symbol 107 MovieClip [cashot] Frame 53
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = 0; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = 60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = 120; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = 180; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = 240; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = 300; _root.s++;
Symbol 107 MovieClip [cashot] Frame 58
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = 0; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = 60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = 120; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = 180; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = 240; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = 300; _root.s++;
Symbol 107 MovieClip [cashot] Frame 63
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = 0; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = 60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = 120; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = 180; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = 240; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = 300; _root.s++;
Symbol 107 MovieClip [cashot] Frame 68
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = 0; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = 60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = 120; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = 180; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = 240; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = 300; _root.s++;
Symbol 107 MovieClip [cashot] Frame 73
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = 0; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = 60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = 120; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = 180; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = 240; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = 300; _root.s++;
Symbol 107 MovieClip [cashot] Frame 93
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 10; _root.d["s" + _root.s]._y = point.y + 4; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 10; _root.d["s" + _root.s]._y = point.y + 4; _root.s++;
Symbol 107 MovieClip [cashot] Frame 97
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 10; _root.d["s" + _root.s]._y = point.y + 4; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 10; _root.d["s" + _root.s]._y = point.y + 4; _root.s++;
Symbol 107 MovieClip [cashot] Frame 101
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 10; _root.d["s" + _root.s]._y = point.y + 4; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 10; _root.d["s" + _root.s]._y = point.y + 4; _root.s++;
Symbol 107 MovieClip [cashot] Frame 105
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 10; _root.d["s" + _root.s]._y = point.y + 4; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 10; _root.d["s" + _root.s]._y = point.y + 4; _root.s++;
Symbol 107 MovieClip [cashot] Frame 109
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 10; _root.d["s" + _root.s]._y = point.y + 4; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 10; _root.d["s" + _root.s]._y = point.y + 4; _root.s++;
Symbol 107 MovieClip [cashot] Frame 113
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 10; _root.d["s" + _root.s]._y = point.y + 4; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 10; _root.d["s" + _root.s]._y = point.y + 4; _root.s++;
Symbol 107 MovieClip [cashot] Frame 117
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 10; _root.d["s" + _root.s]._y = point.y + 4; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 10; _root.d["s" + _root.s]._y = point.y + 4; _root.s++;
Symbol 107 MovieClip [cashot] Frame 121
this.gotoAndPlay(20);
Symbol 108 MovieClip [itemaction] Frame 1
point = {x:_x, y:_y}; this.localToGlobal(point); _root.itemnum++; if ((((_root.itemnum == 6) || (_root.itemnum == 11)) || (_root.itemnum == 16)) || (_root.itemnum == 23)) { _root.e.attachMovie("item2", "item" + _root.itemnum, 6600 + _root.itemnum); _root.e["item" + _root.itemnum]._x = point.x; _root.e["item" + _root.itemnum]._y = point.y; } else if ((((_root.itemnum == 8) || (_root.itemnum == 14)) || (_root.itemnum == 18)) || (_root.itemnum == 22)) { _root.e.attachMovie("item3", "item" + _root.itemnum, 6600 + _root.itemnum); _root.e["item" + _root.itemnum]._x = point.x; _root.e["item" + _root.itemnum]._y = point.y; } else { _root.e.attachMovie("item1", "item" + _root.itemnum, 6600 + _root.itemnum); _root.e["item" + _root.itemnum]._x = point.x; _root.e["item" + _root.itemnum]._y = point.y; }
Symbol 108 MovieClip [itemaction] Frame 2
this.removeMovieClip();
Symbol 109 MovieClip Frame 1
vit = 32; sc = 320;
Symbol 109 MovieClip Frame 2
i = 0; while (i <= 24) { if (this.hitTest(_root.d["shot" + i])) { this.img.gotoAndPlay("dmg"); _root.d["shot" + i].removeMovieClip(); if (i > 9) { vit = vit - (_root.power / 4); } else { vit = vit - _root.power; } if (vit <= 0) { this.gotoAndPlay("bomb"); } } i++; } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); }
Symbol 109 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 109 MovieClip Frame 5
_root.score = _root.score + sc; _parent.removeMovieClip();
Symbol 110 MovieClip [ic] Frame 449
this.gotoAndPlay(50);
Symbol 112 MovieClip [b1shot] Frame 60
point = {x:_x, y:_y}; this.localToGlobal(point); rad = 10; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 20;
Symbol 112 MovieClip [b1shot] Frame 61
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 20;
Symbol 112 MovieClip [b1shot] Frame 62
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 20;
Symbol 112 MovieClip [b1shot] Frame 63
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 20;
Symbol 112 MovieClip [b1shot] Frame 64
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 20;
Symbol 112 MovieClip [b1shot] Frame 65
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 20;
Symbol 112 MovieClip [b1shot] Frame 66
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 20;
Symbol 112 MovieClip [b1shot] Frame 67
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 20;
Symbol 112 MovieClip [b1shot] Frame 68
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 20;
Symbol 112 MovieClip [b1shot] Frame 69
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 20;
Symbol 112 MovieClip [b1shot] Frame 70
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 20;
Symbol 112 MovieClip [b1shot] Frame 71
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 20;
Symbol 112 MovieClip [b1shot] Frame 72
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 20;
Symbol 112 MovieClip [b1shot] Frame 73
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 20;
Symbol 112 MovieClip [b1shot] Frame 74
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 20;
Symbol 112 MovieClip [b1shot] Frame 75
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 20;
Symbol 112 MovieClip [b1shot] Frame 76
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 20;
Symbol 112 MovieClip [b1shot] Frame 77
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 20;
Symbol 112 MovieClip [b1shot] Frame 78
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 20;
Symbol 112 MovieClip [b1shot] Frame 79
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 20;
Symbol 112 MovieClip [b1shot] Frame 80
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 20;
Symbol 112 MovieClip [b1shot] Frame 81
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 20;
Symbol 112 MovieClip [b1shot] Frame 82
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 20;
Symbol 112 MovieClip [b1shot] Frame 83
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 20;
Symbol 112 MovieClip [b1shot] Frame 84
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 20;
Symbol 112 MovieClip [b1shot] Frame 85
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 20;
Symbol 112 MovieClip [b1shot] Frame 86
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 20;
Symbol 112 MovieClip [b1shot] Frame 87
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 20;
Symbol 112 MovieClip [b1shot] Frame 88
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 20;
Symbol 112 MovieClip [b1shot] Frame 89
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 20;
Symbol 112 MovieClip [b1shot] Frame 90
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 20;
Symbol 112 MovieClip [b1shot] Frame 91
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 20;
Symbol 112 MovieClip [b1shot] Frame 92
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 20;
Symbol 112 MovieClip [b1shot] Frame 93
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = 360 - rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y + 49; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 20;
Symbol 112 MovieClip [b1shot] Frame 154
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 112 MovieClip [b1shot] Frame 156
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 112 MovieClip [b1shot] Frame 158
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 112 MovieClip [b1shot] Frame 160
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 112 MovieClip [b1shot] Frame 162
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 112 MovieClip [b1shot] Frame 164
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 112 MovieClip [b1shot] Frame 166
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 112 MovieClip [b1shot] Frame 168
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 112 MovieClip [b1shot] Frame 170
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 112 MovieClip [b1shot] Frame 172
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 112 MovieClip [b1shot] Frame 174
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 112 MovieClip [b1shot] Frame 176
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 112 MovieClip [b1shot] Frame 178
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 112 MovieClip [b1shot] Frame 180
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 112 MovieClip [b1shot] Frame 182
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 112 MovieClip [b1shot] Frame 184
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 112 MovieClip [b1shot] Frame 186
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 112 MovieClip [b1shot] Frame 188
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 112 MovieClip [b1shot] Frame 190
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 112 MovieClip [b1shot] Frame 192
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 112 MovieClip [b1shot] Frame 194
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 112 MovieClip [b1shot] Frame 196
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 112 MovieClip [b1shot] Frame 198
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 112 MovieClip [b1shot] Frame 200
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 112 MovieClip [b1shot] Frame 202
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 112 MovieClip [b1shot] Frame 204
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 112 MovieClip [b1shot] Frame 206
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y - 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 26; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 112 MovieClip [b1shot] Frame 266
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - point.x; dy = _root.ship._y - point.y; rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 87; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 93; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 84; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 96; _root.s++;
Symbol 112 MovieClip [b1shot] Frame 273
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - point.x; dy = _root.ship._y - point.y; rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 87; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 93; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 84; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 96; _root.s++;
Symbol 112 MovieClip [b1shot] Frame 279
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - point.x; dy = _root.ship._y - point.y; rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 87; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 93; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 84; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 96; _root.s++;
Symbol 112 MovieClip [b1shot] Frame 285
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - point.x; dy = _root.ship._y - point.y; rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 87; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 93; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 84; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 96; _root.s++;
Symbol 112 MovieClip [b1shot] Frame 291
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - point.x; dy = _root.ship._y - point.y; rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 87; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 93; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 84; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 96; _root.s++;
Symbol 112 MovieClip [b1shot] Frame 297
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - point.x; dy = _root.ship._y - point.y; rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 87; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 93; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 84; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 96; _root.s++;
Symbol 112 MovieClip [b1shot] Frame 303
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - point.x; dy = _root.ship._y - point.y; rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 87; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 93; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 84; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 96; _root.s++;
Symbol 112 MovieClip [b1shot] Frame 309
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - point.x; dy = _root.ship._y - point.y; rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 87; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 93; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 84; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 96; _root.s++;
Symbol 112 MovieClip [b1shot] Frame 315
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - point.x; dy = _root.ship._y - point.y; rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 87; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 93; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 84; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 96; _root.s++;
Symbol 113 MovieClip Frame 1
vit = 960; sc = 9600;
Symbol 113 MovieClip Frame 2
i = 0; while (i <= 24) { if (this.hitTest(_root.d["shot" + i])) { _root.d["shot" + i].removeMovieClip(); irochange = new Color(_root.e.b); irochange.setTransform({gb:(255 * (vit / 960)) - 255, bb:(255 * (vit / 960)) - 255}); if (i > 9) { vit = vit - (_root.power / 4); } else { vit = vit - _root.power; } if (vit <= 0) { this.gotoAndPlay("bomb"); } } i++; } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); }
Symbol 113 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 113 MovieClip Frame 50
_root.score = _root.score + sc; _root.roundclear = 1; _parent.removeMovieClip();
Symbol 114 MovieClip [b1] Frame 105
this.gotoAndPlay(_currentframe - 1);
Symbol 116 MovieClip Frame 1
vit = 2560; sc = 25600;
Symbol 116 MovieClip Frame 2
i = 0; while (i <= 24) { if (this.hitTest(_root.d["shot" + i])) { _root.d["shot" + i].removeMovieClip(); irochange = new Color(this.img); irochange.setTransform({gb:(255 * (vit / 2560)) - 255, bb:(255 * (vit / 2560)) - 255}); if (i > 9) { vit = vit - (_root.power / 4); } else { vit = vit - _root.power; } if (vit <= 0) { this.gotoAndPlay("bomb"); } } i++; } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); }
Symbol 116 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 116 MovieClip Frame 5
_root.score = _root.score + sc; _parent.removeMovieClip();
Symbol 117 MovieClip [b1r] Frame 571
this.removeMovieClip();
Symbol 119 MovieClip Frame 94
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 119 MovieClip Frame 96
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 119 MovieClip Frame 98
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 119 MovieClip Frame 100
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 119 MovieClip Frame 102
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 119 MovieClip Frame 104
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 119 MovieClip Frame 106
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 119 MovieClip Frame 108
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 119 MovieClip Frame 110
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 119 MovieClip Frame 112
point = {x:_x, y:_y}; this.localToGlobal(point); rad = 0; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 15; point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 119 MovieClip Frame 113
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 15;
Symbol 119 MovieClip Frame 114
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 15; point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 119 MovieClip Frame 115
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 15;
Symbol 119 MovieClip Frame 116
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 15; point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 119 MovieClip Frame 117
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 15;
Symbol 119 MovieClip Frame 118
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 15; point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 119 MovieClip Frame 119
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 15;
Symbol 119 MovieClip Frame 120
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 15; point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 119 MovieClip Frame 121
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 15;
Symbol 119 MovieClip Frame 122
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 15; point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 119 MovieClip Frame 123
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 15;
Symbol 119 MovieClip Frame 124
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 15; point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 119 MovieClip Frame 125
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 15;
Symbol 119 MovieClip Frame 126
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 15; point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 119 MovieClip Frame 127
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 15;
Symbol 119 MovieClip Frame 128
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 15; point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 119 MovieClip Frame 129
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 15;
Symbol 119 MovieClip Frame 130
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 15; point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 119 MovieClip Frame 131
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 15;
Symbol 119 MovieClip Frame 132
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 15; point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 119 MovieClip Frame 133
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 15;
Symbol 119 MovieClip Frame 134
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 15; point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 119 MovieClip Frame 135
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 15;
Symbol 119 MovieClip Frame 136
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 15; point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 119 MovieClip Frame 137
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 15;
Symbol 119 MovieClip Frame 138
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 15; point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 14; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 119 MovieClip Frame 139
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 15;
Symbol 119 MovieClip Frame 140
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 15;
Symbol 119 MovieClip Frame 141
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 15;
Symbol 119 MovieClip Frame 142
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 15;
Symbol 119 MovieClip Frame 143
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 15;
Symbol 119 MovieClip Frame 144
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 50; _root.d["s" + _root.s]._y = point.y - 30; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 15;
Symbol 119 MovieClip Frame 187
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++;
Symbol 119 MovieClip Frame 190
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++;
Symbol 119 MovieClip Frame 193
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++;
Symbol 119 MovieClip Frame 196
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++;
Symbol 119 MovieClip Frame 199
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++;
Symbol 119 MovieClip Frame 202
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++;
Symbol 119 MovieClip Frame 205
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++;
Symbol 119 MovieClip Frame 208
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++;
Symbol 119 MovieClip Frame 211
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++;
Symbol 119 MovieClip Frame 214
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++;
Symbol 119 MovieClip Frame 217
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++;
Symbol 119 MovieClip Frame 220
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++;
Symbol 119 MovieClip Frame 223
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++;
Symbol 119 MovieClip Frame 226
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++;
Symbol 119 MovieClip Frame 229
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++;
Symbol 119 MovieClip Frame 232
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++;
Symbol 119 MovieClip Frame 235
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++;
Symbol 119 MovieClip Frame 238
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++;
Symbol 119 MovieClip Frame 241
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++;
Symbol 119 MovieClip Frame 244
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++;
Symbol 119 MovieClip Frame 247
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++;
Symbol 119 MovieClip Frame 250
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++;
Symbol 119 MovieClip Frame 253
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++;
Symbol 119 MovieClip Frame 256
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++;
Symbol 119 MovieClip Frame 259
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++;
Symbol 119 MovieClip Frame 262
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++;
Symbol 119 MovieClip Frame 265
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 49; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -60; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 45; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = -20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 41; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 20; _root.s++; _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 37; _root.d["s" + _root.s]._y = point.y - 47; _root.d["s" + _root.s]._rotation = 60; _root.s++;
Symbol 119 MovieClip Frame 285
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 119 MovieClip Frame 286
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 119 MovieClip Frame 287
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 119 MovieClip Frame 291
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 119 MovieClip Frame 292
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 119 MovieClip Frame 293
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 119 MovieClip Frame 297
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 119 MovieClip Frame 298
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 119 MovieClip Frame 299
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 119 MovieClip Frame 310
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan6", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.s++;
Symbol 119 MovieClip Frame 311
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 119 MovieClip Frame 313
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 119 MovieClip Frame 315
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 119 MovieClip Frame 317
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y + 26; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 119 MovieClip Frame 320
this.gotoAndPlay(85);
Symbol 120 MovieClip Frame 1
vit = 1440; sc = 14400;
Symbol 120 MovieClip Frame 2
i = 0; while (i <= 24) { if (this.hitTest(_root.d["shot" + i])) { _root.d["shot" + i].removeMovieClip(); irochange = new Color(_root.e.b); irochange.setTransform({gb:(255 * (vit / 1440)) - 255, bb:(255 * (vit / 1440)) - 255}); if (i > 9) { vit = vit - (_root.power / 4); } else { vit = vit - _root.power; } if (vit <= 0) { this.gotoAndPlay("bomb"); } } i++; } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); }
Symbol 120 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 120 MovieClip Frame 50
_root.score = _root.score + sc; _root.roundclear = 1; _parent.removeMovieClip();
Symbol 121 MovieClip [b2] Frame 105
this.gotoAndPlay(_currentframe - 1);
Symbol 123 MovieClip Frame 100
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 33; _root.d["s" + _root.s]._y = point.y + 22; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 115
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 33; _root.d["s" + _root.s]._y = point.y + 22; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 130
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 33; _root.d["s" + _root.s]._y = point.y + 52; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 145
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 33; _root.d["s" + _root.s]._y = point.y + 52; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 160
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 53; _root.d["s" + _root.s]._y = point.y + 52; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 171
point = {x:_x, y:_y}; this.localToGlobal(point); rad = 0; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 60; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 120; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 240; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 300; _root.s++; rad = rad + 10;
Symbol 123 MovieClip Frame 175
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 60; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 120; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 240; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 300; _root.s++; rad = rad + 10; point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 53; _root.d["s" + _root.s]._y = point.y + 22; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 179
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 60; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 120; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 240; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 300; _root.s++; rad = rad + 10;
Symbol 123 MovieClip Frame 183
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 60; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 120; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 240; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 300; _root.s++; rad = rad + 10;
Symbol 123 MovieClip Frame 187
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 60; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 120; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 240; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 300; _root.s++; rad = rad + 10;
Symbol 123 MovieClip Frame 190
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 53; _root.d["s" + _root.s]._y = point.y + 22; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 191
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 60; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 120; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 240; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 300; _root.s++; rad = rad + 10;
Symbol 123 MovieClip Frame 195
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 60; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 120; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 240; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 300; _root.s++; rad = rad + 10;
Symbol 123 MovieClip Frame 199
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 60; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 120; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 240; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 300; _root.s++; rad = rad + 10;
Symbol 123 MovieClip Frame 203
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 60; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 120; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 240; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 300; _root.s++; rad = rad + 10;
Symbol 123 MovieClip Frame 205
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 53; _root.d["s" + _root.s]._y = point.y + 52; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 207
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 60; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 120; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 240; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 300; _root.s++; rad = rad + 10;
Symbol 123 MovieClip Frame 211
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 60; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 120; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 240; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 300; _root.s++; rad = rad + 10;
Symbol 123 MovieClip Frame 215
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 60; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 120; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 240; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad + 300; _root.s++; rad = rad + 10;
Symbol 123 MovieClip Frame 220
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 33; _root.d["s" + _root.s]._y = point.y + 22; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 235
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 33; _root.d["s" + _root.s]._y = point.y + 22; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 250
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 33; _root.d["s" + _root.s]._y = point.y + 52; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 261
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 263
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 265
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 33; _root.d["s" + _root.s]._y = point.y + 52; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 267
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 269
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 271
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 273
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 275
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 277
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 279
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 280
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 53; _root.d["s" + _root.s]._y = point.y + 52; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 281
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 283
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 285
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 287
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 289
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 291
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 293
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 295
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 53; _root.d["s" + _root.s]._y = point.y + 22; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 297
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 299
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 301
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 303
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 305
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 307
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 309
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 310
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 53; _root.d["s" + _root.s]._y = point.y + 22; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 311
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 313
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 315
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 317
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 319
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 325
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 53; _root.d["s" + _root.s]._y = point.y + 52; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 326
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 33; _root.d["s" + _root.s]._y = point.y + 22; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 341
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 33; _root.d["s" + _root.s]._y = point.y + 22; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 356
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 33; _root.d["s" + _root.s]._y = point.y + 52; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 361
point = {x:_x, y:_y}; this.localToGlobal(point); rad = 0; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10;
Symbol 123 MovieClip Frame 371
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 33; _root.d["s" + _root.s]._y = point.y + 52; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 386
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 53; _root.d["s" + _root.s]._y = point.y + 52; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 389
point = {x:_x, y:_y}; this.localToGlobal(point); rad = 0; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10;
Symbol 123 MovieClip Frame 401
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 53; _root.d["s" + _root.s]._y = point.y + 22; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 413
point = {x:_x, y:_y}; this.localToGlobal(point); rad = 0; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 16; _root.d["s" + _root.s]._y = point.y - 50; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 10;
Symbol 123 MovieClip Frame 416
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 53; _root.d["s" + _root.s]._y = point.y + 22; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 431
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 53; _root.d["s" + _root.s]._y = point.y + 52; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 123 MovieClip Frame 432
this.gotoAndPlay(90);
Symbol 124 MovieClip Frame 1
vit = 2560; sc = 25600;
Symbol 124 MovieClip Frame 2
i = 0; while (i <= 24) { if (this.hitTest(_root.d["shot" + i])) { _root.d["shot" + i].removeMovieClip(); irochange = new Color(_root.e.b); irochange.setTransform({gb:(255 * (vit / 2560)) - 255, bb:(255 * (vit / 2560)) - 255}); if (i > 9) { vit = vit - (_root.power / 4); } else { vit = vit - _root.power; } if (vit <= 0) { this.gotoAndPlay("bomb"); } } i++; } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); }
Symbol 124 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 124 MovieClip Frame 50
_root.score = _root.score + sc; _root.roundclear = 1; _parent.removeMovieClip();
Symbol 125 MovieClip [b3] Frame 105
this.gotoAndPlay(_currentframe - 1);
Symbol 127 MovieClip Frame 100
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 127 MovieClip Frame 103
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 127 MovieClip Frame 106
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 127 MovieClip Frame 109
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 127 MovieClip Frame 112
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 127 MovieClip Frame 115
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 127 MovieClip Frame 118
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 127 MovieClip Frame 121
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 127 MovieClip Frame 124
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 127 MovieClip Frame 127
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 127 MovieClip Frame 130
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 127 MovieClip Frame 133
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 127 MovieClip Frame 136
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 127 MovieClip Frame 139
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 127 MovieClip Frame 142
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 127 MovieClip Frame 145
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 127 MovieClip Frame 148
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 127 MovieClip Frame 151
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 127 MovieClip Frame 154
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 127 MovieClip Frame 157
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 89; _root.d["s" + _root.s]._y = point.y + 35; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 127 MovieClip Frame 187
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x + 8); dy = _root.ship._y - (point.y + 18); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 8; _root.d["s" + _root.s]._y = point.y + 18; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x - 8); dy = _root.ship._y - (point.y + 18); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 8; _root.d["s" + _root.s]._y = point.y + 18; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++;
Symbol 127 MovieClip Frame 190
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x + 8); dy = _root.ship._y - (point.y + 18); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 8; _root.d["s" + _root.s]._y = point.y + 18; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x - 8); dy = _root.ship._y - (point.y + 18); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 8; _root.d["s" + _root.s]._y = point.y + 18; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++;
Symbol 127 MovieClip Frame 193
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x + 8); dy = _root.ship._y - (point.y + 18); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 8; _root.d["s" + _root.s]._y = point.y + 18; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x - 8); dy = _root.ship._y - (point.y + 18); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 8; _root.d["s" + _root.s]._y = point.y + 18; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++;
Symbol 127 MovieClip Frame 196
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x + 8); dy = _root.ship._y - (point.y + 18); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 8; _root.d["s" + _root.s]._y = point.y + 18; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x - 8); dy = _root.ship._y - (point.y + 18); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 8; _root.d["s" + _root.s]._y = point.y + 18; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++;
Symbol 127 MovieClip Frame 199
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x + 8); dy = _root.ship._y - (point.y + 18); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 8; _root.d["s" + _root.s]._y = point.y + 18; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x - 8); dy = _root.ship._y - (point.y + 18); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 8; _root.d["s" + _root.s]._y = point.y + 18; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++;
Symbol 127 MovieClip Frame 202
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x + 8); dy = _root.ship._y - (point.y + 18); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 8; _root.d["s" + _root.s]._y = point.y + 18; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x - 8); dy = _root.ship._y - (point.y + 18); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 8; _root.d["s" + _root.s]._y = point.y + 18; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++;
Symbol 127 MovieClip Frame 205
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x + 8); dy = _root.ship._y - (point.y + 18); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 8; _root.d["s" + _root.s]._y = point.y + 18; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x - 8); dy = _root.ship._y - (point.y + 18); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 8; _root.d["s" + _root.s]._y = point.y + 18; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++;
Symbol 127 MovieClip Frame 208
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x + 8); dy = _root.ship._y - (point.y + 18); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 8; _root.d["s" + _root.s]._y = point.y + 18; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x - 8); dy = _root.ship._y - (point.y + 18); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 8; _root.d["s" + _root.s]._y = point.y + 18; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++;
Symbol 127 MovieClip Frame 211
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x + 8); dy = _root.ship._y - (point.y + 18); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 8; _root.d["s" + _root.s]._y = point.y + 18; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x - 8); dy = _root.ship._y - (point.y + 18); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 8; _root.d["s" + _root.s]._y = point.y + 18; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++;
Symbol 127 MovieClip Frame 214
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x + 8); dy = _root.ship._y - (point.y + 18); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 8; _root.d["s" + _root.s]._y = point.y + 18; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x - 8); dy = _root.ship._y - (point.y + 18); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 8; _root.d["s" + _root.s]._y = point.y + 18; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++;
Symbol 127 MovieClip Frame 217
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x + 8); dy = _root.ship._y - (point.y + 18); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 8; _root.d["s" + _root.s]._y = point.y + 18; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x - 8); dy = _root.ship._y - (point.y + 18); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 8; _root.d["s" + _root.s]._y = point.y + 18; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++;
Symbol 127 MovieClip Frame 220
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x + 8); dy = _root.ship._y - (point.y + 18); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 8; _root.d["s" + _root.s]._y = point.y + 18; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x - 8); dy = _root.ship._y - (point.y + 18); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 8; _root.d["s" + _root.s]._y = point.y + 18; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++;
Symbol 127 MovieClip Frame 223
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x + 8); dy = _root.ship._y - (point.y + 18); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 8; _root.d["s" + _root.s]._y = point.y + 18; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x - 8); dy = _root.ship._y - (point.y + 18); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 8; _root.d["s" + _root.s]._y = point.y + 18; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++;
Symbol 127 MovieClip Frame 226
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x + 8); dy = _root.ship._y - (point.y + 18); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 8; _root.d["s" + _root.s]._y = point.y + 18; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x - 8); dy = _root.ship._y - (point.y + 18); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 8; _root.d["s" + _root.s]._y = point.y + 18; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++;
Symbol 127 MovieClip Frame 229
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x + 8); dy = _root.ship._y - (point.y + 18); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 8; _root.d["s" + _root.s]._y = point.y + 18; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x - 8); dy = _root.ship._y - (point.y + 18); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 8; _root.d["s" + _root.s]._y = point.y + 18; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++;
Symbol 127 MovieClip Frame 252
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 31; _root.d["s" + _root.s]._y = point.y + 75; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 31; _root.d["s" + _root.s]._y = point.y + 75; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 31; _root.d["s" + _root.s]._y = point.y + 75; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 31; _root.d["s" + _root.s]._y = point.y + 75; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 127 MovieClip Frame 253
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 31; _root.d["s" + _root.s]._y = point.y + 75; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 31; _root.d["s" + _root.s]._y = point.y + 75; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 31; _root.d["s" + _root.s]._y = point.y + 75; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 31; _root.d["s" + _root.s]._y = point.y + 75; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 127 MovieClip Frame 254
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 31; _root.d["s" + _root.s]._y = point.y + 75; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 31; _root.d["s" + _root.s]._y = point.y + 75; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 31; _root.d["s" + _root.s]._y = point.y + 75; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 31; _root.d["s" + _root.s]._y = point.y + 75; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 127 MovieClip Frame 258
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 31; _root.d["s" + _root.s]._y = point.y + 75; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 31; _root.d["s" + _root.s]._y = point.y + 75; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 31; _root.d["s" + _root.s]._y = point.y + 75; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 31; _root.d["s" + _root.s]._y = point.y + 75; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 127 MovieClip Frame 259
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 31; _root.d["s" + _root.s]._y = point.y + 75; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 31; _root.d["s" + _root.s]._y = point.y + 75; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 31; _root.d["s" + _root.s]._y = point.y + 75; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 31; _root.d["s" + _root.s]._y = point.y + 75; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 127 MovieClip Frame 260
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 31; _root.d["s" + _root.s]._y = point.y + 75; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 31; _root.d["s" + _root.s]._y = point.y + 75; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 31; _root.d["s" + _root.s]._y = point.y + 75; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 31; _root.d["s" + _root.s]._y = point.y + 75; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 127 MovieClip Frame 264
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 31; _root.d["s" + _root.s]._y = point.y + 75; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 31; _root.d["s" + _root.s]._y = point.y + 75; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 31; _root.d["s" + _root.s]._y = point.y + 75; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 31; _root.d["s" + _root.s]._y = point.y + 75; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 127 MovieClip Frame 265
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 31; _root.d["s" + _root.s]._y = point.y + 75; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 31; _root.d["s" + _root.s]._y = point.y + 75; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 31; _root.d["s" + _root.s]._y = point.y + 75; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 31; _root.d["s" + _root.s]._y = point.y + 75; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 127 MovieClip Frame 266
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 31; _root.d["s" + _root.s]._y = point.y + 75; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 31; _root.d["s" + _root.s]._y = point.y + 75; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 31; _root.d["s" + _root.s]._y = point.y + 75; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan6b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 31; _root.d["s" + _root.s]._y = point.y + 75; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++;
Symbol 127 MovieClip Frame 277
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++;
Symbol 127 MovieClip Frame 278
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++;
Symbol 127 MovieClip Frame 280
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++;
Symbol 127 MovieClip Frame 282
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++;
Symbol 127 MovieClip Frame 284
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++;
Symbol 127 MovieClip Frame 286
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++;
Symbol 127 MovieClip Frame 288
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++;
Symbol 127 MovieClip Frame 290
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++;
Symbol 127 MovieClip Frame 293
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++;
Symbol 127 MovieClip Frame 296
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++;
Symbol 127 MovieClip Frame 299
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++;
Symbol 127 MovieClip Frame 302
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++;
Symbol 127 MovieClip Frame 305
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++;
Symbol 127 MovieClip Frame 308
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++;
Symbol 127 MovieClip Frame 311
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++;
Symbol 127 MovieClip Frame 314
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++;
Symbol 127 MovieClip Frame 317
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x - 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++; _root.d.attachMovie("tekidan7", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = ((point.x + 31) - (Math.random() * 10)) + 5; _root.d["s" + _root.s]._y = point.y + 75; _root.s++;
Symbol 127 MovieClip Frame 321
this.gotoAndPlay(60);
Symbol 128 MovieClip Frame 1
vit = 3200; sc = 32000;
Symbol 128 MovieClip Frame 2
i = 0; while (i <= 24) { if (this.hitTest(_root.d["shot" + i])) { _root.d["shot" + i].removeMovieClip(); irochange = new Color(_root.e.b); irochange.setTransform({gb:(255 * (vit / 3200)) - 255, bb:(255 * (vit / 3200)) - 255}); if (i > 9) { vit = vit - (_root.power / 4); } else { vit = vit - _root.power; } if (vit <= 0) { this.gotoAndPlay("bomb"); } } i++; } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); }
Symbol 128 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 128 MovieClip Frame 50
_root.score = _root.score + sc; _root.roundclear = 1; _parent.removeMovieClip();
Symbol 129 MovieClip [b4] Frame 105
this.gotoAndPlay(_currentframe - 1);
Symbol 131 MovieClip [b5shot] Frame 60
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x + 47); dy = _root.ship._y - (point.y - 5); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 47; _root.d["s" + _root.s]._y = point.y - 5; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++;
Symbol 131 MovieClip [b5shot] Frame 70
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x - 47); dy = _root.ship._y - (point.y - 5); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 47; _root.d["s" + _root.s]._y = point.y - 5; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++;
Symbol 131 MovieClip [b5shot] Frame 80
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x + 71); dy = _root.ship._y - (point.y - 5); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 71; _root.d["s" + _root.s]._y = point.y - 5; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++;
Symbol 131 MovieClip [b5shot] Frame 90
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x - 71); dy = _root.ship._y - (point.y - 5); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 71; _root.d["s" + _root.s]._y = point.y - 5; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++;
Symbol 131 MovieClip [b5shot] Frame 99
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x + 47); dy = _root.ship._y - (point.y - 5); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 47; _root.d["s" + _root.s]._y = point.y - 5; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++;
Symbol 131 MovieClip [b5shot] Frame 100
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 48; _root.d["s" + _root.s]._y = point.y + 16; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 70; _root.d["s" + _root.s]._y = point.y + 16; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 48; _root.d["s" + _root.s]._y = point.y + 16; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 70; _root.d["s" + _root.s]._y = point.y + 16; _root.s++;
Symbol 131 MovieClip [b5shot] Frame 103
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 48; _root.d["s" + _root.s]._y = point.y + 16; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 70; _root.d["s" + _root.s]._y = point.y + 16; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 48; _root.d["s" + _root.s]._y = point.y + 16; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 70; _root.d["s" + _root.s]._y = point.y + 16; _root.s++;
Symbol 131 MovieClip [b5shot] Frame 106
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 48; _root.d["s" + _root.s]._y = point.y + 16; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 70; _root.d["s" + _root.s]._y = point.y + 16; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 48; _root.d["s" + _root.s]._y = point.y + 16; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 70; _root.d["s" + _root.s]._y = point.y + 16; _root.s++;
Symbol 131 MovieClip [b5shot] Frame 109
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x - 47); dy = _root.ship._y - (point.y - 5); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 47; _root.d["s" + _root.s]._y = point.y - 5; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 48; _root.d["s" + _root.s]._y = point.y + 16; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 70; _root.d["s" + _root.s]._y = point.y + 16; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 48; _root.d["s" + _root.s]._y = point.y + 16; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 70; _root.d["s" + _root.s]._y = point.y + 16; _root.s++;
Symbol 131 MovieClip [b5shot] Frame 112
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 48; _root.d["s" + _root.s]._y = point.y + 16; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 70; _root.d["s" + _root.s]._y = point.y + 16; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 48; _root.d["s" + _root.s]._y = point.y + 16; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 70; _root.d["s" + _root.s]._y = point.y + 16; _root.s++;
Symbol 131 MovieClip [b5shot] Frame 115
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 48; _root.d["s" + _root.s]._y = point.y + 16; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 70; _root.d["s" + _root.s]._y = point.y + 16; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 48; _root.d["s" + _root.s]._y = point.y + 16; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 70; _root.d["s" + _root.s]._y = point.y + 16; _root.s++;
Symbol 131 MovieClip [b5shot] Frame 118
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 48; _root.d["s" + _root.s]._y = point.y + 16; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 70; _root.d["s" + _root.s]._y = point.y + 16; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 48; _root.d["s" + _root.s]._y = point.y + 16; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 70; _root.d["s" + _root.s]._y = point.y + 16; _root.s++;
Symbol 131 MovieClip [b5shot] Frame 119
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x + 71); dy = _root.ship._y - (point.y - 5); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 71; _root.d["s" + _root.s]._y = point.y - 5; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++;
Symbol 131 MovieClip [b5shot] Frame 121
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 48; _root.d["s" + _root.s]._y = point.y + 16; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 70; _root.d["s" + _root.s]._y = point.y + 16; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 48; _root.d["s" + _root.s]._y = point.y + 16; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 70; _root.d["s" + _root.s]._y = point.y + 16; _root.s++;
Symbol 131 MovieClip [b5shot] Frame 124
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 48; _root.d["s" + _root.s]._y = point.y + 16; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 70; _root.d["s" + _root.s]._y = point.y + 16; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 48; _root.d["s" + _root.s]._y = point.y + 16; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 70; _root.d["s" + _root.s]._y = point.y + 16; _root.s++;
Symbol 131 MovieClip [b5shot] Frame 127
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 48; _root.d["s" + _root.s]._y = point.y + 16; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 70; _root.d["s" + _root.s]._y = point.y + 16; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 48; _root.d["s" + _root.s]._y = point.y + 16; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 70; _root.d["s" + _root.s]._y = point.y + 16; _root.s++;
Symbol 131 MovieClip [b5shot] Frame 129
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x - 71); dy = _root.ship._y - (point.y - 5); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 71; _root.d["s" + _root.s]._y = point.y - 5; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++;
Symbol 131 MovieClip [b5shot] Frame 138
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x + 47); dy = _root.ship._y - (point.y - 5); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 47; _root.d["s" + _root.s]._y = point.y - 5; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++;
Symbol 131 MovieClip [b5shot] Frame 148
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x - 47); dy = _root.ship._y - (point.y - 5); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 47; _root.d["s" + _root.s]._y = point.y - 5; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++;
Symbol 131 MovieClip [b5shot] Frame 158
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x + 71); dy = _root.ship._y - (point.y - 5); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 71; _root.d["s" + _root.s]._y = point.y - 5; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++;
Symbol 131 MovieClip [b5shot] Frame 168
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x - 71); dy = _root.ship._y - (point.y - 5); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 71; _root.d["s" + _root.s]._y = point.y - 5; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++;
Symbol 131 MovieClip [b5shot] Frame 177
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x + 47); dy = _root.ship._y - (point.y - 5); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 47; _root.d["s" + _root.s]._y = point.y - 5; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++;
Symbol 131 MovieClip [b5shot] Frame 187
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x - 47); dy = _root.ship._y - (point.y - 5); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 47; _root.d["s" + _root.s]._y = point.y - 5; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++;
Symbol 131 MovieClip [b5shot] Frame 197
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x + 71); dy = _root.ship._y - (point.y - 5); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 71; _root.d["s" + _root.s]._y = point.y - 5; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++;
Symbol 131 MovieClip [b5shot] Frame 207
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - (point.x - 71); dy = _root.ship._y - (point.y - 5); rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 71; _root.d["s" + _root.s]._y = point.y - 5; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++;
Symbol 131 MovieClip [b5shot] Frame 213
point = {x:_x, y:_y}; this.localToGlobal(point); rad = 0; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15;
Symbol 131 MovieClip [b5shot] Frame 232
point = {x:_x, y:_y}; this.localToGlobal(point); rad = 0; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15;
Symbol 131 MovieClip [b5shot] Frame 251
point = {x:_x, y:_y}; this.localToGlobal(point); rad = 0; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15;
Symbol 131 MovieClip [b5shot] Frame 270
point = {x:_x, y:_y}; this.localToGlobal(point); rad = 0; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15;
Symbol 131 MovieClip [b5shot] Frame 289
point = {x:_x, y:_y}; this.localToGlobal(point); rad = 0; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 15;
Symbol 131 MovieClip [b5shot] Frame 370
point = {x:_x, y:_y}; this.localToGlobal(point); rad = 0; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30;
Symbol 131 MovieClip [b5shot] Frame 390
point = {x:_x, y:_y}; this.localToGlobal(point); rad = 20; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30;
Symbol 131 MovieClip [b5shot] Frame 410
point = {x:_x, y:_y}; this.localToGlobal(point); rad = 40; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30;
Symbol 131 MovieClip [b5shot] Frame 430
point = {x:_x, y:_y}; this.localToGlobal(point); rad = 0; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30;
Symbol 131 MovieClip [b5shot] Frame 450
point = {x:_x, y:_y}; this.localToGlobal(point); rad = 20; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30;
Symbol 131 MovieClip [b5shot] Frame 470
point = {x:_x, y:_y}; this.localToGlobal(point); rad = 40; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30;
Symbol 131 MovieClip [b5shot] Frame 490
point = {x:_x, y:_y}; this.localToGlobal(point); rad = 0; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30;
Symbol 131 MovieClip [b5shot] Frame 510
point = {x:_x, y:_y}; this.localToGlobal(point); rad = 20; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30;
Symbol 131 MovieClip [b5shot] Frame 530
point = {x:_x, y:_y}; this.localToGlobal(point); rad = 40; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 5; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30;
Symbol 131 MovieClip [b5shot] Frame 561
this.gotoAndPlay(50);
Symbol 132 MovieClip Frame 1
vit = 5120; sc = 51200;
Symbol 132 MovieClip Frame 2
i = 0; while (i <= 24) { if (this.hitTest(_root.d["shot" + i])) { _root.d["shot" + i].removeMovieClip(); irochange = new Color(_root.e.b); irochange.setTransform({gb:(255 * (vit / 5120)) - 255, bb:(255 * (vit / 5120)) - 255}); if (i > 9) { vit = vit - (_root.power / 4); } else { vit = vit - _root.power; } if (vit <= 0) { this.gotoAndPlay("bomb"); } } i++; } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); }
Symbol 132 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 132 MovieClip Frame 50
_root.score = _root.score + sc; _root.roundclear = 1; _parent.removeMovieClip();
Symbol 133 MovieClip [b5] Frame 105
this.gotoAndPlay(_currentframe - 1);
Symbol 135 MovieClip Frame 100
point = {x:_x, y:_y}; this.localToGlobal(point); rad = -90; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 20;
Symbol 135 MovieClip Frame 102
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 20;
Symbol 135 MovieClip Frame 104
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 20;
Symbol 135 MovieClip Frame 106
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 20;
Symbol 135 MovieClip Frame 108
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 20;
Symbol 135 MovieClip Frame 110
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 20;
Symbol 135 MovieClip Frame 112
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 20;
Symbol 135 MovieClip Frame 114
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 20;
Symbol 135 MovieClip Frame 116
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 20;
Symbol 135 MovieClip Frame 118
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 20;
Symbol 135 MovieClip Frame 120
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 20;
Symbol 135 MovieClip Frame 122
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 20;
Symbol 135 MovieClip Frame 124
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 20;
Symbol 135 MovieClip Frame 126
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 20;
Symbol 135 MovieClip Frame 128
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 20;
Symbol 135 MovieClip Frame 130
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 20;
Symbol 135 MovieClip Frame 132
point = {x:_x, y:_y}; this.localToGlobal(point); rad = -90; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 20;
Symbol 135 MovieClip Frame 134
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 20;
Symbol 135 MovieClip Frame 136
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 20;
Symbol 135 MovieClip Frame 138
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 20;
Symbol 135 MovieClip Frame 140
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 20;
Symbol 135 MovieClip Frame 142
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 20;
Symbol 135 MovieClip Frame 144
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 20;
Symbol 135 MovieClip Frame 146
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 20;
Symbol 135 MovieClip Frame 148
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 20;
Symbol 135 MovieClip Frame 150
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 20;
Symbol 135 MovieClip Frame 152
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 20;
Symbol 135 MovieClip Frame 154
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 20;
Symbol 135 MovieClip Frame 156
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 20;
Symbol 135 MovieClip Frame 158
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 20;
Symbol 135 MovieClip Frame 160
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 20;
Symbol 135 MovieClip Frame 162
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan3", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad - 20;
Symbol 135 MovieClip Frame 164
point = {x:_x, y:_y}; this.localToGlobal(point); _root.attachMovie("tekidan3", "eb" + _root.eb, 9999 + _root.eb); _root["eb" + _root.eb]._x = point.x - 67; _root["eb" + _root.eb]._y = point.y - 9; _root["eb" + _root.eb]._rotation = rad; _root.eb++; _root.attachMovie("tekidan3", "eb" + _root.eb, 9999 + _root.eb); _root["eb" + _root.eb]._x = point.x + 67; _root["eb" + _root.eb]._y = point.y - 9; _root["eb" + _root.eb]._rotation = -rad; _root.eb++; rad = rad - 20;
Symbol 135 MovieClip Frame 202
point = {x:_x, y:_y}; this.localToGlobal(point); rad = Math.random() * 360; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 203
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 204
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 205
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 206
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 207
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 208
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 209
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 210
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 211
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 217
point = {x:_x, y:_y}; this.localToGlobal(point); rad = Math.random() * 360; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 218
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 219
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 220
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 221
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 222
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 223
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 224
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 225
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 226
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 232
point = {x:_x, y:_y}; this.localToGlobal(point); rad = Math.random() * 360; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 233
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 234
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 235
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 236
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 237
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 238
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 239
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 240
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 241
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 271
point = {x:_x, y:_y}; this.localToGlobal(point); rad = 0; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45;
Symbol 135 MovieClip Frame 291
point = {x:_x, y:_y}; this.localToGlobal(point); rad = 0; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45;
Symbol 135 MovieClip Frame 311
point = {x:_x, y:_y}; this.localToGlobal(point); rad = 0; _root.d.attachMovie("tekidan10", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan10", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan10", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan10", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan10", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan10", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan10", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan10", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45;
Symbol 135 MovieClip Frame 331
point = {x:_x, y:_y}; this.localToGlobal(point); rad = 0; _root.d.attachMovie("tekidan10", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan10", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan10", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan10", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan10", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan10", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan10", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan10", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45;
Symbol 135 MovieClip Frame 351
point = {x:_x, y:_y}; this.localToGlobal(point); rad = 0; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45;
Symbol 135 MovieClip Frame 371
point = {x:_x, y:_y}; this.localToGlobal(point); rad = 0; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45;
Symbol 135 MovieClip Frame 391
point = {x:_x, y:_y}; this.localToGlobal(point); rad = 0; _root.d.attachMovie("tekidan10", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan10", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan10", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan10", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan10", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan10", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan10", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan10", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45;
Symbol 135 MovieClip Frame 411
point = {x:_x, y:_y}; this.localToGlobal(point); rad = 0; _root.d.attachMovie("tekidan10", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan10", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan10", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan10", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan10", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan10", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan10", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45; _root.d.attachMovie("tekidan10", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 67; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 45;
Symbol 135 MovieClip Frame 440
point = {x:_x, y:_y}; this.localToGlobal(point); rad = Math.random() * 360; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 441
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 442
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 443
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 444
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 445
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 446
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 447
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 448
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 449
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 455
point = {x:_x, y:_y}; this.localToGlobal(point); rad = Math.random() * 360; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 456
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 457
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 458
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 459
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 460
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 461
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 462
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 463
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 464
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 470
point = {x:_x, y:_y}; this.localToGlobal(point); rad = Math.random() * 360; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 471
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 472
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 473
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 474
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 475
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 476
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 477
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 478
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 479
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = rad + 180; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 9; _root.d["s" + _root.s]._y = point.y - 9; _root.d["s" + _root.s]._rotation = (-rad) + 180; _root.s++; rad = rad + 15;
Symbol 135 MovieClip Frame 501
this.gotoAndPlay(50);
Symbol 136 MovieClip Frame 1
vit = 8000; sc = 80000 /* 0x013880 */;
Symbol 136 MovieClip Frame 2
i = 0; while (i <= 24) { if (this.hitTest(_root.d["shot" + i])) { _root.d["shot" + i].removeMovieClip(); irochange = new Color(_root.e.b); irochange.setTransform({gb:(255 * (vit / 8000)) - 255, bb:(255 * (vit / 8000)) - 255}); if (i > 9) { vit = vit - (_root.power / 4); } else { vit = vit - _root.power; } if (vit <= 0) { this.gotoAndPlay("bomb"); } } i++; } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); }
Symbol 136 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 136 MovieClip Frame 50
_root.score = _root.score + sc; _root.roundclear = 1; _parent.removeMovieClip();
Symbol 137 MovieClip [b6] Frame 105
this.gotoAndPlay(_currentframe - 1);
Symbol 139 MovieClip [b7shot] Frame 98
rad = 0;
Symbol 139 MovieClip [b7shot] Frame 100
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan9", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.s++; point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30;
Symbol 139 MovieClip [b7shot] Frame 105
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30;
Symbol 139 MovieClip [b7shot] Frame 110
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30;
Symbol 139 MovieClip [b7shot] Frame 115
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30;
Symbol 139 MovieClip [b7shot] Frame 120
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30;
Symbol 139 MovieClip [b7shot] Frame 158
rad = 0;
Symbol 139 MovieClip [b7shot] Frame 160
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 20;
Symbol 139 MovieClip [b7shot] Frame 162
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 20;
Symbol 139 MovieClip [b7shot] Frame 164
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 20;
Symbol 139 MovieClip [b7shot] Frame 166
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 20;
Symbol 139 MovieClip [b7shot] Frame 168
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 20;
Symbol 139 MovieClip [b7shot] Frame 170
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 20;
Symbol 139 MovieClip [b7shot] Frame 172
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 20;
Symbol 139 MovieClip [b7shot] Frame 174
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = -rad; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = -rad; _root.s++; rad = rad + 20;
Symbol 139 MovieClip [b7shot] Frame 213
rad = 0;
Symbol 139 MovieClip [b7shot] Frame 216
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30;
Symbol 139 MovieClip [b7shot] Frame 221
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30;
Symbol 139 MovieClip [b7shot] Frame 226
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30;
Symbol 139 MovieClip [b7shot] Frame 231
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30;
Symbol 139 MovieClip [b7shot] Frame 236
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y - 31; _root.d["s" + _root.s]._rotation = rad; _root.s++; rad = rad + 30;
Symbol 139 MovieClip [b7shot] Frame 275
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = (-Math.random()) * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = (-Math.random()) * 360; _root.s++;
Symbol 139 MovieClip [b7shot] Frame 276
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = (-Math.random()) * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = (-Math.random()) * 360; _root.s++;
Symbol 139 MovieClip [b7shot] Frame 277
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = (-Math.random()) * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = (-Math.random()) * 360; _root.s++;
Symbol 139 MovieClip [b7shot] Frame 278
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = (-Math.random()) * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = (-Math.random()) * 360; _root.s++;
Symbol 139 MovieClip [b7shot] Frame 279
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = (-Math.random()) * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = (-Math.random()) * 360; _root.s++;
Symbol 139 MovieClip [b7shot] Frame 280
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = (-Math.random()) * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = (-Math.random()) * 360; _root.s++;
Symbol 139 MovieClip [b7shot] Frame 281
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = (-Math.random()) * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = (-Math.random()) * 360; _root.s++;
Symbol 139 MovieClip [b7shot] Frame 282
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = (-Math.random()) * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = (-Math.random()) * 360; _root.s++;
Symbol 139 MovieClip [b7shot] Frame 283
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = (-Math.random()) * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = (-Math.random()) * 360; _root.s++;
Symbol 139 MovieClip [b7shot] Frame 284
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = (-Math.random()) * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = (-Math.random()) * 360; _root.s++;
Symbol 139 MovieClip [b7shot] Frame 285
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = (-Math.random()) * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = (-Math.random()) * 360; _root.s++;
Symbol 139 MovieClip [b7shot] Frame 286
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = (-Math.random()) * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = (-Math.random()) * 360; _root.s++;
Symbol 139 MovieClip [b7shot] Frame 287
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = (-Math.random()) * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = (-Math.random()) * 360; _root.s++;
Symbol 139 MovieClip [b7shot] Frame 288
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = (-Math.random()) * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = (-Math.random()) * 360; _root.s++;
Symbol 139 MovieClip [b7shot] Frame 289
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = (-Math.random()) * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = (-Math.random()) * 360; _root.s++;
Symbol 139 MovieClip [b7shot] Frame 290
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = Math.random() * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y - 43; _root.d["s" + _root.s]._rotation = (-Math.random()) * 360; _root.s++; _root.d.attachMovie("tekidan5", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 62; _root.d["s" + _root.s]._y = point.y + 43; _root.d["s" + _root.s]._rotation = (-Math.random()) * 360; _root.s++;
Symbol 139 MovieClip [b7shot] Frame 314
this.gotoAndPlay(70);
Symbol 140 MovieClip Frame 1
vit = 10000; sc = 100000 /* 0x0186A0 */;
Symbol 140 MovieClip Frame 2
i = 0; while (i <= 24) { if (this.hitTest(_root.d["shot" + i])) { _root.d["shot" + i].removeMovieClip(); irochange = new Color(_root.e.b); irochange.setTransform({gb:(255 * (vit / 10000)) - 255, bb:(255 * (vit / 10000)) - 255}); if (i > 9) { vit = vit - (_root.power / 4); } else { vit = vit - _root.power; } if (vit <= 0) { this.gotoAndPlay("bomb"); } } i++; } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); }
Symbol 140 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 140 MovieClip Frame 50
_root.score = _root.score + sc; _root.roundclear = 1; _parent.removeMovieClip();
Symbol 141 MovieClip [b7] Frame 105
this.gotoAndPlay(_currentframe - 1);
Symbol 144 MovieClip Frame 120
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - point.x; dy = _root.ship._y - point.y; rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan6", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++;
Symbol 145 MovieClip [b8shotr] Frame 1
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - point.x; dy = _root.ship._y - point.y; rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan7r", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = ((rad / 0.017453) - 135) + (Math.random() * 90); _root.s++;
Symbol 145 MovieClip [b8shotr] Frame 2
this.removeMovieClip();
Symbol 146 MovieClip Frame 1
vit = 256000 /* 0x03E800 */; sc = 2560000 /* 0x271000 */;
Symbol 146 MovieClip Frame 2
i = 0; while (i <= 24) { if (this.hitTest(_root.d["shot" + i])) { _root.d["shot" + i].removeMovieClip(); this.gotoAndPlay(4); } i++; } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); } if (_root.lastboss >= 2) { this.gotoAndPlay("bomb"); }
Symbol 146 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 146 MovieClip Frame 4
irochange = new Color(this.img); irochange.setTransform({gb:(255 * (256000 - vit)) / 256000, bb:(255 * (vit / 256000)) / 256000}); vit = vit - _root.power; if (vit <= 0) { _root.score = _root.score + 100000000; this.gotoAndPlay("bomb"); }
Symbol 146 MovieClip Frame 5
this.gotoAndPlay(2);
Symbol 146 MovieClip Frame 50
_root.score = _root.score + sc; _root.roundclear = 1; _root.e.core.removeMovieClip();
Symbol 146 MovieClip Frame 52
this.gotoAndPlay(_currentframe - 1);
Symbol 147 MovieClip Frame 1
if ((_root.lastoption <= 2) && (this["e" + _root.lastoption] == null)) { this.attachMovie("b9b", "e" + _root.lastoption, 9999 + _root.lastoption); _root.lastoption++; }
Symbol 147 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 148 MovieClip [c] Frame 200
this.gotoAndPlay(2);
Symbol 149 MovieClip [core] Frame 104
this.gotoAndPlay(_currentframe - 1);
Symbol 152 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 153 MovieClip Frame 1
vit = 32; sc = 320;
Symbol 153 MovieClip Frame 2
i = 0; while (i <= 24) { if (this.hitTest(_root.d["shot" + i])) { this.img.gotoAndPlay("dmg"); _root.d["shot" + i].removeMovieClip(); if (i > 9) { vit = vit - (_root.power / 4); } else { vit = vit - _root.power; } if (vit <= 0) { this.gotoAndPlay("bomb"); } } i++; } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); } if (this.hitTest(_root.d.shot25)) { this.gotoAndPlay("bomb"); }
Symbol 153 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 153 MovieClip Frame 5
_root.score = _root.score + sc; _parent.removeMovieClip();
Symbol 154 MovieClip [et] Frame 60
dx = _root.ship._x - _x; dy = _root.ship._y - _y; rad = Math.atan2(dy, dx); _rotation = ((rad / 0.017453) - 90);
Symbol 154 MovieClip [et] Frame 61
if ((Math.random() * 4) <= 1) { this.attachMovie("eshot", "s" + _root.s, 20000 + _root.s); _root.s++; }
Symbol 154 MovieClip [et] Frame 70
dx = _root.ship._x - _x; dy = _root.ship._y - _y; rad = Math.atan2(dy, dx); _rotation = ((rad / 0.017453) - 90);
Symbol 154 MovieClip [et] Frame 71
if ((Math.random() * 4) <= 1) { this.attachMovie("eshot", "s" + _root.s, 20000 + _root.s); _root.s++; }
Symbol 154 MovieClip [et] Frame 80
dx = _root.ship._x - _x; dy = _root.ship._y - _y; rad = Math.atan2(dy, dx); _rotation = ((rad / 0.017453) - 90);
Symbol 154 MovieClip [et] Frame 81
if ((Math.random() * 4) <= 1) { this.attachMovie("eshot", "s" + _root.s, 20000 + _root.s); _root.s++; }
Symbol 154 MovieClip [et] Frame 90
dx = _root.ship._x - _x; dy = _root.ship._y - _y; rad = Math.atan2(dy, dx); _rotation = ((rad / 0.017453) - 90);
Symbol 154 MovieClip [et] Frame 91
if ((Math.random() * 4) <= 1) { this.attachMovie("eshot", "s" + _root.s, 20000 + _root.s); _root.s++; }
Symbol 154 MovieClip [et] Frame 101
dx = _root.ship._x - _x; dy = _root.ship._y - _y; rad = Math.atan2(dy, dx); _rotation = ((rad / 0.017453) - 90);
Symbol 154 MovieClip [et] Frame 102
if ((Math.random() * 4) <= 1) { this.attachMovie("eshot", "s" + _root.s, 20000 + _root.s); _root.s++; }
Symbol 154 MovieClip [et] Frame 111
dx = _root.ship._x - _x; dy = _root.ship._y - _y; rad = Math.atan2(dy, dx); _rotation = ((rad / 0.017453) - 90);
Symbol 154 MovieClip [et] Frame 112
if ((Math.random() * 4) <= 1) { this.attachMovie("eshot", "s" + _root.s, 20000 + _root.s); _root.s++; }
Symbol 154 MovieClip [et] Frame 121
dx = _root.ship._x - _x; dy = _root.ship._y - _y; rad = Math.atan2(dy, dx); _rotation = ((rad / 0.017453) - 90);
Symbol 154 MovieClip [et] Frame 122
if ((Math.random() * 4) <= 1) { this.attachMovie("eshot", "s" + _root.s, 20000 + _root.s); _root.s++; }
Symbol 154 MovieClip [et] Frame 131
dx = _root.ship._x - _x; dy = _root.ship._y - _y; rad = Math.atan2(dy, dx); _rotation = ((rad / 0.017453) - 90);
Symbol 154 MovieClip [et] Frame 132
if ((Math.random() * 4) <= 1) { this.attachMovie("eshot", "s" + _root.s, 20000 + _root.s); _root.s++; }
Symbol 154 MovieClip [et] Frame 141
dx = _root.ship._x - _x; dy = _root.ship._y - _y; rad = Math.atan2(dy, dx); _rotation = ((rad / 0.017453) - 90);
Symbol 154 MovieClip [et] Frame 142
if ((Math.random() * 4) <= 1) { this.attachMovie("eshot", "s" + _root.s, 20000 + _root.s); _root.s++; }
Symbol 154 MovieClip [et] Frame 151
dx = _root.ship._x - _x; dy = _root.ship._y - _y; rad = Math.atan2(dy, dx); _rotation = ((rad / 0.017453) - 90);
Symbol 154 MovieClip [et] Frame 152
if ((Math.random() * 4) <= 1) { this.attachMovie("eshot", "s" + _root.s, 20000 + _root.s); _root.s++; }
Symbol 154 MovieClip [et] Frame 200
this.removeMovieClip();
Symbol 157 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 158 MovieClip Frame 1
vit = 12; sc = 120;
Symbol 158 MovieClip Frame 2
i = 0; while (i <= 24) { if (this.hitTest(_root.d["shot" + i])) { this.img.gotoAndPlay("dmg"); _root.d["shot" + i].removeMovieClip(); if (i > 9) { vit = vit - (_root.power / 4); } else { vit = vit - _root.power; } if (vit <= 0) { this.gotoAndPlay("bomb"); } } i++; } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); } if (this.hitTest(_root.d.shot25)) { this.gotoAndPlay("bomb"); }
Symbol 158 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 158 MovieClip Frame 5
_root.score = _root.score + sc; _parent.removeMovieClip();
Symbol 159 MovieClip [eu1] Frame 50
this.attachMovie("eshotm", "s" + _root.s, 20000 + _root.s); _root.s++;
Symbol 159 MovieClip [eu1] Frame 90
this.removeMovieClip();
Symbol 160 MovieClip [eu2] Frame 50
this.attachMovie("eshotm", "s" + _root.s, 20000 + _root.s); _root.s++;
Symbol 160 MovieClip [eu2] Frame 90
this.removeMovieClip();
Symbol 162 MovieClip Frame 2
if (this.hitTest(_root.ship)) { se = new Sound(); se.attachSound("powerup.wav"); se.start(); _root.power++; if (_root.power >= 16) { _root.power = 16; } this.gotoAndPlay(4); }
Symbol 162 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 162 MovieClip Frame 4
_root.score = _root.score + 1000; _parent.removeMovieClip(); this.removeMovieClip();
Symbol 163 MovieClip [item1] Frame 252
_root.enemycount--; this.removeMovieClip();
Symbol 165 MovieClip Frame 2
if (this.hitTest(_root.ship)) { se = new Sound(); se.attachSound("powerup.wav"); se.start(); _root.bomb = 3; this.gotoAndPlay(4); }
Symbol 165 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 165 MovieClip Frame 4
_root.score = _root.score + 1000; _parent.removeMovieClip(); this.removeMovieClip();
Symbol 166 MovieClip [item2] Frame 252
_root.enemycount--; this.removeMovieClip();
Symbol 168 MovieClip Frame 2
if (this.hitTest(_root.ship)) { se = new Sound(); se.attachSound("powerup.wav"); se.start(); _root.live++; if (_root.live >= 8) { _root.live = 8; } this.gotoAndPlay(4); }
Symbol 168 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 168 MovieClip Frame 4
_root.score = _root.score + 1000; _parent.removeMovieClip(); this.removeMovieClip();
Symbol 169 MovieClip [item3] Frame 252
_root.enemycount--; this.removeMovieClip();
Symbol 172 MovieClip Frame 1
point = {x:_x, y:_y}; this.localToGlobal(point); t = int(Math.random() * 3); if (t <= 1) { _root.e.attachMovie("hahen", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = point.x; _root.e["e" + _root.c]._y = point.y; _root.e["e" + _root.c]._rotation = Math.random() * 360; _root.c++; }
Symbol 172 MovieClip Frame 2
this.removeMovieClip();
Symbol 173 MovieClip Frame 1
irochange = new Color(this.img); irochange.setTransform({aa:0, ab:0});
Symbol 173 MovieClip Frame 2
if (this.hitTest(_root.d.shot25)) { this.gotoAndPlay(7); } i = 0; while (i <= 24) { if (this.hitTest(_root.d["shot" + i])) { this.gotoAndPlay("hit"); } i++; }
Symbol 173 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 173 MovieClip Frame 6
this.gotoAndPlay(1);
Symbol 173 MovieClip Frame 7
irochange = new Color(this.img); irochange.setTransform({ra:100, ga:100, ba:100, rb:0, gb:0, bb:0, aa:100, ab:255});
Symbol 173 MovieClip Frame 8
if (this.hitTest(_root.ship)) { se = new Sound(); se.attachSound("powerup.wav"); se.start(); _root.live++; if (_root.live >= 8) { _root.live = 8; } this.gotoAndPlay(10); }
Symbol 173 MovieClip Frame 9
this.gotoAndPlay(_currentframe - 1);
Symbol 173 MovieClip Frame 10
_root.score = _root.score + 5000;
Symbol 173 MovieClip Frame 12
this.gotoAndPlay(_currentframe - 1);
Symbol 174 MovieClip [item4] Frame 601
_root.enemycount--; this.removeMovieClip();
Symbol 177 MovieClip Frame 1
irochange = new Color(this.img); irochange.setTransform({aa:0, ab:0});
Symbol 177 MovieClip Frame 2
if (this.hitTest(_root.d.shot25)) { this.gotoAndPlay(7); } i = 0; while (i <= 24) { if (this.hitTest(_root.d["shot" + i])) { this.gotoAndPlay("hit"); } i++; }
Symbol 177 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 177 MovieClip Frame 6
this.gotoAndPlay(1);
Symbol 177 MovieClip Frame 7
irochange = new Color(this.img); irochange.setTransform({ra:100, ga:100, ba:100, rb:0, gb:0, bb:0, aa:100, ab:255});
Symbol 177 MovieClip Frame 8
if (this.hitTest(_root.ship)) { se = new Sound(); se.attachSound("powerup.wav"); se.start(); _root.live++; if (_root.live >= 8) { _root.live = 8; } this.gotoAndPlay(10); }
Symbol 177 MovieClip Frame 9
this.gotoAndPlay(_currentframe - 1);
Symbol 177 MovieClip Frame 10
_root.score = _root.score + 5000;
Symbol 177 MovieClip Frame 12
this.gotoAndPlay(_currentframe - 1);
Symbol 178 MovieClip [item5] Frame 601
_root.enemycount--; this.removeMovieClip();
Symbol 181 MovieClip Frame 1
irochange = new Color(this.img); irochange.setTransform({aa:0, ab:0});
Symbol 181 MovieClip Frame 2
if (this.hitTest(_root.d.shot25)) { this.gotoAndPlay(7); } i = 0; while (i <= 24) { if (this.hitTest(_root.d["shot" + i])) { this.gotoAndPlay("hit"); } i++; }
Symbol 181 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 181 MovieClip Frame 6
this.gotoAndPlay(1);
Symbol 181 MovieClip Frame 7
irochange = new Color(this.img); irochange.setTransform({ra:100, ga:100, ba:100, rb:0, gb:0, bb:0, aa:100, ab:255});
Symbol 181 MovieClip Frame 8
if (this.hitTest(_root.ship)) { se = new Sound(); se.attachSound("powerup.wav"); se.start(); _root.live++; if (_root.live >= 8) { _root.live = 8; } this.gotoAndPlay(10); }
Symbol 181 MovieClip Frame 9
this.gotoAndPlay(_currentframe - 1);
Symbol 181 MovieClip Frame 10
_root.score = _root.score + 1000000;
Symbol 181 MovieClip Frame 12
this.gotoAndPlay(_currentframe - 1);
Symbol 182 MovieClip [item6] Frame 601
_root.enemycount--; this.removeMovieClip();
Symbol 185 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 186 MovieClip Frame 1
vit = 8; sc = 80;
Symbol 186 MovieClip Frame 2
i = 0; while (i <= 24) { if (this.hitTest(_root.d["shot" + i])) { this.img.gotoAndPlay("dmg"); _root.d["shot" + i].removeMovieClip(); if (i > 9) { vit = vit - (_root.power / 4); } else { vit = vit - _root.power; } if (vit <= 0) { this.gotoAndPlay("bomb"); } } i++; } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); } if (this.hitTest(_root.d.shot25)) { this.gotoAndPlay("bomb"); }
Symbol 186 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 186 MovieClip Frame 5
_root.score = _root.score + sc; _parent.removeMovieClip();
Symbol 187 MovieClip [ey] Frame 100
if ((Math.random() * 3) <= 1) { this.attachMovie("eshot", "s" + _root.s, 20000 + _root.s); _root.s++; }
Symbol 187 MovieClip [ey] Frame 130
this.removeMovieClip();
Symbol 188 MovieClip [shotaction] Frame 1
if (_root["shot" + _root.k] == null) { _root.d.attachMovie("shot", "shot" + _root.k, 200 + _root.k); _root.d["shot" + _root.k]._x = _x; _root.d["shot" + _root.k]._y = _y - 8; } _root.k++; if (_root.k >= 9) { _root.k = 0; }
Symbol 188 MovieClip [shotaction] Frame 2
if (_root.d["shot" + _root.l] == null) { _root.d.attachMovie("shots", "shot" + _root.l, 200 + _root.l); _root.d["shot" + _root.l]._x = _x + 16; _root.d["shot" + _root.l]._y = _y - 8; _root.d["shot" + _root.l]._rotation = 30; } _root.l++; if (_root.d["shot" + _root.l] == null) { _root.d.attachMovie("shots", "shot" + _root.l, 200 + _root.l); _root.d["shot" + _root.l]._x = _x - 16; _root.d["shot" + _root.l]._y = _y - 8; _root.d["shot" + _root.l]._rotation = -30; } _root.l++; if (_root.l >= 25) { _root.l = 9; }
Symbol 188 MovieClip [shotaction] Frame 3
this.gotoAndPlay(1);
Symbol 189 MovieClip [eshot] Frame 1
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - point.x; dy = _root.ship._y - point.y; rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan1", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++;
Symbol 189 MovieClip [eshot] Frame 2
this.removeMovieClip();
Symbol 190 MovieClip [eshotm] Frame 1
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - point.x; dy = _root.ship._y - point.y; rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 85; _root.s++; _root.d.attachMovie("tekidan2", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 95; _root.s++;
Symbol 190 MovieClip [eshotm] Frame 2
this.removeMovieClip();
Symbol 202 MovieClip Frame 1
this.gotoAndPlay("p" + _root.power);
Symbol 202 MovieClip Frame 4
this.gotoAndPlay(_currentframe - 1);
Symbol 202 MovieClip Frame 7
this.gotoAndPlay(_currentframe - 1);
Symbol 202 MovieClip Frame 10
this.gotoAndPlay(_currentframe - 1);
Symbol 202 MovieClip Frame 13
this.gotoAndPlay(_currentframe - 1);
Symbol 202 MovieClip Frame 16
this.gotoAndPlay(_currentframe - 1);
Symbol 202 MovieClip Frame 19
this.gotoAndPlay(_currentframe - 1);
Symbol 202 MovieClip Frame 22
this.gotoAndPlay(_currentframe - 1);
Symbol 202 MovieClip Frame 25
this.gotoAndPlay(_currentframe - 1);
Symbol 202 MovieClip Frame 28
this.gotoAndPlay(_currentframe - 1);
Symbol 202 MovieClip Frame 31
this.gotoAndPlay(_currentframe - 1);
Symbol 202 MovieClip Frame 34
this.gotoAndPlay(_currentframe - 1);
Symbol 202 MovieClip Frame 37
this.gotoAndPlay(_currentframe - 1);
Symbol 202 MovieClip Frame 40
this.gotoAndPlay(_currentframe - 1);
Symbol 202 MovieClip Frame 43
this.gotoAndPlay(_currentframe - 1);
Symbol 202 MovieClip Frame 46
this.gotoAndPlay(_currentframe - 1);
Symbol 202 MovieClip Frame 49
this.gotoAndPlay(_currentframe - 1);
Symbol 203 MovieClip [shot] Frame 16
this.removeMovieClip();
Symbol 208 MovieClip Frame 1
this.gotoAndPlay("p" + _root.power);
Symbol 208 MovieClip Frame 4
this.gotoAndPlay(_currentframe - 1);
Symbol 208 MovieClip Frame 7
this.gotoAndPlay(_currentframe - 1);
Symbol 208 MovieClip Frame 10
this.gotoAndPlay(_currentframe - 1);
Symbol 208 MovieClip Frame 13
this.gotoAndPlay(_currentframe - 1);
Symbol 208 MovieClip Frame 16
this.gotoAndPlay(_currentframe - 1);
Symbol 208 MovieClip Frame 19
this.gotoAndPlay(_currentframe - 1);
Symbol 208 MovieClip Frame 22
this.gotoAndPlay(_currentframe - 1);
Symbol 208 MovieClip Frame 25
this.gotoAndPlay(_currentframe - 1);
Symbol 208 MovieClip Frame 28
this.gotoAndPlay(_currentframe - 1);
Symbol 208 MovieClip Frame 31
this.gotoAndPlay(_currentframe - 1);
Symbol 208 MovieClip Frame 34
this.gotoAndPlay(_currentframe - 1);
Symbol 208 MovieClip Frame 37
this.gotoAndPlay(_currentframe - 1);
Symbol 208 MovieClip Frame 40
this.gotoAndPlay(_currentframe - 1);
Symbol 208 MovieClip Frame 43
this.gotoAndPlay(_currentframe - 1);
Symbol 208 MovieClip Frame 46
this.gotoAndPlay(_currentframe - 1);
Symbol 208 MovieClip Frame 49
this.gotoAndPlay(_currentframe - 1);
Symbol 209 MovieClip [shots] Frame 16
this.removeMovieClip();
Symbol 211 MovieClip Frame 2
if (this.hitTest(_root.d.shot25)) { _parent.removeMovieClip(); } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); _parent.removeMovieClip(); }
Symbol 211 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 212 MovieClip [tekidan1] Frame 65
this.removeMovieClip();
Symbol 214 MovieClip Frame 2
if (this.hitTest(_root.d.shot25)) { _parent.removeMovieClip(); } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); _parent.removeMovieClip(); }
Symbol 214 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 215 MovieClip [tekidan3] Frame 45
this.removeMovieClip();
Symbol 217 MovieClip Frame 2
if (this.hitTest(_root.d.shot25)) { _parent.removeMovieClip(); } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); _parent.removeMovieClip(); }
Symbol 217 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 218 MovieClip [tekidan8b] Frame 56
this.removeMovieClip();
Symbol 219 MovieClip Frame 1
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - point.x; dy = _root.ship._y - point.y; rad = Math.atan2(dy, dx); if (((point.y < 340) && (point.x < 360)) && (point.x > 120)) { _root.d.attachMovie("tekidan9", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++; }
Symbol 219 MovieClip Frame 2
this.removeMovieClip();
Symbol 220 MovieClip Frame 2
if (this.hitTest(_root.d.shot25)) { _parent.removeMovieClip(); } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); _parent.removeMovieClip(); }
Symbol 220 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 220 MovieClip Frame 5
_parent.removeMovieClip();
Symbol 221 MovieClip [tekidan9b] Frame 20
this.fire.gotoAndPlay("search");
Symbol 221 MovieClip [tekidan9b] Frame 21
this.removeMovieClip();
Symbol 223 MovieClip Frame 2
if (this.hitTest(_root.d.shot25)) { _parent.removeMovieClip(); } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); _parent.removeMovieClip(); }
Symbol 223 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 224 MovieClip [tekidan2] Frame 75
this.removeMovieClip();
Symbol 226 MovieClip Frame 2
if (this.hitTest(_root.d.shot25)) { _parent.removeMovieClip(); } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); _parent.removeMovieClip(); }
Symbol 226 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 227 MovieClip [tekidan5] Frame 106
this.removeMovieClip();
Symbol 229 MovieClip Frame 5
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan6z", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.s++;
Symbol 230 MovieClip Frame 2
if (this.hitTest(_root.d.shot25)) { _parent.removeMovieClip(); } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); _parent.removeMovieClip(); }
Symbol 230 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 231 MovieClip [tekidan6] Frame 46
this.removeMovieClip();
Symbol 232 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 233 MovieClip [tekidan6z] Frame 10
this.removeMovieClip();
Symbol 236 MovieClip Frame 1
rnd = Math.random() * 150; this.fire._xscale = this.fire._xscale + rnd; this.fire._yscale = this.fire._yscale + rnd;
Symbol 236 MovieClip Frame 2
if (this.hitTest(_root.d.shot25)) { _parent.removeMovieClip(); } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); _parent.removeMovieClip(); }
Symbol 236 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 237 MovieClip [tekidan7] Frame 40
this.removeMovieClip();
Symbol 238 MovieClip [tekidan7r] Frame 30
this.removeMovieClip();
Symbol 239 MovieClip [tekidan6b] Frame 5
this.removeMovieClip();
Symbol 240 MovieClip [tekidan6c] Frame 40
this.removeMovieClip();
Symbol 242 MovieClip Frame 1
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - point.x; dy = _root.ship._y - point.y; rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan8b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++;
Symbol 242 MovieClip Frame 2
this.removeMovieClip();
Symbol 243 MovieClip Frame 2
if (this.hitTest(_root.d.shot25)) { _parent.removeMovieClip(); } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); _parent.removeMovieClip(); }
Symbol 243 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 243 MovieClip Frame 5
_parent.removeMovieClip();
Symbol 244 MovieClip [tekidan8] Frame 25
this.fire.gotoAndPlay("search");
Symbol 245 MovieClip [tekidan10shot] Frame 1
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - point.x; dy = _root.ship._y - point.y; rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan8b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++;
Symbol 245 MovieClip [tekidan10shot] Frame 2
this.removeMovieClip();
Symbol 246 MovieClip Frame 2
if (this.hitTest(_root.d.shot25)) { _parent.removeMovieClip(); } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); _parent.removeMovieClip(); }
Symbol 246 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 246 MovieClip Frame 5
_parent.removeMovieClip();
Symbol 247 MovieClip [tekidan10] Frame 25
this.fire.gotoAndPlay("search");
Symbol 248 MovieClip Frame 1
point = {x:_x, y:_y}; this.localToGlobal(point); dx = _root.ship._x - point.x; dy = _root.ship._y - point.y; rad = Math.atan2(dy, dx); _root.d.attachMovie("tekidan9b", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.d["s" + _root.s]._rotation = (rad / 0.017453) - 90; _root.s++;
Symbol 248 MovieClip Frame 2
this.removeMovieClip();
Symbol 249 MovieClip Frame 2
if (this.hitTest(_root.d.shot25)) { _parent.removeMovieClip(); } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); _parent.removeMovieClip(); }
Symbol 249 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 249 MovieClip Frame 5
_parent.removeMovieClip();
Symbol 250 MovieClip [tekidan9] Frame 25
this.fire.gotoAndPlay("search");
Symbol 252 MovieClip Frame 2
if (this.hitTest(_root.d.shot25)) { _parent.removeMovieClip(); } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); _parent.removeMovieClip(); } i = 0; while (i <= 24) { if (this.hitTest(_root.d["shot" + i])) { _root.score = _root.score + 10; _root.d["shot" + i].removeMovieClip(); _parent.removeMovieClip(); } i++; }
Symbol 252 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 253 MovieClip [tekidan4] Frame 48
this.removeMovieClip();
Symbol 256 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 257 MovieClip [ehshot] Frame 50
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan4", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 8; _root.d["s" + _root.s]._y = point.y + 2; _root.d["s" + _root.s]._rotation = _parent._parent._rotation; _root.s++; _root.d.attachMovie("tekidan4", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 8; _root.d["s" + _root.s]._y = point.y + 2; _root.d["s" + _root.s]._rotation = _parent._parent._rotation; _root.s++;
Symbol 257 MovieClip [ehshot] Frame 53
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan4", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 8; _root.d["s" + _root.s]._y = point.y + 2; _root.d["s" + _root.s]._rotation = _parent._parent._rotation; _root.s++; _root.d.attachMovie("tekidan4", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 8; _root.d["s" + _root.s]._y = point.y + 2; _root.d["s" + _root.s]._rotation = _parent._parent._rotation; _root.s++;
Symbol 257 MovieClip [ehshot] Frame 56
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan4", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 8; _root.d["s" + _root.s]._y = point.y + 2; _root.d["s" + _root.s]._rotation = _parent._parent._rotation; _root.s++; _root.d.attachMovie("tekidan4", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 8; _root.d["s" + _root.s]._y = point.y + 2; _root.d["s" + _root.s]._rotation = _parent._parent._rotation; _root.s++;
Symbol 257 MovieClip [ehshot] Frame 59
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan4", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 8; _root.d["s" + _root.s]._y = point.y + 2; _root.d["s" + _root.s]._rotation = _parent._parent._rotation; _root.s++; _root.d.attachMovie("tekidan4", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 8; _root.d["s" + _root.s]._y = point.y + 2; _root.d["s" + _root.s]._rotation = _parent._parent._rotation; _root.s++;
Symbol 257 MovieClip [ehshot] Frame 62
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan4", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 8; _root.d["s" + _root.s]._y = point.y + 2; _root.d["s" + _root.s]._rotation = _parent._parent._rotation; _root.s++; _root.d.attachMovie("tekidan4", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 8; _root.d["s" + _root.s]._y = point.y + 2; _root.d["s" + _root.s]._rotation = _parent._parent._rotation; _root.s++;
Symbol 257 MovieClip [ehshot] Frame 65
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan4", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 8; _root.d["s" + _root.s]._y = point.y + 2; _root.d["s" + _root.s]._rotation = _parent._parent._rotation; _root.s++; _root.d.attachMovie("tekidan4", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 8; _root.d["s" + _root.s]._y = point.y + 2; _root.d["s" + _root.s]._rotation = _parent._parent._rotation; _root.s++;
Symbol 257 MovieClip [ehshot] Frame 68
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan4", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x - 8; _root.d["s" + _root.s]._y = point.y + 2; _root.d["s" + _root.s]._rotation = _parent._parent._rotation; _root.s++; _root.d.attachMovie("tekidan4", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x + 8; _root.d["s" + _root.s]._y = point.y + 2; _root.d["s" + _root.s]._rotation = _parent._parent._rotation; _root.s++;
Symbol 257 MovieClip [ehshot] Frame 90
this.gotoAndPlay(20);
Symbol 258 MovieClip Frame 1
vit = 64; sc = 640;
Symbol 258 MovieClip Frame 2
i = 0; while (i <= 24) { if (this.hitTest(_root.d["shot" + i])) { this.img.gotoAndPlay("dmg"); _root.d["shot" + i].removeMovieClip(); if (i > 9) { vit = vit - (_root.power / 4); } else { vit = vit - _root.power; } if (vit <= 0) { this.gotoAndPlay("bomb"); } } i++; } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); } if (this.hitTest(_root.d.shot25)) { this.gotoAndPlay("bomb"); }
Symbol 258 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 258 MovieClip Frame 5
_root.score = _root.score + sc; _parent.removeMovieClip();
Symbol 259 MovieClip [eh] Frame 249
this.removeMovieClip();
Symbol 262 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 263 MovieClip Frame 1
vit = 256; sc = 2560;
Symbol 263 MovieClip Frame 2
i = 0; while (i <= 24) { if (this.hitTest(_root.d["shot" + i])) { this.img.gotoAndPlay("dmg"); _root.d["shot" + i].removeMovieClip(); if (i > 9) { vit = vit - (_root.power / 4); } else { vit = vit - _root.power; } if (vit <= 0) { this.gotoAndPlay("bomb"); } } i++; } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); } if (this.hitTest(_root.d.shot25)) { this.gotoAndPlay("bomb"); }
Symbol 263 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 263 MovieClip Frame 5
_root.score = _root.score + sc; _parent.removeMovieClip();
Symbol 264 MovieClip Frame 1
point = {x:_x, y:_y}; this.localToGlobal(point); _root.d.attachMovie("tekidan8", "s" + _root.s, 9999 + _root.s); _root.d["s" + _root.s]._x = point.x; _root.d["s" + _root.s]._y = point.y; _root.s++;
Symbol 264 MovieClip Frame 2
this.removeMovieClip();
Symbol 265 MovieClip [eo] Frame 1
lc = 0;
Symbol 265 MovieClip [eo] Frame 33
lc++; if (lc >= 10) { this.gotoAndPlay(35); } else { this.gotoAndPlay(14); }
Symbol 265 MovieClip [eo] Frame 36
this.removeMovieClip();
Symbol 267 MovieClip [hahen] Frame 40
this.removeMovieClip();
Symbol 268 MovieClip [hahenl] Frame 10
this.removeMovieClip();
Symbol 282 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 282 MovieClip Frame 6
this.gotoAndPlay(_currentframe - 1);
Symbol 282 MovieClip Frame 9
this.gotoAndPlay(_currentframe - 1);
Symbol 282 MovieClip Frame 12
this.gotoAndPlay(_currentframe - 1);
Symbol 282 MovieClip Frame 15
this.gotoAndPlay(_currentframe - 1);
Symbol 290 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 290 MovieClip Frame 6
this.gotoAndPlay(_currentframe - 1);
Symbol 290 MovieClip Frame 9
this.gotoAndPlay(_currentframe - 1);
Symbol 290 MovieClip Frame 12
this.gotoAndPlay(_currentframe - 1);
Symbol 290 MovieClip Frame 15
this.gotoAndPlay(_currentframe - 1);
Symbol 290 MovieClip Frame 18
this.gotoAndPlay(_currentframe - 1);
Symbol 290 MovieClip Frame 21
this.gotoAndPlay(_currentframe - 1);
Symbol 290 MovieClip Frame 24
this.gotoAndPlay(_currentframe - 1);
Symbol 290 MovieClip Frame 27
this.gotoAndPlay(_currentframe - 1);
Symbol 290 MovieClip Frame 30
this.gotoAndPlay(_currentframe - 1);
Symbol 290 MovieClip Frame 33
this.gotoAndPlay(_currentframe - 1);
Symbol 311 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 311 MovieClip Frame 6
this.gotoAndPlay(_currentframe - 1);
Symbol 311 MovieClip Frame 9
this.gotoAndPlay(_currentframe - 1);
Symbol 311 MovieClip Frame 12
this.gotoAndPlay(_currentframe - 1);
Symbol 311 MovieClip Frame 15
this.gotoAndPlay(_currentframe - 1);
Symbol 311 MovieClip Frame 18
this.gotoAndPlay(_currentframe - 1);
Symbol 311 MovieClip Frame 21
this.gotoAndPlay(_currentframe - 1);
Symbol 311 MovieClip Frame 24
this.gotoAndPlay(_currentframe - 1);
Symbol 321 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 321 MovieClip Frame 6
this.gotoAndPlay(_currentframe - 1);
Symbol 321 MovieClip Frame 9
this.gotoAndPlay(_currentframe - 1);
Symbol 321 MovieClip Frame 12
this.gotoAndPlay(_currentframe - 1);
Symbol 321 MovieClip Frame 15
this.gotoAndPlay(_currentframe - 1);
Symbol 321 MovieClip Frame 18
this.gotoAndPlay(_currentframe - 1);
Symbol 321 MovieClip Frame 21
this.gotoAndPlay(_currentframe - 1);
Symbol 321 MovieClip Frame 24
this.gotoAndPlay(_currentframe - 1);
Symbol 321 MovieClip Frame 27
this.gotoAndPlay(_currentframe - 1);
Symbol 321 MovieClip Frame 30
this.gotoAndPlay(_currentframe - 1);
Symbol 321 MovieClip Frame 33
this.gotoAndPlay(_currentframe - 1);
Symbol 321 MovieClip Frame 36
this.gotoAndPlay(_currentframe - 1);
Symbol 321 MovieClip Frame 39
this.gotoAndPlay(_currentframe - 1);
Symbol 321 MovieClip Frame 42
this.gotoAndPlay(_currentframe - 1);
Symbol 321 MovieClip Frame 45
this.gotoAndPlay(_currentframe - 1);
Symbol 321 MovieClip Frame 48
this.gotoAndPlay(_currentframe - 1);
Symbol 326 MovieClip Frame 1
_root.e.attachMovie("ev", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = _x; _root.e["e" + _root.c]._y = _y; _root.c++;
Symbol 327 MovieClip Frame 1
_root.e.attachMovie("ic", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = _x; _root.e["e" + _root.c]._y = _y; _root.c++;
Symbol 328 MovieClip Frame 1
_root.e.attachMovie("eu1", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = _x; _root.e["e" + _root.c]._y = _y; _root.c++;
Symbol 329 MovieClip Frame 1
_root.e.attachMovie("eu2", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = _x; _root.e["e" + _root.c]._y = _y; _root.c++;
Symbol 330 MovieClip Frame 1
_root.e.attachMovie("cp", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = _x; _root.e["e" + _root.c]._y = _y; _root.c++;
Symbol 331 MovieClip Frame 1
_root.e.attachMovie("ey", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = _x; _root.e["e" + _root.c]._y = _y; _root.c++;
Symbol 332 MovieClip Frame 1
_root.e.attachMovie("item5", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = _x; _root.e["e" + _root.c]._y = _y; _root.c++;
Symbol 333 MovieClip Frame 1
_root.e.attachMovie("et", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = _x; _root.e["e" + _root.c]._y = _y; _root.c++;
Symbol 334 MovieClip Frame 1
_root.attachMovie("bkeikoku", "e" + _root.c, 1000 + _root.c); _root["e" + _root.c]._x = 240; _root["e" + _root.c]._y = 180; _root.c++;
Symbol 335 MovieClip Frame 2999
_root.e.attachMovie("b1", "b", 1000 + _root.c); _root.e.b._x = 240; _root.e.b._y = 100; _root.c++;
Symbol 335 MovieClip Frame 3000
this.stop();
Symbol 338 MovieClip Frame 1
_root.e.attachMovie("ew1", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = _x; _root.e["e" + _root.c]._y = _y; _root.c++;
Symbol 339 MovieClip Frame 1
_root.e.attachMovie("ew2", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = _x; _root.e["e" + _root.c]._y = _y; _root.c++;
Symbol 340 MovieClip Frame 1
_root.e.attachMovie("item4", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = _x; _root.e["e" + _root.c]._y = _y; _root.c++;
Symbol 341 MovieClip Frame 1
_root.e.attachMovie("eh", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = _x; _root.e["e" + _root.c]._y = _y; _root.c++;
Symbol 342 MovieClip Frame 1
_root.e.attachMovie("cm", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = _x; _root.e["e" + _root.c]._y = _y; _root.c++;
Symbol 343 MovieClip Frame 2999
_root.e.attachMovie("b2", "b", 1000 + _root.c); _root.e.b._x = 240; _root.e.b._y = 100; _root.c++;
Symbol 343 MovieClip Frame 3000
this.stop();
Symbol 346 MovieClip Frame 1
_root.e.attachMovie("ex2", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = _x; _root.e["e" + _root.c]._y = _y; _root.c++;
Symbol 347 MovieClip Frame 1
_root.e.attachMovie("ex1", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = _x; _root.e["e" + _root.c]._y = _y; _root.c++;
Symbol 348 MovieClip Frame 1
_root.e.attachMovie("cpr", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = _x; _root.e["e" + _root.c]._y = _y; _root.c++; _root.e.attachMovie("cpralert", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = _x; _root.e["e" + _root.c]._y = _y; _root.c++;
Symbol 349 MovieClip Frame 2999
_root.e.attachMovie("b3", "b", 1000 + _root.c); _root.e.b._x = 240; _root.e.b._y = 100; _root.c++;
Symbol 349 MovieClip Frame 3000
this.stop();
Symbol 352 MovieClip Frame 1200
_root.e.attachMovie("b4", "b", 1000 + _root.c); _root.e.b._x = 240; _root.e.b._y = 100; _root.c++;
Symbol 352 MovieClip Frame 3950
_root.d.b.img.gotoAndPlay("bomb");
Symbol 352 MovieClip Frame 3951
this.stop();
Symbol 355 MovieClip Frame 1
_root.e.attachMovie("ez", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = _x; _root.e["e" + _root.c]._y = _y; _root.c++;
Symbol 356 MovieClip Frame 1
_root.e.attachMovie("cd", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = _x; _root.e["e" + _root.c]._y = _y; _root.c++;
Symbol 357 MovieClip Frame 1
_root.e.attachMovie("item6", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = _x; _root.e["e" + _root.c]._y = _y; _root.c++;
Symbol 358 MovieClip Frame 2999
_root.e.attachMovie("b5", "b", 1000 + _root.c); _root.e.b._x = 240; _root.e.b._y = 100; _root.c++;
Symbol 358 MovieClip Frame 3000
this.stop();
Symbol 361 MovieClip Frame 1
_root.e.attachMovie("ca", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = _x; _root.e["e" + _root.c]._y = _y; _root.c++;
Symbol 362 MovieClip Frame 1
_root.e.attachMovie("cb", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = _x; _root.e["e" + _root.c]._y = _y; _root.c++;
Symbol 363 MovieClip Frame 2999
_root.e.attachMovie("b6", "b", 1000 + _root.c); _root.e.b._x = 240; _root.e.b._y = 100; _root.c++;
Symbol 363 MovieClip Frame 3000
this.stop();
Symbol 366 MovieClip Frame 1
_root.e.attachMovie("eo", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = _x; _root.e["e" + _root.c]._y = _y; _root.c++;
Symbol 367 MovieClip Frame 550
_root.e.attachMovie("eo", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = (Math.random() * 240) + 120; _root.e["e" + _root.c]._y = (Math.random() * 200) + 40; _root.c++;
Symbol 367 MovieClip Frame 600
_root.e.attachMovie("eo", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = (Math.random() * 240) + 120; _root.e["e" + _root.c]._y = (Math.random() * 200) + 40; _root.c++;
Symbol 367 MovieClip Frame 650
_root.e.attachMovie("eo", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = (Math.random() * 240) + 120; _root.e["e" + _root.c]._y = (Math.random() * 200) + 40; _root.c++;
Symbol 367 MovieClip Frame 700
_root.e.attachMovie("eo", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = (Math.random() * 240) + 120; _root.e["e" + _root.c]._y = (Math.random() * 200) + 40; _root.c++;
Symbol 367 MovieClip Frame 750
_root.e.attachMovie("eo", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = (Math.random() * 240) + 120; _root.e["e" + _root.c]._y = (Math.random() * 200) + 40; _root.c++;
Symbol 367 MovieClip Frame 800
_root.e.attachMovie("eo", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = (Math.random() * 240) + 120; _root.e["e" + _root.c]._y = (Math.random() * 200) + 40; _root.c++;
Symbol 367 MovieClip Frame 850
_root.e.attachMovie("eo", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = (Math.random() * 240) + 120; _root.e["e" + _root.c]._y = (Math.random() * 200) + 40; _root.c++;
Symbol 367 MovieClip Frame 900
_root.e.attachMovie("eo", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = (Math.random() * 240) + 120; _root.e["e" + _root.c]._y = (Math.random() * 200) + 40; _root.c++;
Symbol 367 MovieClip Frame 950
_root.e.attachMovie("eo", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = (Math.random() * 240) + 120; _root.e["e" + _root.c]._y = (Math.random() * 200) + 40; _root.c++;
Symbol 367 MovieClip Frame 1000
_root.e.attachMovie("eo", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = (Math.random() * 240) + 120; _root.e["e" + _root.c]._y = (Math.random() * 200) + 40; _root.c++;
Symbol 367 MovieClip Frame 1050
_root.e.attachMovie("eo", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = (Math.random() * 240) + 120; _root.e["e" + _root.c]._y = (Math.random() * 200) + 40; _root.c++;
Symbol 367 MovieClip Frame 1100
_root.e.attachMovie("eo", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = (Math.random() * 240) + 120; _root.e["e" + _root.c]._y = (Math.random() * 200) + 40; _root.c++;
Symbol 367 MovieClip Frame 1150
_root.e.attachMovie("eo", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = (Math.random() * 240) + 120; _root.e["e" + _root.c]._y = (Math.random() * 200) + 40; _root.c++;
Symbol 367 MovieClip Frame 1200
_root.e.attachMovie("eo", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = (Math.random() * 240) + 120; _root.e["e" + _root.c]._y = (Math.random() * 200) + 40; _root.c++;
Symbol 367 MovieClip Frame 1250
_root.e.attachMovie("eo", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = (Math.random() * 240) + 120; _root.e["e" + _root.c]._y = (Math.random() * 200) + 40; _root.c++;
Symbol 367 MovieClip Frame 1300
_root.e.attachMovie("eo", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = (Math.random() * 240) + 120; _root.e["e" + _root.c]._y = (Math.random() * 200) + 40; _root.c++;
Symbol 367 MovieClip Frame 1350
_root.e.attachMovie("eo", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = (Math.random() * 240) + 120; _root.e["e" + _root.c]._y = (Math.random() * 200) + 40; _root.c++;
Symbol 367 MovieClip Frame 1400
_root.e.attachMovie("eo", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = (Math.random() * 240) + 120; _root.e["e" + _root.c]._y = (Math.random() * 200) + 40; _root.c++;
Symbol 367 MovieClip Frame 1450
_root.e.attachMovie("eo", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = (Math.random() * 240) + 120; _root.e["e" + _root.c]._y = (Math.random() * 200) + 40; _root.c++;
Symbol 367 MovieClip Frame 1500
_root.e.attachMovie("eo", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = (Math.random() * 240) + 120; _root.e["e" + _root.c]._y = (Math.random() * 200) + 40; _root.c++;
Symbol 367 MovieClip Frame 1550
_root.e.attachMovie("eo", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = (Math.random() * 240) + 120; _root.e["e" + _root.c]._y = (Math.random() * 200) + 40; _root.c++;
Symbol 367 MovieClip Frame 1600
_root.e.attachMovie("eo", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = (Math.random() * 240) + 120; _root.e["e" + _root.c]._y = (Math.random() * 200) + 40; _root.c++;
Symbol 367 MovieClip Frame 1650
_root.e.attachMovie("eo", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = (Math.random() * 240) + 120; _root.e["e" + _root.c]._y = (Math.random() * 200) + 40; _root.c++;
Symbol 367 MovieClip Frame 1700
_root.e.attachMovie("eo", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = (Math.random() * 240) + 120; _root.e["e" + _root.c]._y = (Math.random() * 200) + 40; _root.c++;
Symbol 367 MovieClip Frame 1750
_root.e.attachMovie("eo", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = (Math.random() * 240) + 120; _root.e["e" + _root.c]._y = (Math.random() * 200) + 40; _root.c++;
Symbol 367 MovieClip Frame 1800
_root.e.attachMovie("eo", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = (Math.random() * 240) + 120; _root.e["e" + _root.c]._y = (Math.random() * 200) + 40; _root.c++;
Symbol 367 MovieClip Frame 1850
_root.e.attachMovie("eo", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = (Math.random() * 240) + 120; _root.e["e" + _root.c]._y = (Math.random() * 200) + 40; _root.c++;
Symbol 367 MovieClip Frame 1900
_root.e.attachMovie("eo", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = (Math.random() * 240) + 120; _root.e["e" + _root.c]._y = (Math.random() * 200) + 40; _root.c++;
Symbol 367 MovieClip Frame 1950
_root.e.attachMovie("eo", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = (Math.random() * 240) + 120; _root.e["e" + _root.c]._y = (Math.random() * 200) + 40; _root.c++;
Symbol 367 MovieClip Frame 2000
_root.e.attachMovie("eo", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = (Math.random() * 240) + 120; _root.e["e" + _root.c]._y = (Math.random() * 200) + 40; _root.c++;
Symbol 367 MovieClip Frame 2050
_root.e.attachMovie("eo", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = (Math.random() * 240) + 120; _root.e["e" + _root.c]._y = (Math.random() * 200) + 40; _root.c++;
Symbol 367 MovieClip Frame 2100
_root.e.attachMovie("eo", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = (Math.random() * 240) + 120; _root.e["e" + _root.c]._y = (Math.random() * 200) + 40; _root.c++;
Symbol 367 MovieClip Frame 2150
_root.e.attachMovie("eo", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = (Math.random() * 240) + 120; _root.e["e" + _root.c]._y = (Math.random() * 200) + 40; _root.c++;
Symbol 367 MovieClip Frame 2200
_root.e.attachMovie("eo", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = (Math.random() * 240) + 120; _root.e["e" + _root.c]._y = (Math.random() * 200) + 40; _root.c++;
Symbol 367 MovieClip Frame 2250
_root.e.attachMovie("eo", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = (Math.random() * 240) + 120; _root.e["e" + _root.c]._y = (Math.random() * 200) + 40; _root.c++;
Symbol 367 MovieClip Frame 2300
_root.e.attachMovie("eo", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = (Math.random() * 240) + 120; _root.e["e" + _root.c]._y = (Math.random() * 200) + 40; _root.c++;
Symbol 367 MovieClip Frame 2350
_root.e.attachMovie("eo", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = (Math.random() * 240) + 120; _root.e["e" + _root.c]._y = (Math.random() * 200) + 40; _root.c++;
Symbol 367 MovieClip Frame 2400
_root.e.attachMovie("eo", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = (Math.random() * 240) + 120; _root.e["e" + _root.c]._y = (Math.random() * 200) + 40; _root.c++;
Symbol 367 MovieClip Frame 2450
_root.e.attachMovie("eo", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = (Math.random() * 240) + 120; _root.e["e" + _root.c]._y = (Math.random() * 200) + 40; _root.c++;
Symbol 367 MovieClip Frame 2500
_root.e.attachMovie("eo", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = (Math.random() * 240) + 120; _root.e["e" + _root.c]._y = (Math.random() * 200) + 40; _root.c++;
Symbol 367 MovieClip Frame 2550
_root.e.attachMovie("eo", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = (Math.random() * 240) + 120; _root.e["e" + _root.c]._y = (Math.random() * 200) + 40; _root.c++;
Symbol 367 MovieClip Frame 2600
_root.e.attachMovie("eo", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = (Math.random() * 240) + 120; _root.e["e" + _root.c]._y = (Math.random() * 200) + 40; _root.c++;
Symbol 367 MovieClip Frame 2999
_root.e.attachMovie("b7", "b", 1000 + _root.c); _root.e.b._x = 240; _root.e.b._y = 100; _root.c++;
Symbol 367 MovieClip Frame 3000
this.stop();
Symbol 370 MovieClip Frame 1
_root.e.attachMovie("b1r", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = _x; _root.e["e" + _root.c]._y = _y; _root.c++;
Symbol 371 MovieClip Frame 2999
_root.e.attachMovie("core", "core", 1000 + _root.c); _root.e.core._x = 240; _root.e.core._y = 100; _root.c++;
Symbol 371 MovieClip Frame 3000
this.stop();
Symbol 372 MovieClip Frame 1
this.gotoAndPlay("s" + _root.stg);
Symbol 372 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 372 MovieClip Frame 6
this.gotoAndPlay(_currentframe - 1);
Symbol 372 MovieClip Frame 9
this.gotoAndPlay(_currentframe - 1);
Symbol 372 MovieClip Frame 12
this.gotoAndPlay(_currentframe - 1);
Symbol 372 MovieClip Frame 15
this.gotoAndPlay(_currentframe - 1);
Symbol 372 MovieClip Frame 18
this.gotoAndPlay(_currentframe - 1);
Symbol 372 MovieClip Frame 21
this.gotoAndPlay(_currentframe - 1);
Symbol 372 MovieClip Frame 24
this.gotoAndPlay(_currentframe - 1);
Symbol 372 MovieClip Frame 27
this.gotoAndPlay(_currentframe - 1);
Symbol 379 MovieClip Frame 1
point = {x:_x, y:_y}; this.localToGlobal(point); _root.e.attachMovie("bangs", "e" + _root.c, 1000 + _root.c); _root.e["e" + _root.c]._x = point.x; _root.e["e" + _root.c]._y = point.y; _root.c++;
Symbol 379 MovieClip Frame 2
this.removeMovieClip();
Symbol 380 MovieClip Frame 1
muteki = 0;
Symbol 380 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 380 MovieClip Frame 4
if (muteki == 0) { muteki = 30; _root.live--; if (_root.live <= 0) { this.gotoAndPlay("bomb"); } }
Symbol 380 MovieClip Frame 5
muteki--;
Symbol 380 MovieClip Frame 6
if (muteki <= 0) { muteki = 0; this.gotoAndPlay(2); } else { this.gotoAndPlay(_currentframe - 1); }
Symbol 380 MovieClip Frame 16
_root.gameover = 1;
Symbol 380 MovieClip Frame 17
this.gotoAndPlay(_currentframe - 1);
Symbol 381 MovieClip Frame 13
_root.event = 1;
Symbol 382 MovieClip Frame 1
i = 0; while (i < 24) { this["star" + i].removeMovieClip(); i++; }
Symbol 382 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 382 MovieClip Frame 4
i = 0; while (i < 24) { this.attachMovie("star", "star" + i, 5555 + i); this["star" + i]._x = Math.random() * 240; this["star" + i]._y = (Math.random() * 640) - 320; i++; }
Symbol 382 MovieClip Frame 6
this.gotoAndPlay(_currentframe - 1);
Symbol 387 MovieClip Frame 50
_root.stg++; _root.bg.gotoAndPlay("s" + (_root.stg + 1));
Symbol 387 MovieClip Frame 130
_root.event = 1;
Symbol 412 MovieClip Frame 128
_root.endcredit = 1;
Symbol 412 MovieClip Frame 390
_root.event = 1;
Symbol 415 MovieClip Frame 700
_root.event = 1;

Library Items

Symbol 1 Sound [powerup.wav]
Symbol 2 Sound [click]
Symbol 3 Sound [shot.wav]Used by:203 209
Symbol 4 SoundUsed by:5 8
Symbol 5 MovieClip [bgm1]Uses:4
Symbol 6 SoundUsed by:8 10
Symbol 7 SoundUsed by:8 9
Symbol 8 MovieClip [mute]Uses:6 4 7
Symbol 9 MovieClip [bgm2]Uses:7
Symbol 10 MovieClip [bgm3]Uses:6
Symbol 11 GraphicUsed by:12 270 311 321
Symbol 12 MovieClip [star]Uses:11
Symbol 13 GraphicUsed by:22 29 30 268
Symbol 14 GraphicUsed by:22 29 30 268
Symbol 15 GraphicUsed by:22 29 30 268
Symbol 16 GraphicUsed by:22 29 30 268
Symbol 17 GraphicUsed by:22 29 30 268
Symbol 18 GraphicUsed by:22 29 30 268
Symbol 19 GraphicUsed by:22 29 30 268
Symbol 20 GraphicUsed by:22 29 30 268
Symbol 21 GraphicUsed by:22 29 30 268
Symbol 22 MovieClip [bangs]Uses:13 14 15 16 17 18 19 20 21
Symbol 23 GraphicUsed by:29 30
Symbol 24 GraphicUsed by:29 30
Symbol 25 GraphicUsed by:29 30
Symbol 26 GraphicUsed by:29 30
Symbol 27 GraphicUsed by:29 30
Symbol 28 GraphicUsed by:29 30
Symbol 29 MovieClip [bangm]Uses:23 13 24 14 25 15 16 26 17 18 27 19 20 28 21
Symbol 30 MovieClip [bangl]Uses:23 13 24 14 25 15 16 26 17 18 27 19 20 28 21
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:31Used by:37
Symbol 33 MovieClipUsed by:37
Symbol 34 MovieClipUsed by:37 113 116 120 124 128 132 136 140 146
Symbol 35 MovieClipUsed by:37 71 76 81 86 89 102 113 116 120 124 128 132 136 140 146
Symbol 36 SoundUsed by:37 71 76 81 86 89 102 113 116 119 120 124 128 132 136 140 146 380
Symbol 37 MovieClip [b9b]Uses:32 33 34 35 36
Symbol 38 GraphicUsed by:39
Symbol 39 MovieClipUses:38Used by:43
Symbol 40 GraphicUsed by:41
Symbol 41 MovieClipUses:40Used by:43
Symbol 42 SoundUsed by:43
Symbol 43 MovieClip [bomb]Uses:39 41 42
Symbol 44 GraphicUsed by:46
Symbol 45 GraphicUsed by:46
Symbol 46 MovieClipUses:44 45Used by:51
Symbol 47 MovieClipUsed by:51
Symbol 48 MovieClipUsed by:51 58 65 109 153 158 186 258 263 380
Symbol 49 MovieClipUsed by:51 58 65 153 158 186 258
Symbol 50 SoundUsed by:51 58 65 109 153 158 173 177 181 186 258 263 380
Symbol 51 MovieClipUses:46 47 48 49 50Used by:52 53
Symbol 52 MovieClip [ew1]Uses:51
Symbol 53 MovieClip [ew2]Uses:51
Symbol 54 GraphicUsed by:56
Symbol 55 GraphicUsed by:56
Symbol 56 MovieClipUses:54 55Used by:58
Symbol 57 MovieClipUsed by:58
Symbol 58 MovieClipUses:56 57 48 49 50Used by:59 60 61
Symbol 59 MovieClip [ex1]Uses:58
Symbol 60 MovieClip [ez]Uses:58
Symbol 61 MovieClip [ex2]Uses:58
Symbol 62 GraphicUsed by:64
Symbol 63 GraphicUsed by:64
Symbol 64 MovieClipUses:62 63Used by:65
Symbol 65 MovieClipUses:64 48 49 50Used by:66
Symbol 66 MovieClip [ev]Uses:65
Symbol 67 GraphicUsed by:68
Symbol 68 MovieClipUses:67Used by:71
Symbol 69 MovieClipUsed by:71
Symbol 70 MovieClipUsed by:71 76 81 86 89 102
Symbol 71 MovieClipUses:68 69 70 35 36Used by:72
Symbol 72 MovieClip [cm]Uses:71
Symbol 73 GraphicUsed by:74
Symbol 74 MovieClipUses:73Used by:76 77
Symbol 75 MovieClipUsed by:76
Symbol 76 MovieClipUses:74 75 70 35 36Used by:77
Symbol 77 MovieClip [cb]Uses:76 74
Symbol 78 GraphicUsed by:79
Symbol 79 MovieClipUses:78Used by:81
Symbol 80 MovieClipUsed by:81
Symbol 81 MovieClipUses:79 80 70 35 36Used by:82
Symbol 82 MovieClip [ca]Uses:81
Symbol 83 GraphicUsed by:84
Symbol 84 MovieClipUses:83Used by:86 89
Symbol 85 MovieClip [cpshot]Used by:86
Symbol 86 MovieClipUses:84 85 70 35 36Used by:87
Symbol 87 MovieClip [cp]Uses:86
Symbol 88 MovieClip [cprshot]Used by:89
Symbol 89 MovieClipUses:84 88 70 35 36Used by:90
Symbol 90 MovieClip [cpr]Uses:89
Symbol 91 GraphicUsed by:92
Symbol 92 MovieClipUses:91Used by:94
Symbol 93 SoundUsed by:94
Symbol 94 MovieClip [cpralert]Uses:92 93
Symbol 95 GraphicUsed by:96
Symbol 96 MovieClipUses:95Used by:98
Symbol 97 SoundUsed by:98
Symbol 98 MovieClip [bkeikoku]Uses:96 97
Symbol 99 GraphicUsed by:100
Symbol 100 MovieClipUses:99Used by:102
Symbol 101 MovieClipUsed by:102
Symbol 102 MovieClipUses:100 101 70 35 36Used by:103
Symbol 103 MovieClip [cd]Uses:102
Symbol 104 GraphicUsed by:106
Symbol 105 GraphicUsed by:106
Symbol 106 MovieClipUses:104 105Used by:109
Symbol 107 MovieClip [cashot]Used by:109
Symbol 108 MovieClip [itemaction]Used by:109
Symbol 109 MovieClipUses:106 107 48 108 50Used by:110
Symbol 110 MovieClip [ic]Uses:109
Symbol 111 GraphicUsed by:113 115
Symbol 112 MovieClip [b1shot]Used by:113 115
Symbol 113 MovieClipUses:111 112 34 35 36Used by:114
Symbol 114 MovieClip [b1]Uses:113
Symbol 115 MovieClipUses:112 111Used by:116
Symbol 116 MovieClipUses:115 34 35 36Used by:117
Symbol 117 MovieClip [b1r]Uses:116
Symbol 118 GraphicUsed by:120
Symbol 119 MovieClipUses:36Used by:120
Symbol 120 MovieClipUses:118 119 34 35 36Used by:121
Symbol 121 MovieClip [b2]Uses:120
Symbol 122 GraphicUsed by:124
Symbol 123 MovieClipUsed by:124
Symbol 124 MovieClipUses:122 123 34 35 36Used by:125
Symbol 125 MovieClip [b3]Uses:124
Symbol 126 GraphicUsed by:128
Symbol 127 MovieClipUsed by:128
Symbol 128 MovieClipUses:126 127 34 35 36Used by:129
Symbol 129 MovieClip [b4]Uses:128
Symbol 130 GraphicUsed by:132
Symbol 131 MovieClip [b5shot]Used by:132
Symbol 132 MovieClipUses:130 131 34 35 36Used by:133
Symbol 133 MovieClip [b5]Uses:132
Symbol 134 GraphicUsed by:136
Symbol 135 MovieClipUsed by:136
Symbol 136 MovieClipUses:134 135 34 35 36Used by:137
Symbol 137 MovieClip [b6]Uses:136
Symbol 138 GraphicUsed by:140
Symbol 139 MovieClip [b7shot]Used by:140
Symbol 140 MovieClipUses:138 139 34 35 36Used by:141
Symbol 141 MovieClip [b7]Uses:140
Symbol 142 GraphicUsed by:143
Symbol 143 MovieClipUses:142Used by:146
Symbol 144 MovieClipUsed by:146
Symbol 145 MovieClip [b8shotr]Used by:146
Symbol 146 MovieClipUses:143 144 145 34 35 36Used by:148
Symbol 147 MovieClipUsed by:148
Symbol 148 MovieClip [c]Uses:146 147Used by:149
Symbol 149 MovieClip [core]Uses:148
Symbol 150 GraphicUsed by:152
Symbol 151 GraphicUsed by:152
Symbol 152 MovieClipUses:150 151Used by:153
Symbol 153 MovieClipUses:152 48 49 50Used by:154
Symbol 154 MovieClip [et]Uses:153
Symbol 155 GraphicUsed by:157
Symbol 156 GraphicUsed by:157
Symbol 157 MovieClipUses:155 156Used by:158
Symbol 158 MovieClipUses:157 48 49 50Used by:159 160
Symbol 159 MovieClip [eu1]Uses:158
Symbol 160 MovieClip [eu2]Uses:158
Symbol 161 GraphicUsed by:162
Symbol 162 MovieClipUses:161Used by:163
Symbol 163 MovieClip [item1]Uses:162
Symbol 164 GraphicUsed by:165
Symbol 165 MovieClipUses:164Used by:166
Symbol 166 MovieClip [item2]Uses:165
Symbol 167 GraphicUsed by:168
Symbol 168 MovieClipUses:167Used by:169
Symbol 169 MovieClip [item3]Uses:168
Symbol 170 GraphicUsed by:171
Symbol 171 MovieClipUses:170Used by:173
Symbol 172 MovieClipUsed by:173 177 181
Symbol 173 MovieClipUses:171 172 50Used by:174
Symbol 174 MovieClip [item4]Uses:173
Symbol 175 GraphicUsed by:176
Symbol 176 MovieClipUses:175Used by:177
Symbol 177 MovieClipUses:176 172 50Used by:178
Symbol 178 MovieClip [item5]Uses:177
Symbol 179 GraphicUsed by:180
Symbol 180 MovieClipUses:179Used by:181
Symbol 181 MovieClipUses:180 172 50Used by:182
Symbol 182 MovieClip [item6]Uses:181
Symbol 183 GraphicUsed by:185
Symbol 184 GraphicUsed by:185
Symbol 185 MovieClipUses:183 184Used by:186
Symbol 186 MovieClipUses:185 48 49 50Used by:187
Symbol 187 MovieClip [ey]Uses:186
Symbol 188 MovieClip [shotaction]
Symbol 189 MovieClip [eshot]
Symbol 190 MovieClip [eshotm]
Symbol 191 GraphicUsed by:202 208
Symbol 192 GraphicUsed by:202
Symbol 193 GraphicUsed by:202
Symbol 194 GraphicUsed by:202
Symbol 195 GraphicUsed by:202
Symbol 196 GraphicUsed by:202
Symbol 197 GraphicUsed by:202
Symbol 198 GraphicUsed by:202
Symbol 199 GraphicUsed by:202
Symbol 200 GraphicUsed by:202
Symbol 201 GraphicUsed by:202
Symbol 202 MovieClipUses:191 192 193 194 195 196 197 198 199 200 201Used by:203
Symbol 203 MovieClip [shot]Uses:202 3
Symbol 204 GraphicUsed by:208
Symbol 205 GraphicUsed by:208
Symbol 206 GraphicUsed by:208
Symbol 207 GraphicUsed by:208
Symbol 208 MovieClipUses:204 191 205 206 207Used by:209
Symbol 209 MovieClip [shots]Uses:208 3
Symbol 210 GraphicUsed by:211
Symbol 211 MovieClipUses:210Used by:212
Symbol 212 MovieClip [tekidan1]Uses:211
Symbol 213 GraphicUsed by:214
Symbol 214 MovieClipUses:213Used by:215
Symbol 215 MovieClip [tekidan3]Uses:214
Symbol 216 GraphicUsed by:217 220
Symbol 217 MovieClipUses:216Used by:218
Symbol 218 MovieClip [tekidan8b]Uses:217
Symbol 219 MovieClipUsed by:220 250
Symbol 220 MovieClipUses:216 219Used by:221
Symbol 221 MovieClip [tekidan9b]Uses:220
Symbol 222 GraphicUsed by:223
Symbol 223 MovieClipUses:222Used by:224
Symbol 224 MovieClip [tekidan2]Uses:223
Symbol 225 GraphicUsed by:226
Symbol 226 MovieClipUses:225Used by:227
Symbol 227 MovieClip [tekidan5]Uses:226
Symbol 228 GraphicUsed by:230 232
Symbol 229 MovieClipUsed by:230
Symbol 230 MovieClipUses:228 229Used by:231
Symbol 231 MovieClip [tekidan6]Uses:230
Symbol 232 MovieClipUses:228Used by:233
Symbol 233 MovieClip [tekidan6z]Uses:232
Symbol 234 GraphicUsed by:235
Symbol 235 MovieClipUses:234Used by:236
Symbol 236 MovieClipUses:235Used by:237 238 239 240
Symbol 237 MovieClip [tekidan7]Uses:236
Symbol 238 MovieClip [tekidan7r]Uses:236
Symbol 239 MovieClip [tekidan6b]Uses:236
Symbol 240 MovieClip [tekidan6c]Uses:236
Symbol 241 GraphicUsed by:243 246 249
Symbol 242 MovieClipUsed by:243
Symbol 243 MovieClipUses:241 242Used by:244 247
Symbol 244 MovieClip [tekidan8]Uses:243
Symbol 245 MovieClip [tekidan10shot]Used by:246
Symbol 246 MovieClipUses:241 245Used by:247
Symbol 247 MovieClip [tekidan10]Uses:243 246
Symbol 248 MovieClipUsed by:249
Symbol 249 MovieClipUses:241 248Used by:250
Symbol 250 MovieClip [tekidan9]Uses:249 219
Symbol 251 GraphicUsed by:252
Symbol 252 MovieClipUses:251Used by:253
Symbol 253 MovieClip [tekidan4]Uses:252
Symbol 254 GraphicUsed by:256
Symbol 255 GraphicUsed by:256
Symbol 256 MovieClipUses:254 255Used by:258
Symbol 257 MovieClip [ehshot]Used by:258
Symbol 258 MovieClipUses:256 257 48 49 50Used by:259
Symbol 259 MovieClip [eh]Uses:258
Symbol 260 GraphicUsed by:262 265
Symbol 261 GraphicUsed by:262
Symbol 262 MovieClipUses:260 261Used by:263
Symbol 263 MovieClipUses:262 48 50Used by:265
Symbol 264 MovieClipUsed by:265
Symbol 265 MovieClip [eo]Uses:260 263 264
Symbol 266 GraphicUsed by:267
Symbol 267 MovieClip [hahen]Uses:266
Symbol 268 MovieClip [hahenl]Uses:13 14 15 16 17 18 19 20 21
Symbol 269 GraphicUsed by:387  Timeline
Symbol 270 MovieClipUses:11Used by:Timeline
Symbol 271 GraphicUsed by:Timeline
Symbol 272 FontUsed by:273 274 275 292 293 295 296 297 299 301 303 305 307 309 312 313 314 315 316 317 318 319 320 385 386 390 417 420
Symbol 273 TextUses:272Used by:Timeline
Symbol 274 EditableTextUses:272Used by:Timeline
Symbol 275 EditableTextUses:272Used by:Timeline
Symbol 276 BitmapUsed by:277
Symbol 277 GraphicUses:276Used by:Timeline
Symbol 278 GraphicUsed by:Timeline
Symbol 279 GraphicUsed by:282 290
Symbol 280 GraphicUsed by:282 290
Symbol 281 GraphicUsed by:282
Symbol 282 MovieClipUses:279 280 281Used by:Timeline
Symbol 283 GraphicUsed by:290
Symbol 284 GraphicUsed by:290
Symbol 285 GraphicUsed by:290
Symbol 286 GraphicUsed by:290
Symbol 287 GraphicUsed by:290
Symbol 288 GraphicUsed by:290
Symbol 289 GraphicUsed by:290
Symbol 290 MovieClipUses:283 284 279 280 285 286 287 288 289Used by:Timeline
Symbol 291 GraphicUsed by:Timeline
Symbol 292 EditableTextUses:272Used by:Timeline
Symbol 293 EditableTextUses:272Used by:Timeline
Symbol 294 GraphicUsed by:Timeline
Symbol 295 TextUses:272Used by:311
Symbol 296 TextUses:272Used by:311 321
Symbol 297 TextUses:272Used by:311 321
Symbol 298 GraphicUsed by:311 321
Symbol 299 TextUses:272Used by:311 321
Symbol 300 GraphicUsed by:311 321
Symbol 301 TextUses:272Used by:311 321
Symbol 302 GraphicUsed by:311 321
Symbol 303 TextUses:272Used by:311 321
Symbol 304 GraphicUsed by:311 321
Symbol 305 TextUses:272Used by:311 321
Symbol 306 GraphicUsed by:311 321
Symbol 307 TextUses:272Used by:311 321
Symbol 308 GraphicUsed by:311 321
Symbol 309 TextUses:272Used by:311 321
Symbol 310 GraphicUsed by:311 321
Symbol 311 MovieClipUses:295 296 11 297 298 299 300 301 302 303 304 305 306 307 308 309 310Used by:Timeline
Symbol 312 TextUses:272Used by:321
Symbol 313 TextUses:272Used by:321
Symbol 314 TextUses:272Used by:321
Symbol 315 TextUses:272Used by:321
Symbol 316 TextUses:272Used by:321
Symbol 317 TextUses:272Used by:321
Symbol 318 TextUses:272Used by:321
Symbol 319 TextUses:272Used by:321
Symbol 320 TextUses:272Used by:321
Symbol 321 MovieClipUses:312 296 11 297 298 299 300 301 302 303 304 305 306 307 308 309 310 313 314 315 316 317 318 319 320Used by:Timeline
Symbol 322 GraphicUsed by:323
Symbol 323 MovieClipUses:322Used by:Timeline
Symbol 324 BitmapUsed by:325
Symbol 325 GraphicUses:324Used by:335
Symbol 326 MovieClipUsed by:335 343 352
Symbol 327 MovieClipUsed by:335 343 349 352 358 363 367 371
Symbol 328 MovieClipUsed by:335 349 367
Symbol 329 MovieClipUsed by:335 349 358 367
Symbol 330 MovieClipUsed by:335 352
Symbol 331 MovieClipUsed by:335 349 358 363 367
Symbol 332 MovieClipUsed by:335
Symbol 333 MovieClipUsed by:335 343 352 363 367
Symbol 334 MovieClipUsed by:335 343 349 352 358 363 367 371
Symbol 335 MovieClipUses:325 326 327 328 329 330 331 332 333 334Used by:372
Symbol 336 BitmapUsed by:337
Symbol 337 GraphicUses:336Used by:343
Symbol 338 MovieClipUsed by:343 349 358 367
Symbol 339 MovieClipUsed by:343 349 358 367
Symbol 340 MovieClipUsed by:343
Symbol 341 MovieClipUsed by:343 363 367
Symbol 342 MovieClipUsed by:343 349 363
Symbol 343 MovieClipUses:337 326 333 327 338 339 340 341 342 334Used by:372
Symbol 344 BitmapUsed by:345
Symbol 345 GraphicUses:344Used by:349
Symbol 346 MovieClipUsed by:349 358 367
Symbol 347 MovieClipUsed by:349 358 367
Symbol 348 MovieClipUsed by:349 352
Symbol 349 MovieClipUses:345 346 347 338 339 327 329 328 348 331 342 334Used by:372
Symbol 350 BitmapUsed by:351
Symbol 351 GraphicUses:350Used by:352
Symbol 352 MovieClipUses:351 326 330 327 348 333 334Used by:372
Symbol 353 BitmapUsed by:354
Symbol 354 GraphicUses:353Used by:358
Symbol 355 MovieClipUsed by:358 367
Symbol 356 MovieClipUsed by:358 363 371
Symbol 357 MovieClipUsed by:358
Symbol 358 MovieClipUses:354 355 339 327 346 347 356 329 357 338 331 334Used by:372
Symbol 359 BitmapUsed by:360
Symbol 360 GraphicUses:359Used by:363
Symbol 361 MovieClipUsed by:363 371
Symbol 362 MovieClipUsed by:363
Symbol 363 MovieClipUses:360 361 362 331 327 356 342 333 341 334Used by:372
Symbol 364 BitmapUsed by:365
Symbol 365 GraphicUses:364Used by:367
Symbol 366 MovieClipUsed by:367 371
Symbol 367 MovieClipUses:365 338 339 328 329 327 346 347 355 333 366 331 341 334Used by:372
Symbol 368 BitmapUsed by:369
Symbol 369 GraphicUses:368Used by:371
Symbol 370 MovieClipUsed by:371
Symbol 371 MovieClipUses:369 366 327 370 361 356 334Used by:372
Symbol 372 MovieClipUses:335 343 349 352 358 363 367 371Used by:Timeline
Symbol 373 GraphicUsed by:375
Symbol 374 GraphicUsed by:375
Symbol 375 MovieClipUses:373 374Used by:380
Symbol 376 GraphicUsed by:377
Symbol 377 MovieClipUses:376Used by:380
Symbol 378 GraphicUsed by:380
Symbol 379 MovieClipUsed by:380
Symbol 380 MovieClipUses:375 377 378 379 50 48 36Used by:381  Timeline
Symbol 381 MovieClipUses:380Used by:Timeline
Symbol 382 MovieClipUsed by:Timeline
Symbol 383 MovieClipUsed by:Timeline
Symbol 384 MovieClipUsed by:Timeline
Symbol 385 TextUses:272Used by:387
Symbol 386 EditableTextUses:272Used by:387
Symbol 387 MovieClipUses:269 385 386Used by:Timeline
Symbol 388 GraphicUsed by:389
Symbol 389 MovieClipUses:388Used by:Timeline
Symbol 390 TextUses:272Used by:Timeline
Symbol 391 BitmapUsed by:392
Symbol 392 GraphicUses:391Used by:412
Symbol 393 BitmapUsed by:394
Symbol 394 GraphicUses:393Used by:412
Symbol 395 GraphicUsed by:412
Symbol 396 GraphicUsed by:412
Symbol 397 SoundUsed by:412
Symbol 398 GraphicUsed by:412
Symbol 399 GraphicUsed by:412
Symbol 400 GraphicUsed by:412
Symbol 401 GraphicUsed by:412
Symbol 402 BitmapUsed by:403
Symbol 403 GraphicUses:402Used by:412
Symbol 404 GraphicUsed by:412
Symbol 405 GraphicUsed by:412
Symbol 406 GraphicUsed by:412
Symbol 407 GraphicUsed by:412
Symbol 408 GraphicUsed by:412
Symbol 409 GraphicUsed by:412
Symbol 410 GraphicUsed by:412
Symbol 411 GraphicUsed by:412
Symbol 412 MovieClipUses:392 394 395 396 397 398 399 400 401 403 404 405 406 407 408 409 410 411Used by:Timeline
Symbol 413 BitmapUsed by:414
Symbol 414 GraphicUses:413Used by:415
Symbol 415 MovieClipUses:414Used by:Timeline
Symbol 416 FontUsed by:417
Symbol 417 TextUses:272 416Used by:Timeline
Symbol 418 GraphicUsed by:Timeline
Symbol 419 FontUsed by:420
Symbol 420 TextUses:272 419Used by:Timeline

Instance Names

"bombdisplay"Frame 4Symbol 282 MovieClip
"shielddisplay"Frame 4Symbol 290 MovieClip
"powerselect"Frame 4Symbol 321 MovieClip
"bg"Frame 7Symbol 372 MovieClip
"starback"Frame 10Symbol 382 MovieClip
"e"Frame 10Symbol 383 MovieClip
"d"Frame 10Symbol 384 MovieClip
"ship"Frame 10Symbol 380 MovieClip
"img"Symbol 37 MovieClip [b9b] Frame 1Symbol 32 MovieClip
"img"Symbol 51 MovieClip Frame 1Symbol 46 MovieClip
"img"Symbol 58 MovieClip Frame 1Symbol 56 MovieClip
"img"Symbol 65 MovieClip Frame 1Symbol 64 MovieClip
"img"Symbol 71 MovieClip Frame 1Symbol 68 MovieClip
"img"Symbol 76 MovieClip Frame 1Symbol 74 MovieClip
"image"Symbol 77 MovieClip [cb] Frame 500Symbol 74 MovieClip
"img"Symbol 81 MovieClip Frame 1Symbol 79 MovieClip
"img"Symbol 86 MovieClip Frame 1Symbol 84 MovieClip
"img"Symbol 89 MovieClip Frame 1Symbol 84 MovieClip
"img"Symbol 102 MovieClip Frame 1Symbol 100 MovieClip
"img"Symbol 109 MovieClip Frame 1Symbol 106 MovieClip
"img"Symbol 116 MovieClip Frame 1Symbol 115 MovieClip
"img"Symbol 129 MovieClip [b4] Frame 1Symbol 128 MovieClip
"img"Symbol 146 MovieClip Frame 1Symbol 143 MovieClip
"bbb"Symbol 148 MovieClip [c] Frame 1Symbol 146 MovieClip
"bb"Symbol 149 MovieClip [core] Frame 1Symbol 148 MovieClip [c]
"img"Symbol 153 MovieClip Frame 1Symbol 152 MovieClip
"image"Symbol 154 MovieClip [et] Frame 1Symbol 153 MovieClip
"img"Symbol 158 MovieClip Frame 1Symbol 157 MovieClip
"img"Symbol 173 MovieClip Frame 1Symbol 171 MovieClip
"img"Symbol 177 MovieClip Frame 1Symbol 176 MovieClip
"img"Symbol 181 MovieClip Frame 1Symbol 180 MovieClip
"img"Symbol 186 MovieClip Frame 1Symbol 185 MovieClip
"fire"Symbol 203 MovieClip [shot] Frame 1Symbol 202 MovieClip
"fire"Symbol 209 MovieClip [shots] Frame 1Symbol 208 MovieClip
"fire"Symbol 212 MovieClip [tekidan1] Frame 1Symbol 211 MovieClip
"fire"Symbol 215 MovieClip [tekidan3] Frame 1Symbol 214 MovieClip
"fire"Symbol 218 MovieClip [tekidan8b] Frame 1Symbol 217 MovieClip
"fire"Symbol 221 MovieClip [tekidan9b] Frame 1Symbol 220 MovieClip
"fire"Symbol 224 MovieClip [tekidan2] Frame 1Symbol 223 MovieClip
"fire"Symbol 227 MovieClip [tekidan5] Frame 1Symbol 226 MovieClip
"fire"Symbol 231 MovieClip [tekidan6] Frame 1Symbol 230 MovieClip
"fire"Symbol 233 MovieClip [tekidan6z] Frame 1Symbol 232 MovieClip
"fire"Symbol 236 MovieClip Frame 1Symbol 235 MovieClip
"fire"Symbol 237 MovieClip [tekidan7] Frame 1Symbol 236 MovieClip
"fire"Symbol 238 MovieClip [tekidan7r] Frame 1Symbol 236 MovieClip
"fire"Symbol 239 MovieClip [tekidan6b] Frame 1Symbol 236 MovieClip
"fire"Symbol 240 MovieClip [tekidan6c] Frame 1Symbol 236 MovieClip
"fire"Symbol 244 MovieClip [tekidan8] Frame 1Symbol 243 MovieClip
"fire"Symbol 247 MovieClip [tekidan10] Frame 1Symbol 243 MovieClip
"fire"Symbol 247 MovieClip [tekidan10] Frame 25Symbol 246 MovieClip
"fire"Symbol 250 MovieClip [tekidan9] Frame 1Symbol 249 MovieClip
"fire"Symbol 250 MovieClip [tekidan9] Frame 30Symbol 219 MovieClip
"fire"Symbol 253 MovieClip [tekidan4] Frame 1Symbol 252 MovieClip
"img"Symbol 258 MovieClip Frame 1Symbol 256 MovieClip
"image"Symbol 259 MovieClip [eh] Frame 1Symbol 258 MovieClip
"img"Symbol 263 MovieClip Frame 1Symbol 262 MovieClip
"image"Symbol 265 MovieClip [eo] Frame 13Symbol 263 MovieClip
"c"Symbol 380 MovieClip Frame 1Symbol 377 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "powerup.wav"
ExportAssets (56)Timeline Frame 1Symbol 2 as "click"
ExportAssets (56)Timeline Frame 1Symbol 3 as "shot.wav"
ExportAssets (56)Timeline Frame 1Symbol 5 as "bgm1"
ExportAssets (56)Timeline Frame 1Symbol 8 as "mute"
ExportAssets (56)Timeline Frame 1Symbol 9 as "bgm2"
ExportAssets (56)Timeline Frame 1Symbol 10 as "bgm3"
ExportAssets (56)Timeline Frame 1Symbol 12 as "star"
ExportAssets (56)Timeline Frame 1Symbol 22 as "bangs"
ExportAssets (56)Timeline Frame 1Symbol 29 as "bangm"
ExportAssets (56)Timeline Frame 1Symbol 30 as "bangl"
ExportAssets (56)Timeline Frame 1Symbol 37 as "b9b"
ExportAssets (56)Timeline Frame 1Symbol 43 as "bomb"
ExportAssets (56)Timeline Frame 1Symbol 52 as "ew1"
ExportAssets (56)Timeline Frame 1Symbol 53 as "ew2"
ExportAssets (56)Timeline Frame 1Symbol 59 as "ex1"
ExportAssets (56)Timeline Frame 1Symbol 60 as "ez"
ExportAssets (56)Timeline Frame 1Symbol 61 as "ex2"
ExportAssets (56)Timeline Frame 1Symbol 66 as "ev"
ExportAssets (56)Timeline Frame 1Symbol 72 as "cm"
ExportAssets (56)Timeline Frame 1Symbol 77 as "cb"
ExportAssets (56)Timeline Frame 1Symbol 82 as "ca"
ExportAssets (56)Timeline Frame 1Symbol 85 as "cpshot"
ExportAssets (56)Timeline Frame 1Symbol 85 as "cpshot"
ExportAssets (56)Timeline Frame 1Symbol 85 as "cpshot"
ExportAssets (56)Timeline Frame 1Symbol 87 as "cp"
ExportAssets (56)Timeline Frame 1Symbol 85 as "cpshot"
ExportAssets (56)Timeline Frame 1Symbol 88 as "cprshot"
ExportAssets (56)Timeline Frame 1Symbol 88 as "cprshot"
ExportAssets (56)Timeline Frame 1Symbol 88 as "cprshot"
ExportAssets (56)Timeline Frame 1Symbol 90 as "cpr"
ExportAssets (56)Timeline Frame 1Symbol 88 as "cprshot"
ExportAssets (56)Timeline Frame 1Symbol 94 as "cpralert"
ExportAssets (56)Timeline Frame 1Symbol 98 as "bkeikoku"
ExportAssets (56)Timeline Frame 1Symbol 103 as "cd"
ExportAssets (56)Timeline Frame 1Symbol 107 as "cashot"
ExportAssets (56)Timeline Frame 1Symbol 107 as "cashot"
ExportAssets (56)Timeline Frame 1Symbol 107 as "cashot"
ExportAssets (56)Timeline Frame 1Symbol 108 as "itemaction"
ExportAssets (56)Timeline Frame 1Symbol 110 as "ic"
ExportAssets (56)Timeline Frame 1Symbol 107 as "cashot"
ExportAssets (56)Timeline Frame 1Symbol 108 as "itemaction"
ExportAssets (56)Timeline Frame 1Symbol 112 as "b1shot"
ExportAssets (56)Timeline Frame 1Symbol 112 as "b1shot"
ExportAssets (56)Timeline Frame 1Symbol 112 as "b1shot"
ExportAssets (56)Timeline Frame 1Symbol 114 as "b1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "b1shot"
ExportAssets (56)Timeline Frame 1Symbol 117 as "b1r"
ExportAssets (56)Timeline Frame 1Symbol 112 as "b1shot"
ExportAssets (56)Timeline Frame 1Symbol 121 as "b2"
ExportAssets (56)Timeline Frame 1Symbol 125 as "b3"
ExportAssets (56)Timeline Frame 1Symbol 129 as "b4"
ExportAssets (56)Timeline Frame 1Symbol 131 as "b5shot"
ExportAssets (56)Timeline Frame 1Symbol 131 as "b5shot"
ExportAssets (56)Timeline Frame 1Symbol 131 as "b5shot"
ExportAssets (56)Timeline Frame 1Symbol 133 as "b5"
ExportAssets (56)Timeline Frame 1Symbol 131 as "b5shot"
ExportAssets (56)Timeline Frame 1Symbol 137 as "b6"
ExportAssets (56)Timeline Frame 1Symbol 139 as "b7shot"
ExportAssets (56)Timeline Frame 1Symbol 139 as "b7shot"
ExportAssets (56)Timeline Frame 1Symbol 139 as "b7shot"
ExportAssets (56)Timeline Frame 1Symbol 141 as "b7"
ExportAssets (56)Timeline Frame 1Symbol 139 as "b7shot"
ExportAssets (56)Timeline Frame 1Symbol 145 as "b8shotr"
ExportAssets (56)Timeline Frame 1Symbol 145 as "b8shotr"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 149 as "core"
ExportAssets (56)Timeline Frame 1Symbol 148 as "c"
ExportAssets (56)Timeline Frame 1Symbol 145 as "b8shotr"
ExportAssets (56)Timeline Frame 1Symbol 154 as "et"
ExportAssets (56)Timeline Frame 1Symbol 159 as "eu1"
ExportAssets (56)Timeline Frame 1Symbol 160 as "eu2"
ExportAssets (56)Timeline Frame 1Symbol 163 as "item1"
ExportAssets (56)Timeline Frame 1Symbol 166 as "item2"
ExportAssets (56)Timeline Frame 1Symbol 169 as "item3"
ExportAssets (56)Timeline Frame 1Symbol 174 as "item4"
ExportAssets (56)Timeline Frame 1Symbol 178 as "item5"
ExportAssets (56)Timeline Frame 1Symbol 182 as "item6"
ExportAssets (56)Timeline Frame 1Symbol 187 as "ey"
ExportAssets (56)Timeline Frame 1Symbol 188 as "shotaction"
ExportAssets (56)Timeline Frame 1Symbol 189 as "eshot"
ExportAssets (56)Timeline Frame 1Symbol 190 as "eshotm"
ExportAssets (56)Timeline Frame 1Symbol 3 as "shot.wav"
ExportAssets (56)Timeline Frame 1Symbol 203 as "shot"
ExportAssets (56)Timeline Frame 1Symbol 3 as "shot.wav"
ExportAssets (56)Timeline Frame 1Symbol 209 as "shots"
ExportAssets (56)Timeline Frame 1Symbol 212 as "tekidan1"
ExportAssets (56)Timeline Frame 1Symbol 215 as "tekidan3"
ExportAssets (56)Timeline Frame 1Symbol 218 as "tekidan8b"
ExportAssets (56)Timeline Frame 1Symbol 221 as "tekidan9b"
ExportAssets (56)Timeline Frame 1Symbol 224 as "tekidan2"
ExportAssets (56)Timeline Frame 1Symbol 227 as "tekidan5"
ExportAssets (56)Timeline Frame 1Symbol 231 as "tekidan6"
ExportAssets (56)Timeline Frame 1Symbol 233 as "tekidan6z"
ExportAssets (56)Timeline Frame 1Symbol 237 as "tekidan7"
ExportAssets (56)Timeline Frame 1Symbol 238 as "tekidan7r"
ExportAssets (56)Timeline Frame 1Symbol 239 as "tekidan6b"
ExportAssets (56)Timeline Frame 1Symbol 240 as "tekidan6c"
ExportAssets (56)Timeline Frame 1Symbol 244 as "tekidan8"
ExportAssets (56)Timeline Frame 1Symbol 245 as "tekidan10shot"
ExportAssets (56)Timeline Frame 1Symbol 247 as "tekidan10"
ExportAssets (56)Timeline Frame 1Symbol 245 as "tekidan10shot"
ExportAssets (56)Timeline Frame 1Symbol 250 as "tekidan9"
ExportAssets (56)Timeline Frame 1Symbol 253 as "tekidan4"
ExportAssets (56)Timeline Frame 1Symbol 257 as "ehshot"
ExportAssets (56)Timeline Frame 1Symbol 257 as "ehshot"
ExportAssets (56)Timeline Frame 1Symbol 257 as "ehshot"
ExportAssets (56)Timeline Frame 1Symbol 259 as "eh"
ExportAssets (56)Timeline Frame 1Symbol 257 as "ehshot"
ExportAssets (56)Timeline Frame 1Symbol 265 as "eo"
ExportAssets (56)Timeline Frame 1Symbol 267 as "hahen"
ExportAssets (56)Timeline Frame 1Symbol 268 as "hahenl"

Labels

"loading"Frame 1
"title"Frame 4
"opening"Frame 7
"main"Frame 10
"demo"Frame 13
"end"Frame 16
"yokoku"Frame 19
"bomb"Symbol 37 MovieClip [b9b] Frame 4
"dmg"Symbol 46 MovieClip Frame 4
"bomb"Symbol 51 MovieClip Frame 4
"dmg"Symbol 56 MovieClip Frame 4
"bomb"Symbol 58 MovieClip Frame 4
"dmg"Symbol 64 MovieClip Frame 4
"bomb"Symbol 65 MovieClip Frame 4
"bomb"Symbol 71 MovieClip Frame 4
"bomb"Symbol 76 MovieClip Frame 4
"bomb"Symbol 81 MovieClip Frame 4
"bomb"Symbol 86 MovieClip Frame 4
"bomb"Symbol 89 MovieClip Frame 4
"bomb"Symbol 102 MovieClip Frame 4
"dmg"Symbol 106 MovieClip Frame 4
"bomb"Symbol 109 MovieClip Frame 4
"bomb"Symbol 113 MovieClip Frame 4
"bomb"Symbol 116 MovieClip Frame 4
"bomb"Symbol 120 MovieClip Frame 4
"bomb"Symbol 124 MovieClip Frame 4
"bomb"Symbol 128 MovieClip Frame 4
"bomb"Symbol 132 MovieClip Frame 4
"bomb"Symbol 136 MovieClip Frame 4
"bomb"Symbol 140 MovieClip Frame 4
"r"Symbol 146 MovieClip Frame 4
"bomb"Symbol 146 MovieClip Frame 6
"dmg"Symbol 152 MovieClip Frame 4
"bomb"Symbol 153 MovieClip Frame 4
"dmg"Symbol 157 MovieClip Frame 4
"bomb"Symbol 158 MovieClip Frame 4
"hit"Symbol 173 MovieClip Frame 4
"hit"Symbol 177 MovieClip Frame 4
"hit"Symbol 181 MovieClip Frame 4
"dmg"Symbol 185 MovieClip Frame 4
"bomb"Symbol 186 MovieClip Frame 4
"p1"Symbol 202 MovieClip Frame 2
"p2"Symbol 202 MovieClip Frame 5
"p3"Symbol 202 MovieClip Frame 8
"p4"Symbol 202 MovieClip Frame 11
"p5"Symbol 202 MovieClip Frame 14
"p6"Symbol 202 MovieClip Frame 17
"p7"Symbol 202 MovieClip Frame 20
"p8"Symbol 202 MovieClip Frame 23
"p9"Symbol 202 MovieClip Frame 26
"p10"Symbol 202 MovieClip Frame 29
"p11"Symbol 202 MovieClip Frame 32
"p12"Symbol 202 MovieClip Frame 35
"p13"Symbol 202 MovieClip Frame 38
"p14"Symbol 202 MovieClip Frame 41
"p15"Symbol 202 MovieClip Frame 44
"p16"Symbol 202 MovieClip Frame 47
"p1"Symbol 208 MovieClip Frame 2
"p2"Symbol 208 MovieClip Frame 5
"p3"Symbol 208 MovieClip Frame 8
"p4"Symbol 208 MovieClip Frame 11
"p5"Symbol 208 MovieClip Frame 14
"p6"Symbol 208 MovieClip Frame 17
"p7"Symbol 208 MovieClip Frame 20
"p8"Symbol 208 MovieClip Frame 23
"p9"Symbol 208 MovieClip Frame 26
"p10"Symbol 208 MovieClip Frame 29
"p11"Symbol 208 MovieClip Frame 32
"p12"Symbol 208 MovieClip Frame 35
"p13"Symbol 208 MovieClip Frame 38
"p14"Symbol 208 MovieClip Frame 41
"p15"Symbol 208 MovieClip Frame 44
"p16"Symbol 208 MovieClip Frame 47
"search"Symbol 220 MovieClip Frame 4
"search"Symbol 243 MovieClip Frame 4
"search"Symbol 246 MovieClip Frame 4
"search"Symbol 249 MovieClip Frame 4
"dmg"Symbol 256 MovieClip Frame 4
"bomb"Symbol 258 MovieClip Frame 4
"dmg"Symbol 262 MovieClip Frame 4
"bomb"Symbol 263 MovieClip Frame 4
"b3"Symbol 282 MovieClip Frame 4
"b2"Symbol 282 MovieClip Frame 7
"b1"Symbol 282 MovieClip Frame 10
"b0"Symbol 282 MovieClip Frame 13
"b5"Symbol 290 MovieClip Frame 4
"b4"Symbol 290 MovieClip Frame 7
"b3"Symbol 290 MovieClip Frame 10
"b2"Symbol 290 MovieClip Frame 13
"b1"Symbol 290 MovieClip Frame 16
"b0"Symbol 290 MovieClip Frame 19
"b9"Symbol 290 MovieClip Frame 22
"b8"Symbol 290 MovieClip Frame 25
"b7"Symbol 290 MovieClip Frame 28
"b6"Symbol 290 MovieClip Frame 31
"b1"Symbol 311 MovieClip Frame 1
"b2"Symbol 311 MovieClip Frame 4
"b3"Symbol 311 MovieClip Frame 7
"b4"Symbol 311 MovieClip Frame 10
"b5"Symbol 311 MovieClip Frame 13
"b6"Symbol 311 MovieClip Frame 16
"b7"Symbol 311 MovieClip Frame 19
"b8"Symbol 311 MovieClip Frame 22
"b1"Symbol 321 MovieClip Frame 1
"b2"Symbol 321 MovieClip Frame 4
"b3"Symbol 321 MovieClip Frame 7
"b4"Symbol 321 MovieClip Frame 10
"b5"Symbol 321 MovieClip Frame 13
"b6"Symbol 321 MovieClip Frame 16
"b7"Symbol 321 MovieClip Frame 19
"b8"Symbol 321 MovieClip Frame 22
"b9"Symbol 321 MovieClip Frame 25
"b10"Symbol 321 MovieClip Frame 28
"b11"Symbol 321 MovieClip Frame 31
"b12"Symbol 321 MovieClip Frame 34
"b13"Symbol 321 MovieClip Frame 37
"b14"Symbol 321 MovieClip Frame 40
"b15"Symbol 321 MovieClip Frame 43
"b16"Symbol 321 MovieClip Frame 46
"s1"Symbol 372 MovieClip Frame 1
"s2"Symbol 372 MovieClip Frame 4
"s3"Symbol 372 MovieClip Frame 7
"s4"Symbol 372 MovieClip Frame 10
"s5"Symbol 372 MovieClip Frame 13
"s6"Symbol 372 MovieClip Frame 16
"s7"Symbol 372 MovieClip Frame 19
"s8"Symbol 372 MovieClip Frame 22
"s9"Symbol 372 MovieClip Frame 25
"hit"Symbol 380 MovieClip Frame 4
"bomb"Symbol 380 MovieClip Frame 7

Dynamic Text Variables

_root.parcentSymbol 274 EditableText"999"
_root.scoreSymbol 292 EditableText"000000000000"
_root.hiscoreSymbol 293 EditableText"000000000000"
_root.stgSymbol 386 EditableText"88"




http://swfchan.com/6/28320/info.shtml
Created: 20/5 -2019 11:20:52 Last modified: 20/5 -2019 11:20:52 Server time: 13/05 -2024 03:05:39