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

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

Uchuwars.swf

This is the info page for
Flash #25304

(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 WARS
CREATED BY
BABARA
GRAPHIC
ROU MIYUKI
SPECIAL THANKS TO
THE MATCH-MAKERS
IHSOTIH
SPECIAL RESPECT TO
XEVIOUS
STARFORCE
STARSOLDIER
EXEDEXES
KYUKYOKU TIGER
TATSUJIN
DARIUS
All other arcade games
and
STAR 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) and (_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) and (_root._xmouse < 360)) { _x = (_x + _xmouse); } if ((_root._ymouse > 20) and (_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) and (_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) and (_root.endcredit == 1)) { this.gotoAndPlay(_currentframe + 2); }
Frame 21
this.gotoAndPlay(_currentframe - 1);
Frame 22
event = 0;
Frame 23
if ((_root.event == 1) and (_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) and (_root.endcredit == 1)) { this.gotoAndPlay("title"); }
Frame 27
this.gotoAndPlay(_currentframe - 1);
Symbol 13 MovieClip [hahenl] Frame 10
this.removeMovieClip();
Symbol 15 MovieClip [hahen] Frame 40
this.removeMovieClip();
Symbol 18 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 19 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 19 MovieClip Frame 2
this.removeMovieClip();
Symbol 21 MovieClip Frame 1
vit = 256; sc = 2560;
Symbol 21 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 21 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 21 MovieClip Frame 5
_root.score = _root.score + sc; _parent.removeMovieClip();
Symbol 22 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 22 MovieClip Frame 2
this.removeMovieClip();
Symbol 23 MovieClip [eo] Frame 1
lc = 0;
Symbol 23 MovieClip [eo] Frame 33
lc++; if (lc >= 10) { this.gotoAndPlay(35); } else { this.gotoAndPlay(14); }
Symbol 23 MovieClip [eo] Frame 36
this.removeMovieClip();
Symbol 24 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 24 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 24 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 24 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 24 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 24 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 24 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 24 MovieClip [ehshot] Frame 90
this.gotoAndPlay(20);
Symbol 27 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 28 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 28 MovieClip Frame 2
this.removeMovieClip();
Symbol 29 MovieClip Frame 1
vit = 64; sc = 640;
Symbol 29 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 29 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 29 MovieClip Frame 5
_root.score = _root.score + sc; _parent.removeMovieClip();
Symbol 30 MovieClip [eh] Frame 249
this.removeMovieClip();
Symbol 32 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 32 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 33 MovieClip [tekidan4] Frame 48
this.removeMovieClip();
Symbol 35 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 / (Math.PI/180)) - 90; _root.s++;
Symbol 35 MovieClip Frame 2
this.removeMovieClip();
Symbol 36 MovieClip Frame 2
if (this.hitTest(_root.d.shot25)) { _parent.removeMovieClip(); } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); _parent.removeMovieClip(); }
Symbol 36 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 36 MovieClip Frame 5
_parent.removeMovieClip();
Symbol 37 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) and (point.x < 360)) and (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 / (Math.PI/180)) - 90; _root.s++; }
Symbol 37 MovieClip Frame 2
this.removeMovieClip();
Symbol 38 MovieClip [tekidan9] Frame 25
this.fire.gotoAndPlay("search");
Symbol 39 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 / (Math.PI/180)) - 90; _root.s++;
Symbol 39 MovieClip Frame 2
this.removeMovieClip();
Symbol 40 MovieClip Frame 2
if (this.hitTest(_root.d.shot25)) { _parent.removeMovieClip(); } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); _parent.removeMovieClip(); }
Symbol 40 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 40 MovieClip Frame 5
_parent.removeMovieClip();
Symbol 41 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 / (Math.PI/180)) - 90; _root.s++;
Symbol 41 MovieClip [tekidan10shot] Frame 2
this.removeMovieClip();
Symbol 42 MovieClip Frame 2
if (this.hitTest(_root.d.shot25)) { _parent.removeMovieClip(); } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); _parent.removeMovieClip(); }
Symbol 42 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 42 MovieClip Frame 5
_parent.removeMovieClip();
Symbol 43 MovieClip [tekidan10] Frame 25
this.fire.gotoAndPlay("search");
Symbol 44 MovieClip [tekidan8] Frame 25
this.fire.gotoAndPlay("search");
Symbol 47 MovieClip Frame 1
rnd = Math.random() * 150; this.fire._xscale = this.fire._xscale + rnd; this.fire._yscale = this.fire._yscale + rnd;
Symbol 47 MovieClip Frame 2
if (this.hitTest(_root.d.shot25)) { _parent.removeMovieClip(); } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); _parent.removeMovieClip(); }
Symbol 47 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 48 MovieClip [tekidan6c] Frame 40
this.removeMovieClip();
Symbol 49 MovieClip [tekidan6b] Frame 5
this.removeMovieClip();
Symbol 50 MovieClip [tekidan7r] Frame 30
this.removeMovieClip();
Symbol 51 MovieClip [tekidan7] Frame 40
this.removeMovieClip();
Symbol 53 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 54 MovieClip [tekidan6z] Frame 10
this.removeMovieClip();
Symbol 55 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 56 MovieClip Frame 2
if (this.hitTest(_root.d.shot25)) { _parent.removeMovieClip(); } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); _parent.removeMovieClip(); }
Symbol 56 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 57 MovieClip [tekidan6] Frame 46
this.removeMovieClip();
Symbol 59 MovieClip Frame 2
if (this.hitTest(_root.d.shot25)) { _parent.removeMovieClip(); } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); _parent.removeMovieClip(); }
Symbol 59 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 60 MovieClip [tekidan5] Frame 106
this.removeMovieClip();
Symbol 62 MovieClip Frame 2
if (this.hitTest(_root.d.shot25)) { _parent.removeMovieClip(); } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); _parent.removeMovieClip(); }
Symbol 62 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 63 MovieClip [tekidan2] Frame 75
this.removeMovieClip();
Symbol 65 MovieClip Frame 2
if (this.hitTest(_root.d.shot25)) { _parent.removeMovieClip(); } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); _parent.removeMovieClip(); }
Symbol 65 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 65 MovieClip Frame 5
_parent.removeMovieClip();
Symbol 66 MovieClip [tekidan9b] Frame 20
this.fire.gotoAndPlay("search");
Symbol 66 MovieClip [tekidan9b] Frame 21
this.removeMovieClip();
Symbol 67 MovieClip Frame 2
if (this.hitTest(_root.d.shot25)) { _parent.removeMovieClip(); } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); _parent.removeMovieClip(); }
Symbol 67 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 68 MovieClip [tekidan8b] Frame 56
this.removeMovieClip();
Symbol 70 MovieClip Frame 2
if (this.hitTest(_root.d.shot25)) { _parent.removeMovieClip(); } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); _parent.removeMovieClip(); }
Symbol 70 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 71 MovieClip [tekidan3] Frame 45
this.removeMovieClip();
Symbol 73 MovieClip Frame 2
if (this.hitTest(_root.d.shot25)) { _parent.removeMovieClip(); } if (this.hitTest(_root.ship.c)) { _root.ship.gotoAndPlay("hit"); _parent.removeMovieClip(); }
Symbol 73 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 74 MovieClip [tekidan1] Frame 65
this.removeMovieClip();
Symbol 80 MovieClip Frame 1
this.gotoAndPlay("p" + _root.power);
Symbol 80 MovieClip Frame 4
this.gotoAndPlay(_currentframe - 1);
Symbol 80 MovieClip Frame 7
this.gotoAndPlay(_currentframe - 1);
Symbol 80 MovieClip Frame 10
this.gotoAndPlay(_currentframe - 1);
Symbol 80 MovieClip Frame 13
this.gotoAndPlay(_currentframe - 1);
Symbol 80 MovieClip Frame 16
this.gotoAndPlay(_currentframe - 1);
Symbol 80 MovieClip Frame 19
this.gotoAndPlay(_currentframe - 1);
Symbol 80 MovieClip Frame 22
this.gotoAndPlay(_currentframe - 1);
Symbol 80 MovieClip Frame 25
this.gotoAndPlay(_currentframe - 1);
Symbol 80 MovieClip Frame 28
this.gotoAndPlay(_currentframe - 1);
Symbol 80 MovieClip Frame 31
this.gotoAndPlay(_currentframe - 1);
Symbol 80 MovieClip Frame 34
this.gotoAndPlay(_currentframe - 1);
Symbol 80 MovieClip Frame 37
this.gotoAndPlay(_currentframe - 1);
Symbol 80 MovieClip Frame 40
this.gotoAndPlay(_currentframe - 1);
Symbol 80 MovieClip Frame 43
this.gotoAndPlay(_currentframe - 1);
Symbol 80 MovieClip Frame 46
this.gotoAndPlay(_currentframe - 1);
Symbol 80 MovieClip Frame 49
this.gotoAndPlay(_currentframe - 1);
Symbol 81 MovieClip [shots] Frame 16
this.removeMovieClip();
Symbol 92 MovieClip Frame 1
this.gotoAndPlay("p" + _root.power);
Symbol 92 MovieClip Frame 4
this.gotoAndPlay(_currentframe - 1);
Symbol 92 MovieClip Frame 7
this.gotoAndPlay(_currentframe - 1);
Symbol 92 MovieClip Frame 10
this.gotoAndPlay(_currentframe - 1);
Symbol 92 MovieClip Frame 13
this.gotoAndPlay(_currentframe - 1);
Symbol 92 MovieClip Frame 16
this.gotoAndPlay(_currentframe - 1);
Symbol 92 MovieClip Frame 19
this.gotoAndPlay(_currentframe - 1);
Symbol 92 MovieClip Frame 22
this.gotoAndPlay(_currentframe - 1);
Symbol 92 MovieClip Frame 25
this.gotoAndPlay(_currentframe - 1);
Symbol 92 MovieClip Frame 28
this.gotoAndPlay(_currentframe - 1);
Symbol 92 MovieClip Frame 31
this.gotoAndPlay(_currentframe - 1);
Symbol 92 MovieClip Frame 34
this.gotoAndPlay(_currentframe - 1);
Symbol 92 MovieClip Frame 37
this.gotoAndPlay(_currentframe - 1);
Symbol 92 MovieClip Frame 40
this.gotoAndPlay(_currentframe - 1);
Symbol 92 MovieClip Frame 43
this.gotoAndPlay(_currentframe - 1);
Symbol 92 MovieClip Frame 46
this.gotoAndPlay(_currentframe - 1);
Symbol 92 MovieClip Frame 49
this.gotoAndPlay(_currentframe - 1);
Symbol 93 MovieClip [shot] Frame 16
this.removeMovieClip();
Symbol 94 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 95; _root.s++;
Symbol 94 MovieClip [eshotm] Frame 2
this.removeMovieClip();
Symbol 95 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 / (Math.PI/180)) - 90; _root.s++;
Symbol 95 MovieClip [eshot] Frame 2
this.removeMovieClip();
Symbol 96 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 96 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 96 MovieClip [shotaction] Frame 3
this.gotoAndPlay(1);
Symbol 99 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 100 MovieClip Frame 1
vit = 8; sc = 80;
Symbol 100 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 100 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 100 MovieClip Frame 5
_root.score = _root.score + sc; _parent.removeMovieClip();
Symbol 101 MovieClip [ey] Frame 100
if ((Math.random() * 3) <= 1) { this.attachMovie("eshot", "s" + _root.s, 20000 + _root.s); _root.s++; }
Symbol 101 MovieClip [ey] Frame 130
this.removeMovieClip();
Symbol 104 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 104 MovieClip Frame 2
this.removeMovieClip();
Symbol 105 MovieClip Frame 1
irochange = new Color(this.img); irochange.setTransform({aa:0, ab:0});
Symbol 105 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 105 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 105 MovieClip Frame 6
this.gotoAndPlay(1);
Symbol 105 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 105 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 105 MovieClip Frame 9
this.gotoAndPlay(_currentframe - 1);
Symbol 105 MovieClip Frame 10
_root.score = _root.score + 1000000;
Symbol 105 MovieClip Frame 12
this.gotoAndPlay(_currentframe - 1);
Symbol 106 MovieClip [item6] Frame 601
_root.enemycount--; this.removeMovieClip();
Symbol 109 MovieClip Frame 1
irochange = new Color(this.img); irochange.setTransform({aa:0, ab:0});
Symbol 109 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 109 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 109 MovieClip Frame 6
this.gotoAndPlay(1);
Symbol 109 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 109 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 109 MovieClip Frame 9
this.gotoAndPlay(_currentframe - 1);
Symbol 109 MovieClip Frame 10
_root.score = _root.score + 5000;
Symbol 109 MovieClip Frame 12
this.gotoAndPlay(_currentframe - 1);
Symbol 110 MovieClip [item5] Frame 601
_root.enemycount--; this.removeMovieClip();
Symbol 113 MovieClip Frame 1
irochange = new Color(this.img); irochange.setTransform({aa:0, ab:0});
Symbol 113 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 113 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 113 MovieClip Frame 6
this.gotoAndPlay(1);
Symbol 113 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 113 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 113 MovieClip Frame 9
this.gotoAndPlay(_currentframe - 1);
Symbol 113 MovieClip Frame 10
_root.score = _root.score + 5000;
Symbol 113 MovieClip Frame 12
this.gotoAndPlay(_currentframe - 1);
Symbol 114 MovieClip [item4] Frame 601
_root.enemycount--; this.removeMovieClip();
Symbol 116 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 116 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 116 MovieClip Frame 4
_root.score = _root.score + 1000; _parent.removeMovieClip(); this.removeMovieClip();
Symbol 117 MovieClip [item3] Frame 252
_root.enemycount--; this.removeMovieClip();
Symbol 119 MovieClip Frame 2
if (this.hitTest(_root.ship)) { se = new Sound(); se.attachSound("powerup.wav"); se.start(); _root.bomb = 3; this.gotoAndPlay(4); }
Symbol 119 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 119 MovieClip Frame 4
_root.score = _root.score + 1000; _parent.removeMovieClip(); this.removeMovieClip();
Symbol 120 MovieClip [item2] Frame 252
_root.enemycount--; this.removeMovieClip();
Symbol 122 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 122 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 122 MovieClip Frame 4
_root.score = _root.score + 1000; _parent.removeMovieClip(); this.removeMovieClip();
Symbol 123 MovieClip [item1] Frame 252
_root.enemycount--; this.removeMovieClip();
Symbol 126 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 127 MovieClip Frame 1
vit = 12; sc = 120;
Symbol 127 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 127 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 127 MovieClip Frame 5
_root.score = _root.score + sc; _parent.removeMovieClip();
Symbol 128 MovieClip [eu2] Frame 50
this.attachMovie("eshotm", "s" + _root.s, 20000 + _root.s); _root.s++;
Symbol 128 MovieClip [eu2] Frame 90
this.removeMovieClip();
Symbol 129 MovieClip [eu1] Frame 50
this.attachMovie("eshotm", "s" + _root.s, 20000 + _root.s); _root.s++;
Symbol 129 MovieClip [eu1] Frame 90
this.removeMovieClip();
Symbol 132 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 133 MovieClip Frame 1
vit = 32; sc = 320;
Symbol 133 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 133 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 133 MovieClip Frame 5
_root.score = _root.score + sc; _parent.removeMovieClip();
Symbol 134 MovieClip [et] Frame 60
dx = _root.ship._x - _x; dy = _root.ship._y - _y; rad = Math.atan2(dy, dx); _rotation = ((rad / (Math.PI/180)) - 90);
Symbol 134 MovieClip [et] Frame 61
if ((Math.random() * 4) <= 1) { this.attachMovie("eshot", "s" + _root.s, 20000 + _root.s); _root.s++; }
Symbol 134 MovieClip [et] Frame 70
dx = _root.ship._x - _x; dy = _root.ship._y - _y; rad = Math.atan2(dy, dx); _rotation = ((rad / (Math.PI/180)) - 90);
Symbol 134 MovieClip [et] Frame 71
if ((Math.random() * 4) <= 1) { this.attachMovie("eshot", "s" + _root.s, 20000 + _root.s); _root.s++; }
Symbol 134 MovieClip [et] Frame 80
dx = _root.ship._x - _x; dy = _root.ship._y - _y; rad = Math.atan2(dy, dx); _rotation = ((rad / (Math.PI/180)) - 90);
Symbol 134 MovieClip [et] Frame 81
if ((Math.random() * 4) <= 1) { this.attachMovie("eshot", "s" + _root.s, 20000 + _root.s); _root.s++; }
Symbol 134 MovieClip [et] Frame 90
dx = _root.ship._x - _x; dy = _root.ship._y - _y; rad = Math.atan2(dy, dx); _rotation = ((rad / (Math.PI/180)) - 90);
Symbol 134 MovieClip [et] Frame 91
if ((Math.random() * 4) <= 1) { this.attachMovie("eshot", "s" + _root.s, 20000 + _root.s); _root.s++; }
Symbol 134 MovieClip [et] Frame 101
dx = _root.ship._x - _x; dy = _root.ship._y - _y; rad = Math.atan2(dy, dx); _rotation = ((rad / (Math.PI/180)) - 90);
Symbol 134 MovieClip [et] Frame 102
if ((Math.random() * 4) <= 1) { this.attachMovie("eshot", "s" + _root.s, 20000 + _root.s); _root.s++; }
Symbol 134 MovieClip [et] Frame 111
dx = _root.ship._x - _x; dy = _root.ship._y - _y; rad = Math.atan2(dy, dx); _rotation = ((rad / (Math.PI/180)) - 90);
Symbol 134 MovieClip [et] Frame 112
if ((Math.random() * 4) <= 1) { this.attachMovie("eshot", "s" + _root.s, 20000 + _root.s); _root.s++; }
Symbol 134 MovieClip [et] Frame 121
dx = _root.ship._x - _x; dy = _root.ship._y - _y; rad = Math.atan2(dy, dx); _rotation = ((rad / (Math.PI/180)) - 90);
Symbol 134 MovieClip [et] Frame 122
if ((Math.random() * 4) <= 1) { this.attachMovie("eshot", "s" + _root.s, 20000 + _root.s); _root.s++; }
Symbol 134 MovieClip [et] Frame 131
dx = _root.ship._x - _x; dy = _root.ship._y - _y; rad = Math.atan2(dy, dx); _rotation = ((rad / (Math.PI/180)) - 90);
Symbol 134 MovieClip [et] Frame 132
if ((Math.random() * 4) <= 1) { this.attachMovie("eshot", "s" + _root.s, 20000 + _root.s); _root.s++; }
Symbol 134 MovieClip [et] Frame 141
dx = _root.ship._x - _x; dy = _root.ship._y - _y; rad = Math.atan2(dy, dx); _rotation = ((rad / (Math.PI/180)) - 90);
Symbol 134 MovieClip [et] Frame 142
if ((Math.random() * 4) <= 1) { this.attachMovie("eshot", "s" + _root.s, 20000 + _root.s); _root.s++; }
Symbol 134 MovieClip [et] Frame 151
dx = _root.ship._x - _x; dy = _root.ship._y - _y; rad = Math.atan2(dy, dx); _rotation = ((rad / (Math.PI/180)) - 90);
Symbol 134 MovieClip [et] Frame 152
if ((Math.random() * 4) <= 1) { this.attachMovie("eshot", "s" + _root.s, 20000 + _root.s); _root.s++; }
Symbol 134 MovieClip [et] Frame 200
this.removeMovieClip();
Symbol 135 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 / (Math.PI/180)) - 135) + (Math.random() * 90); _root.s++;
Symbol 135 MovieClip [b8shotr] Frame 2
this.removeMovieClip();
Symbol 138 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 / (Math.PI/180)) - 90; _root.s++;
Symbol 139 MovieClip Frame 1
point = {x:_x, y:_y}; this.localToGlobal(point); _root.e.attachMovie("bang\uFF4C", "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 139 MovieClip Frame 2
this.removeMovieClip();
Symbol 140 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 140 MovieClip Frame 2
this.removeMovieClip();
Symbol 142 MovieClip Frame 1
vit = 256000 /* 0x03E800 */; sc = 2560000 /* 0x271000 */;
Symbol 142 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 142 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 142 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 142 MovieClip Frame 5
this.gotoAndPlay(2);
Symbol 142 MovieClip Frame 50
_root.score = _root.score + sc; _root.roundclear = 1; _root.e.core.removeMovieClip();
Symbol 142 MovieClip Frame 52
this.gotoAndPlay(_currentframe - 1);
Symbol 143 MovieClip Frame 1
if ((_root.lastoption <= 2) and (this["e" + _root.lastoption] == null)) { this.attachMovie("b9b", "e" + _root.lastoption, 9999 + _root.lastoption); _root.lastoption++; }
Symbol 143 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 144 MovieClip [c] Frame 200
this.gotoAndPlay(2);
Symbol 145 MovieClip [core] Frame 104
this.gotoAndPlay(_currentframe - 1);
Symbol 146 MovieClip [b7shot] Frame 98
rad = 0;
Symbol 146 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 146 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 146 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 146 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 146 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 146 MovieClip [b7shot] Frame 158
rad = 0;
Symbol 146 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 146 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 146 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 146 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 146 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 146 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 146 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 146 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 146 MovieClip [b7shot] Frame 213
rad = 0;
Symbol 146 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 146 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 146 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 146 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 146 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 146 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 146 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 146 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 146 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 146 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 146 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 146 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 146 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 146 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 146 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 146 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 146 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 146 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 146 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 146 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 146 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 146 MovieClip [b7shot] Frame 314
this.gotoAndPlay(70);
Symbol 148 MovieClip Frame 1
vit = 10000; sc = 100000 /* 0x0186A0 */;
Symbol 148 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 148 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 148 MovieClip Frame 50
_root.score = _root.score + sc; _root.roundclear = 1; _parent.removeMovieClip();
Symbol 149 MovieClip [b7] Frame 105
this.gotoAndPlay(_currentframe - 1);
Symbol 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 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 151 MovieClip Frame 501
this.gotoAndPlay(50);
Symbol 152 MovieClip Frame 1
vit = 8000; sc = 80000 /* 0x013880 */;
Symbol 152 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 152 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 152 MovieClip Frame 50
_root.score = _root.score + sc; _root.roundclear = 1; _parent.removeMovieClip();
Symbol 153 MovieClip [b6] Frame 105
this.gotoAndPlay(_currentframe - 1);
Symbol 154 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 / (Math.PI/180)) - 90; _root.s++;
Symbol 154 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 / (Math.PI/180)) - 90; _root.s++;
Symbol 154 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 / (Math.PI/180)) - 90; _root.s++;
Symbol 154 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 / (Math.PI/180)) - 90; _root.s++;
Symbol 154 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 / (Math.PI/180)) - 90; _root.s++;
Symbol 154 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 154 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 154 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 154 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 / (Math.PI/180)) - 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 154 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 154 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 154 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 154 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 / (Math.PI/180)) - 90; _root.s++;
Symbol 154 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 154 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 154 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 154 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 / (Math.PI/180)) - 90; _root.s++;
Symbol 154 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 / (Math.PI/180)) - 90; _root.s++;
Symbol 154 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 / (Math.PI/180)) - 90; _root.s++;
Symbol 154 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 / (Math.PI/180)) - 90; _root.s++;
Symbol 154 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 / (Math.PI/180)) - 90; _root.s++;
Symbol 154 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 / (Math.PI/180)) - 90; _root.s++;
Symbol 154 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 / (Math.PI/180)) - 90; _root.s++;
Symbol 154 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 / (Math.PI/180)) - 90; _root.s++;
Symbol 154 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 / (Math.PI/180)) - 90; _root.s++;
Symbol 154 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 154 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 154 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 154 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 154 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 154 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 154 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 154 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 154 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 154 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 154 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 154 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 154 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 154 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 154 MovieClip [b5shot] Frame 561
this.gotoAndPlay(50);
Symbol 156 MovieClip Frame 1
vit = 5120; sc = 51200;
Symbol 156 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 156 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 156 MovieClip Frame 50
_root.score = _root.score + sc; _root.roundclear = 1; _parent.removeMovieClip();
Symbol 157 MovieClip [b5] Frame 105
this.gotoAndPlay(_currentframe - 1);
Symbol 159 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 159 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 159 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 159 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 159 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 159 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 159 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 159 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 159 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 159 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 159 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 159 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 159 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 159 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 159 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 159 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 159 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 159 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 159 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 159 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 159 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 90; _root.s++;
Symbol 159 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 90; _root.s++;
Symbol 159 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 90; _root.s++;
Symbol 159 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 90; _root.s++;
Symbol 159 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 90; _root.s++;
Symbol 159 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 90; _root.s++;
Symbol 159 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 90; _root.s++;
Symbol 159 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 90; _root.s++;
Symbol 159 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 90; _root.s++;
Symbol 159 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 90; _root.s++;
Symbol 159 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 90; _root.s++;
Symbol 159 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 90; _root.s++;
Symbol 159 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 90; _root.s++;
Symbol 159 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 90; _root.s++;
Symbol 159 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 90; _root.s++;
Symbol 159 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 159 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 159 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 159 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 159 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 159 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 159 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 159 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 159 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 159 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 159 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 159 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 159 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 159 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 159 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 159 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 159 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 159 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 159 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 159 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 159 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 159 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 159 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 159 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 159 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 159 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 159 MovieClip Frame 321
this.gotoAndPlay(60);
Symbol 160 MovieClip Frame 1
vit = 3200; sc = 32000;
Symbol 160 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 160 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 160 MovieClip Frame 50
_root.score = _root.score + sc; _root.roundclear = 1; _parent.removeMovieClip();
Symbol 161 MovieClip [b4] Frame 105
this.gotoAndPlay(_currentframe - 1);
Symbol 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 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 163 MovieClip Frame 432
this.gotoAndPlay(90);
Symbol 164 MovieClip Frame 1
vit = 2560; sc = 25600;
Symbol 164 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 164 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 164 MovieClip Frame 50
_root.score = _root.score + sc; _root.roundclear = 1; _parent.removeMovieClip();
Symbol 165 MovieClip [b3] Frame 105
this.gotoAndPlay(_currentframe - 1);
Symbol 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 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 167 MovieClip Frame 320
this.gotoAndPlay(85);
Symbol 168 MovieClip Frame 1
vit = 1440; sc = 14400;
Symbol 168 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 168 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 168 MovieClip Frame 50
_root.score = _root.score + sc; _root.roundclear = 1; _parent.removeMovieClip();
Symbol 169 MovieClip [b2] Frame 105
this.gotoAndPlay(_currentframe - 1);
Symbol 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 170 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 96; _root.s++;
Symbol 170 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 96; _root.s++;
Symbol 170 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 96; _root.s++;
Symbol 170 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 96; _root.s++;
Symbol 170 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 96; _root.s++;
Symbol 170 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 96; _root.s++;
Symbol 170 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 96; _root.s++;
Symbol 170 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 96; _root.s++;
Symbol 170 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 96; _root.s++;
Symbol 173 MovieClip Frame 1
vit = 2560; sc = 25600;
Symbol 173 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 173 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 173 MovieClip Frame 5
_root.score = _root.score + sc; _parent.removeMovieClip();
Symbol 174 MovieClip [b1r] Frame 571
this.removeMovieClip();
Symbol 175 MovieClip Frame 1
vit = 960; sc = 9600;
Symbol 175 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 175 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 175 MovieClip Frame 50
_root.score = _root.score + sc; _root.roundclear = 1; _parent.removeMovieClip();
Symbol 176 MovieClip [b1] Frame 105
this.gotoAndPlay(_currentframe - 1);
Symbol 177 MovieClip [itemaction] Frame 1
point = {x:_x, y:_y}; this.localToGlobal(point); _root.itemnum++; if ((((_root.itemnum == 6) or (_root.itemnum == 11)) or (_root.itemnum == 16)) or (_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) or (_root.itemnum == 14)) or (_root.itemnum == 18)) or (_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 177 MovieClip [itemaction] Frame 2
this.removeMovieClip();
Symbol 178 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 178 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 178 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 178 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 178 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 178 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 178 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 178 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 178 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 178 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 178 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 178 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 178 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 178 MovieClip [cashot] Frame 121
this.gotoAndPlay(20);
Symbol 181 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 182 MovieClip Frame 1
vit = 32; sc = 320;
Symbol 182 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 182 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 182 MovieClip Frame 5
_root.score = _root.score + sc; _parent.removeMovieClip();
Symbol 183 MovieClip [ic] Frame 449
this.gotoAndPlay(50);
Symbol 186 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 186 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 186 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 186 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 186 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 186 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 186 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 186 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 186 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 186 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 186 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 186 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 186 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 186 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 186 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 186 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 187 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 187 MovieClip Frame 2
this.removeMovieClip();
Symbol 188 MovieClip Frame 1
vit = 1024; sc = 10240;
Symbol 188 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 188 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 188 MovieClip Frame 19
_root.score = _root.score + sc; _parent.removeMovieClip();
Symbol 189 MovieClip [cd] Frame 350
this.removeMovieClip();
Symbol 193 MovieClip [bkeikoku] Frame 69
this.removeMovieClip();
Symbol 197 MovieClip [cpralert] Frame 26
this.removeMovieClip();
Symbol 198 MovieClip [cprshot] Frame 240
point = {x:_x, y:_y}; this.localToGlobal(point); if (point.y <= 0) { this.gotoAndPlay(250); }
Symbol 198 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 90) + 40; _root.s++;
Symbol 198 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 90) + 40; _root.s++;
Symbol 198 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 90) + 40; _root.s++;
Symbol 198 MovieClip [cprshot] Frame 260
point = {x:_x, y:_y}; this.localToGlobal(point); if (point.y <= 0) { this.gotoAndPlay(250); }
Symbol 198 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 90) + 40; _root.s++;
Symbol 198 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 90) + 40; _root.s++;
Symbol 198 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 90) + 40; _root.s++;
Symbol 198 MovieClip [cprshot] Frame 269
this.gotoAndPlay(200);
Symbol 198 MovieClip [cprshot] Frame 290
this.gotoAndPlay(_currentframe - 1);
Symbol 201 MovieClip Frame 1
vit = 169; sc = 1690;
Symbol 201 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 201 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 201 MovieClip Frame 19
_root.score = _root.score + sc; _parent.removeMovieClip();
Symbol 202 MovieClip [cpr] Frame 450
this.removeMovieClip();
Symbol 203 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 203 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 203 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 203 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 203 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 203 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 203 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 203 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 203 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 203 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 203 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 203 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 203 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 203 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 203 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 203 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 203 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 203 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 203 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 203 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 203 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 203 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 203 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 203 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 203 MovieClip [cpshot] Frame 122
this.gotoAndPlay(20);
Symbol 204 MovieClip Frame 1
vit = 128; sc = 1280;
Symbol 204 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 204 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 204 MovieClip Frame 19
_root.score = _root.score + sc; _parent.removeMovieClip();
Symbol 205 MovieClip [cp] Frame 300
this.removeMovieClip();
Symbol 208 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 208 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 208 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 208 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 208 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 208 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 208 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 208 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 208 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 208 MovieClip Frame 123
this.gotoAndPlay(20);
Symbol 208 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 208 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 208 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 208 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 208 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 208 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 208 MovieClip Frame 256
this.gotoAndPlay(20);
Symbol 208 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 208 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 208 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 208 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 208 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 208 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 208 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 208 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 208 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 208 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 208 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 208 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 208 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 208 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 208 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 208 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 208 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 208 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 208 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 208 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 208 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 208 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 208 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 208 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 208 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 208 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 208 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 208 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 208 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 208 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 208 MovieClip Frame 330
this.gotoAndPlay(20);
Symbol 208 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 208 MovieClip Frame 401
this.gotoAndPlay(20);
Symbol 209 MovieClip Frame 1
vit = 512; sc = 5120;
Symbol 209 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 209 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 209 MovieClip Frame 19
_root.score = _root.score + sc; _parent.removeMovieClip();
Symbol 210 MovieClip [ca] Frame 550
this.removeMovieClip();
Symbol 213 MovieClip Frame 64
point = {x:_x, y:_y}; this.localToGlobal(point); if (point.y >= 300) { this.gotoAndPlay(350); }
Symbol 213 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 90) - 60; _root.s++;
Symbol 213 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 90) - 60; _root.s++;
Symbol 213 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 90) - 60; _root.s++;
Symbol 213 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 90) - 60; _root.s++;
Symbol 213 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 90) - 60; _root.s++;
Symbol 213 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 90) - 60; _root.s++;
Symbol 213 MovieClip Frame 143
point = {x:_x, y:_y}; this.localToGlobal(point); if (point.y >= 300) { this.gotoAndPlay(350); }
Symbol 213 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 213 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 213 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 213 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 213 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 213 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 213 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 213 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 213 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 213 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 213 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 213 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 213 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 213 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 213 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 213 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 213 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 213 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 213 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 213 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 213 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 213 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 213 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 213 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 213 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 213 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 213 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 213 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 213 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 213 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 213 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 213 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 213 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 213 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 213 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 213 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 213 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 213 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 213 MovieClip Frame 225
this.gotoAndPlay(50);
Symbol 213 MovieClip Frame 261
this.gotoAndPlay(350);
Symbol 214 MovieClip Frame 1
vit = 1280; sc = 12800;
Symbol 214 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 214 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 214 MovieClip Frame 19
_root.score = _root.score + sc; _parent.removeMovieClip();
Symbol 215 MovieClip [cb] Frame 500
this.removeMovieClip();
Symbol 218 MovieClip Frame 91
point = {x:_x, y:_y}; this.localToGlobal(point); if (point.y >= 300) { this.gotoAndPlay(350); }
Symbol 218 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 90) - 30; _root.s++;
Symbol 218 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 90) - 30; _root.s++;
Symbol 218 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 90) - 30; _root.s++;
Symbol 218 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 90) - 30; _root.s++;
Symbol 218 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 90) - 30; _root.s++;
Symbol 218 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 90) - 30; _root.s++;
Symbol 218 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 90) - 30; _root.s++;
Symbol 218 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 90) - 30; _root.s++;
Symbol 218 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 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 / (Math.PI/180)) - 90) - 30; _root.s++;
Symbol 218 MovieClip Frame 198
point = {x:_x, y:_y}; this.localToGlobal(point); if (point.y >= 300) { this.gotoAndPlay(350); }
Symbol 218 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 218 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 218 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 218 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 218 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 218 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 218 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 218 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 218 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 218 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 218 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 218 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 218 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 218 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 218 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 218 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 218 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 218 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 218 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 218 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 218 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 218 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 218 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 218 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 218 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 218 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 218 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 218 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 218 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 218 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 218 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 218 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 218 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 218 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 218 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 218 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 218 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 218 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 218 MovieClip Frame 337
this.gotoAndPlay(50);
Symbol 218 MovieClip Frame 355
this.gotoAndPlay(350);
Symbol 219 MovieClip Frame 1
vit = 384; sc = 3840;
Symbol 219 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 219 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 219 MovieClip Frame 19
_root.score = _root.score + sc; _parent.removeMovieClip();
Symbol 220 MovieClip [cm] Frame 500
this.removeMovieClip();
Symbol 223 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 224 MovieClip Frame 1
vit = 3; sc = 30;
Symbol 224 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 224 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 224 MovieClip Frame 5
_root.score = _root.score + sc; _parent.removeMovieClip();
Symbol 225 MovieClip [ev] Frame 34
if ((Math.random() * 2) <= 1) { this.attachMovie("eshot", "s" + _root.s, 20000 + _root.s); _root.s++; }
Symbol 225 MovieClip [ev] Frame 35
if (_x >= 120) { _rotation = (_rotation - (Math.random() * 15)); } else { _rotation = (_rotation + (Math.random() * 15)); }
Symbol 225 MovieClip [ev] Frame 100
this.removeMovieClip();
Symbol 228 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 229 MovieClip Frame 12
if ((Math.random() * 8) <= 1) { point = {x:_x, y:_y}; this.localToGlobal(point); if ((((point.y > 20) and (point.y < 300)) and (point.x < 360)) and (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 / (Math.PI/180)) - 90; _root.s++; } }
Symbol 229 MovieClip Frame 24
if ((Math.random() * 8) <= 1) { point = {x:_x, y:_y}; this.localToGlobal(point); if ((((point.y > 20) and (point.y < 300)) and (point.x < 360)) and (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 / (Math.PI/180)) - 90; _root.s++; } }
Symbol 230 MovieClip Frame 1
vit = 24; sc = 240;
Symbol 230 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 230 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 230 MovieClip Frame 5
_root.score = _root.score + sc; _parent.removeMovieClip();
Symbol 231 MovieClip [ex2] Frame 100
this.removeMovieClip();
Symbol 232 MovieClip [ez] Frame 180
this.removeMovieClip();
Symbol 233 MovieClip [ex1] Frame 100
this.removeMovieClip();
Symbol 236 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 237 MovieClip Frame 10
if ((Math.random() * 4) <= 1) { point = {x:_x, y:_y}; this.localToGlobal(point); if ((((point.y > 20) and (point.y < 300)) and (point.x < 360)) and (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 / (Math.PI/180)) - 90; _root.s++; } }
Symbol 237 MovieClip Frame 20
if ((Math.random() * 4) <= 1) { point = {x:_x, y:_y}; this.localToGlobal(point); if ((((point.y > 20) and (point.y < 300)) and (point.x < 360)) and (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 / (Math.PI/180)) - 90; _root.s++; } }
Symbol 238 MovieClip Frame 1
vit = 18; sc = 180;
Symbol 238 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 238 MovieClip Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 238 MovieClip Frame 5
_root.score = _root.score + sc; _parent.removeMovieClip();
Symbol 239 MovieClip [ew2] Frame 80
this.removeMovieClip();
Symbol 240 MovieClip [ew1] Frame 80
this.removeMovieClip();
Symbol 246 MovieClip [bomb] Frame 31
_root.bomb--;
Symbol 246 MovieClip [bomb] Frame 32
this.removeMovieClip();
Symbol 249 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 250 MovieClip [b9b] Frame 1
vit = 2000; sc = 25000;
Symbol 250 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 250 MovieClip [b9b] Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 250 MovieClip [b9b] Frame 48
_root.score = _root.score + sc; _root.lastboss++;
Symbol 250 MovieClip [b9b] Frame 50
this.gotoAndPlay(_currentframe - 1);
Symbol 257 MovieClip [bangl] Frame 16
this.removeMovieClip();
Symbol 258 MovieClip [bangm] Frame 16
this.removeMovieClip();
Symbol 259 MovieClip [bangs] Frame 10
this.removeMovieClip();
Symbol 261 MovieClip [star] Frame 1
spd = (Math.random() * 8) + 1;
Symbol 261 MovieClip [star] Frame 2
this._y = this._y + spd; if (_y > 320) { _x = (Math.random() * 240); _y = 0; }
Symbol 261 MovieClip [star] Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 263 MovieClip [bgm3] Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 265 MovieClip [bgm2] Frame 3
this.gotoAndPlay(_currentframe - 1);
Symbol 268 MovieClip [bgm1] Frame 3
this.gotoAndPlay(_currentframe - 1);
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 [click]
Symbol 2 Sound [powerup.wav]
Symbol 3 Sound [shot.wav]Used by:81 93
Symbol 4 GraphicUsed by:13 257 258 259
Symbol 5 GraphicUsed by:13 257 258 259
Symbol 6 GraphicUsed by:13 257 258 259
Symbol 7 GraphicUsed by:13 257 258 259
Symbol 8 GraphicUsed by:13 257 258 259
Symbol 9 GraphicUsed by:13 257 258 259
Symbol 10 GraphicUsed by:13 257 258 259
Symbol 11 GraphicUsed by:13 257 258 259
Symbol 12 GraphicUsed by:13 257 258 259
Symbol 13 MovieClip [hahenl]Uses:4 5 6 7 8 9 10 11 12
Symbol 14 GraphicUsed by:15
Symbol 15 MovieClip [hahen]Uses:14
Symbol 16 GraphicUsed by:18 23
Symbol 17 GraphicUsed by:18
Symbol 18 MovieClipUses:16 17Used by:21
Symbol 19 MovieClipUsed by:21 29 100 127 133 182 224 230 238 380
Symbol 20 SoundUsed by:21 29 100 105 109 113 127 133 182 224 230 238 380
Symbol 21 MovieClipUses:18 19 20Used by:23
Symbol 22 MovieClipUsed by:23
Symbol 23 MovieClip [eo]Uses:16 21 22
Symbol 24 MovieClip [ehshot]Used by:29
Symbol 25 GraphicUsed by:27
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:25 26Used by:29
Symbol 28 MovieClipUsed by:29 100 127 133 224 230 238
Symbol 29 MovieClipUses:27 24 19 28 20Used by:30
Symbol 30 MovieClip [eh]Uses:29
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:31Used by:33
Symbol 33 MovieClip [tekidan4]Uses:32
Symbol 34 GraphicUsed by:36 40 42
Symbol 35 MovieClipUsed by:36
Symbol 36 MovieClipUses:34 35Used by:38
Symbol 37 MovieClipUsed by:38 65
Symbol 38 MovieClip [tekidan9]Uses:36 37
Symbol 39 MovieClipUsed by:40
Symbol 40 MovieClipUses:34 39Used by:43 44
Symbol 41 MovieClip [tekidan10shot]Used by:42
Symbol 42 MovieClipUses:34 41Used by:43
Symbol 43 MovieClip [tekidan10]Uses:40 42
Symbol 44 MovieClip [tekidan8]Uses:40
Symbol 45 GraphicUsed by:46
Symbol 46 MovieClipUses:45Used by:47
Symbol 47 MovieClipUses:46Used by:48 49 50 51
Symbol 48 MovieClip [tekidan6c]Uses:47
Symbol 49 MovieClip [tekidan6b]Uses:47
Symbol 50 MovieClip [tekidan7r]Uses:47
Symbol 51 MovieClip [tekidan7]Uses:47
Symbol 52 GraphicUsed by:53 56
Symbol 53 MovieClipUses:52Used by:54
Symbol 54 MovieClip [tekidan6z]Uses:53
Symbol 55 MovieClipUsed by:56
Symbol 56 MovieClipUses:52 55Used by:57
Symbol 57 MovieClip [tekidan6]Uses:56
Symbol 58 GraphicUsed by:59
Symbol 59 MovieClipUses:58Used by:60
Symbol 60 MovieClip [tekidan5]Uses:59
Symbol 61 GraphicUsed by:62
Symbol 62 MovieClipUses:61Used by:63
Symbol 63 MovieClip [tekidan2]Uses:62
Symbol 64 GraphicUsed by:65 67
Symbol 65 MovieClipUses:64 37Used by:66
Symbol 66 MovieClip [tekidan9b]Uses:65
Symbol 67 MovieClipUses:64Used by:68
Symbol 68 MovieClip [tekidan8b]Uses:67
Symbol 69 GraphicUsed by:70
Symbol 70 MovieClipUses:69Used by:71
Symbol 71 MovieClip [tekidan3]Uses:70
Symbol 72 GraphicUsed by:73
Symbol 73 MovieClipUses:72Used by:74
Symbol 74 MovieClip [tekidan1]Uses:73
Symbol 75 GraphicUsed by:80
Symbol 76 GraphicUsed by:80 92
Symbol 77 GraphicUsed by:80
Symbol 78 GraphicUsed by:80
Symbol 79 GraphicUsed by:80
Symbol 80 MovieClipUses:75 76 77 78 79Used by:81
Symbol 81 MovieClip [shots]Uses:80 3
Symbol 82 GraphicUsed by:92
Symbol 83 GraphicUsed by:92
Symbol 84 GraphicUsed by:92
Symbol 85 GraphicUsed by:92
Symbol 86 GraphicUsed by:92
Symbol 87 GraphicUsed by:92
Symbol 88 GraphicUsed by:92
Symbol 89 GraphicUsed by:92
Symbol 90 GraphicUsed by:92
Symbol 91 GraphicUsed by:92
Symbol 92 MovieClipUses:76 82 83 84 85 86 87 88 89 90 91Used by:93
Symbol 93 MovieClip [shot]Uses:92 3
Symbol 94 MovieClip [eshotm]
Symbol 95 MovieClip [eshot]
Symbol 96 MovieClip [shotaction]
Symbol 97 GraphicUsed by:99
Symbol 98 GraphicUsed by:99
Symbol 99 MovieClipUses:97 98Used by:100
Symbol 100 MovieClipUses:99 19 28 20Used by:101
Symbol 101 MovieClip [ey]Uses:100
Symbol 102 GraphicUsed by:103
Symbol 103 MovieClipUses:102Used by:105
Symbol 104 MovieClipUsed by:105 109 113
Symbol 105 MovieClipUses:103 104 20Used by:106
Symbol 106 MovieClip [item6]Uses:105
Symbol 107 GraphicUsed by:108
Symbol 108 MovieClipUses:107Used by:109
Symbol 109 MovieClipUses:108 104 20Used by:110
Symbol 110 MovieClip [item5]Uses:109
Symbol 111 GraphicUsed by:112
Symbol 112 MovieClipUses:111Used by:113
Symbol 113 MovieClipUses:112 104 20Used by:114
Symbol 114 MovieClip [item4]Uses:113
Symbol 115 GraphicUsed by:116
Symbol 116 MovieClipUses:115Used by:117
Symbol 117 MovieClip [item3]Uses:116
Symbol 118 GraphicUsed by:119
Symbol 119 MovieClipUses:118Used by:120
Symbol 120 MovieClip [item2]Uses:119
Symbol 121 GraphicUsed by:122
Symbol 122 MovieClipUses:121Used by:123
Symbol 123 MovieClip [item1]Uses:122
Symbol 124 GraphicUsed by:126
Symbol 125 GraphicUsed by:126
Symbol 126 MovieClipUses:124 125Used by:127
Symbol 127 MovieClipUses:126 19 28 20Used by:128 129
Symbol 128 MovieClip [eu2]Uses:127
Symbol 129 MovieClip [eu1]Uses:127
Symbol 130 GraphicUsed by:132
Symbol 131 GraphicUsed by:132
Symbol 132 MovieClipUses:130 131Used by:133
Symbol 133 MovieClipUses:132 19 28 20Used by:134
Symbol 134 MovieClip [et]Uses:133
Symbol 135 MovieClip [b8shotr]Used by:142
Symbol 136 GraphicUsed by:137
Symbol 137 MovieClipUses:136Used by:142
Symbol 138 MovieClipUsed by:142
Symbol 139 MovieClipUsed by:142 148 152 156 160 164 168 173 175 250
Symbol 140 MovieClipUsed by:142 148 152 156 160 164 168 173 175 188 201 204 209 214 219 250
Symbol 141 SoundUsed by:142 148 152 156 160 164 167 168 173 175 188 201 204 209 214 219 250 380
Symbol 142 MovieClipUses:137 138 135 139 140 141Used by:144
Symbol 143 MovieClipUsed by:144
Symbol 144 MovieClip [c]Uses:142 143Used by:145
Symbol 145 MovieClip [core]Uses:144
Symbol 146 MovieClip [b7shot]Used by:148
Symbol 147 GraphicUsed by:148
Symbol 148 MovieClipUses:147 146 139 140 141Used by:149
Symbol 149 MovieClip [b7]Uses:148
Symbol 150 GraphicUsed by:152
Symbol 151 MovieClipUsed by:152
Symbol 152 MovieClipUses:150 151 139 140 141Used by:153
Symbol 153 MovieClip [b6]Uses:152
Symbol 154 MovieClip [b5shot]Used by:156
Symbol 155 GraphicUsed by:156
Symbol 156 MovieClipUses:155 154 139 140 141Used by:157
Symbol 157 MovieClip [b5]Uses:156
Symbol 158 GraphicUsed by:160
Symbol 159 MovieClipUsed by:160
Symbol 160 MovieClipUses:158 159 139 140 141Used by:161
Symbol 161 MovieClip [b4]Uses:160
Symbol 162 GraphicUsed by:164
Symbol 163 MovieClipUsed by:164
Symbol 164 MovieClipUses:162 163 139 140 141Used by:165
Symbol 165 MovieClip [b3]Uses:164
Symbol 166 GraphicUsed by:168
Symbol 167 MovieClipUses:141Used by:168
Symbol 168 MovieClipUses:166 167 139 140 141Used by:169
Symbol 169 MovieClip [b2]Uses:168
Symbol 170 MovieClip [b1shot]Used by:172 175
Symbol 171 GraphicUsed by:172 175
Symbol 172 MovieClipUses:170 171Used by:173
Symbol 173 MovieClipUses:172 139 140 141Used by:174
Symbol 174 MovieClip [b1r]Uses:173
Symbol 175 MovieClipUses:171 170 139 140 141Used by:176
Symbol 176 MovieClip [b1]Uses:175
Symbol 177 MovieClip [itemaction]Used by:182
Symbol 178 MovieClip [cashot]Used by:182
Symbol 179 GraphicUsed by:181
Symbol 180 GraphicUsed by:181
Symbol 181 MovieClipUses:179 180Used by:182
Symbol 182 MovieClipUses:181 178 19 177 20Used by:183
Symbol 183 MovieClip [ic]Uses:182
Symbol 184 GraphicUsed by:185
Symbol 185 MovieClipUses:184Used by:188
Symbol 186 MovieClipUsed by:188
Symbol 187 MovieClipUsed by:188 201 204 209 214 219
Symbol 188 MovieClipUses:185 186 187 140 141Used by:189
Symbol 189 MovieClip [cd]Uses:188
Symbol 190 GraphicUsed by:191
Symbol 191 MovieClipUses:190Used by:193
Symbol 192 SoundUsed by:193
Symbol 193 MovieClip [bkeikoku]Uses:191 192
Symbol 194 GraphicUsed by:195
Symbol 195 MovieClipUses:194Used by:197
Symbol 196 SoundUsed by:197
Symbol 197 MovieClip [cpralert]Uses:195 196
Symbol 198 MovieClip [cprshot]Used by:201
Symbol 199 GraphicUsed by:200
Symbol 200 MovieClipUses:199Used by:201 204
Symbol 201 MovieClipUses:200 198 187 140 141Used by:202
Symbol 202 MovieClip [cpr]Uses:201
Symbol 203 MovieClip [cpshot]Used by:204
Symbol 204 MovieClipUses:200 203 187 140 141Used by:205
Symbol 205 MovieClip [cp]Uses:204
Symbol 206 GraphicUsed by:207
Symbol 207 MovieClipUses:206Used by:209
Symbol 208 MovieClipUsed by:209
Symbol 209 MovieClipUses:207 208 187 140 141Used by:210
Symbol 210 MovieClip [ca]Uses:209
Symbol 211 GraphicUsed by:212
Symbol 212 MovieClipUses:211Used by:214 215
Symbol 213 MovieClipUsed by:214
Symbol 214 MovieClipUses:212 213 187 140 141Used by:215
Symbol 215 MovieClip [cb]Uses:214 212
Symbol 216 GraphicUsed by:217
Symbol 217 MovieClipUses:216Used by:219
Symbol 218 MovieClipUsed by:219
Symbol 219 MovieClipUses:217 218 187 140 141Used by:220
Symbol 220 MovieClip [cm]Uses:219
Symbol 221 GraphicUsed by:223
Symbol 222 GraphicUsed by:223
Symbol 223 MovieClipUses:221 222Used by:224
Symbol 224 MovieClipUses:223 19 28 20Used by:225
Symbol 225 MovieClip [ev]Uses:224
Symbol 226 GraphicUsed by:228
Symbol 227 GraphicUsed by:228
Symbol 228 MovieClipUses:226 227Used by:230
Symbol 229 MovieClipUsed by:230
Symbol 230 MovieClipUses:228 229 19 28 20Used by:231 232 233
Symbol 231 MovieClip [ex2]Uses:230
Symbol 232 MovieClip [ez]Uses:230
Symbol 233 MovieClip [ex1]Uses:230
Symbol 234 GraphicUsed by:236
Symbol 235 GraphicUsed by:236
Symbol 236 MovieClipUses:234 235Used by:238
Symbol 237 MovieClipUsed by:238
Symbol 238 MovieClipUses:236 237 19 28 20Used by:239 240
Symbol 239 MovieClip [ew2]Uses:238
Symbol 240 MovieClip [ew1]Uses:238
Symbol 241 GraphicUsed by:242
Symbol 242 MovieClipUses:241Used by:246
Symbol 243 GraphicUsed by:244
Symbol 244 MovieClipUses:243Used by:246
Symbol 245 SoundUsed by:246
Symbol 246 MovieClip [bomb]Uses:242 244 245
Symbol 247 GraphicUsed by:248
Symbol 248 MovieClipUses:247Used by:250
Symbol 249 MovieClipUsed by:250
Symbol 250 MovieClip [b9b]Uses:248 249 139 140 141
Symbol 251 GraphicUsed by:257 258
Symbol 252 GraphicUsed by:257 258
Symbol 253 GraphicUsed by:257 258
Symbol 254 GraphicUsed by:257 258
Symbol 255 GraphicUsed by:257 258
Symbol 256 GraphicUsed by:257 258
Symbol 257 MovieClip [bangl]Uses:251 4 252 5 253 6 7 254 8 9 255 10 11 256 12
Symbol 258 MovieClip [bangm]Uses:251 4 252 5 253 6 7 254 8 9 255 10 11 256 12
Symbol 259 MovieClip [bangs]Uses:4 5 6 7 8 9 10 11 12
Symbol 260 GraphicUsed by:261 270 311 321
Symbol 261 MovieClip [star]Uses:260
Symbol 262 SoundUsed by:263 267
Symbol 263 MovieClip [bgm3]Uses:262
Symbol 264 SoundUsed by:265 267
Symbol 265 MovieClip [bgm2]Uses:264
Symbol 266 SoundUsed by:267 268
Symbol 267 MovieClip [mute]Uses:262 266 264
Symbol 268 MovieClip [bgm1]Uses:266
Symbol 269 GraphicUsed by:387  Timeline
Symbol 270 MovieClipUses:260Used 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 421
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 260 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 260 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 20 19 141Used 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 BitmapUsed by:419
Symbol 419 GraphicUses:418Used by:Timeline
Symbol 420 FontUsed by:421
Symbol 421 TextUses:272 420Used 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 21 MovieClip Frame 1Symbol 18 MovieClip
"image"Symbol 23 MovieClip [eo] Frame 13Symbol 21 MovieClip
"img"Symbol 29 MovieClip Frame 1Symbol 27 MovieClip
"image"Symbol 30 MovieClip [eh] Frame 1Symbol 29 MovieClip
"fire"Symbol 33 MovieClip [tekidan4] Frame 1Symbol 32 MovieClip
"fire"Symbol 38 MovieClip [tekidan9] Frame 1Symbol 36 MovieClip
"fire"Symbol 38 MovieClip [tekidan9] Frame 30Symbol 37 MovieClip
"fire"Symbol 43 MovieClip [tekidan10] Frame 1Symbol 40 MovieClip
"fire"Symbol 43 MovieClip [tekidan10] Frame 25Symbol 42 MovieClip
"fire"Symbol 44 MovieClip [tekidan8] Frame 1Symbol 40 MovieClip
"fire"Symbol 47 MovieClip Frame 1Symbol 46 MovieClip
"fire"Symbol 48 MovieClip [tekidan6c] Frame 1Symbol 47 MovieClip
"fire"Symbol 49 MovieClip [tekidan6b] Frame 1Symbol 47 MovieClip
"fire"Symbol 50 MovieClip [tekidan7r] Frame 1Symbol 47 MovieClip
"fire"Symbol 51 MovieClip [tekidan7] Frame 1Symbol 47 MovieClip
"fire"Symbol 54 MovieClip [tekidan6z] Frame 1Symbol 53 MovieClip
"fire"Symbol 57 MovieClip [tekidan6] Frame 1Symbol 56 MovieClip
"fire"Symbol 60 MovieClip [tekidan5] Frame 1Symbol 59 MovieClip
"fire"Symbol 63 MovieClip [tekidan2] Frame 1Symbol 62 MovieClip
"fire"Symbol 66 MovieClip [tekidan9b] Frame 1Symbol 65 MovieClip
"fire"Symbol 68 MovieClip [tekidan8b] Frame 1Symbol 67 MovieClip
"fire"Symbol 71 MovieClip [tekidan3] Frame 1Symbol 70 MovieClip
"fire"Symbol 74 MovieClip [tekidan1] Frame 1Symbol 73 MovieClip
"fire"Symbol 81 MovieClip [shots] Frame 1Symbol 80 MovieClip
"fire"Symbol 93 MovieClip [shot] Frame 1Symbol 92 MovieClip
"img"Symbol 100 MovieClip Frame 1Symbol 99 MovieClip
"img"Symbol 105 MovieClip Frame 1Symbol 103 MovieClip
"img"Symbol 109 MovieClip Frame 1Symbol 108 MovieClip
"img"Symbol 113 MovieClip Frame 1Symbol 112 MovieClip
"img"Symbol 127 MovieClip Frame 1Symbol 126 MovieClip
"img"Symbol 133 MovieClip Frame 1Symbol 132 MovieClip
"image"Symbol 134 MovieClip [et] Frame 1Symbol 133 MovieClip
"img"Symbol 142 MovieClip Frame 1Symbol 137 MovieClip
"bbb"Symbol 144 MovieClip [c] Frame 1Symbol 142 MovieClip
"bb"Symbol 145 MovieClip [core] Frame 1Symbol 144 MovieClip [c]
"img"Symbol 161 MovieClip [b4] Frame 1Symbol 160 MovieClip
"img"Symbol 173 MovieClip Frame 1Symbol 172 MovieClip
"img"Symbol 182 MovieClip Frame 1Symbol 181 MovieClip
"img"Symbol 188 MovieClip Frame 1Symbol 185 MovieClip
"img"Symbol 201 MovieClip Frame 1Symbol 200 MovieClip
"img"Symbol 204 MovieClip Frame 1Symbol 200 MovieClip
"img"Symbol 209 MovieClip Frame 1Symbol 207 MovieClip
"img"Symbol 214 MovieClip Frame 1Symbol 212 MovieClip
"image"Symbol 215 MovieClip [cb] Frame 500Symbol 212 MovieClip
"img"Symbol 219 MovieClip Frame 1Symbol 217 MovieClip
"img"Symbol 224 MovieClip Frame 1Symbol 223 MovieClip
"img"Symbol 230 MovieClip Frame 1Symbol 228 MovieClip
"img"Symbol 238 MovieClip Frame 1Symbol 236 MovieClip
"img"Symbol 250 MovieClip [b9b] Frame 1Symbol 248 MovieClip
"c"Symbol 380 MovieClip Frame 1Symbol 377 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "click"
ExportAssets (56)Timeline Frame 1Symbol 2 as "powerup.wav"
ExportAssets (56)Timeline Frame 1Symbol 3 as "shot.wav"
ExportAssets (56)Timeline Frame 1Symbol 13 as "hahenl"
ExportAssets (56)Timeline Frame 1Symbol 15 as "hahen"
ExportAssets (56)Timeline Frame 1Symbol 23 as "eo"
ExportAssets (56)Timeline Frame 1Symbol 24 as "ehshot"
ExportAssets (56)Timeline Frame 1Symbol 24 as "ehshot"
ExportAssets (56)Timeline Frame 1Symbol 24 as "ehshot"
ExportAssets (56)Timeline Frame 1Symbol 24 as "ehshot"
ExportAssets (56)Timeline Frame 1Symbol 30 as "eh"
ExportAssets (56)Timeline Frame 1Symbol 33 as "tekidan4"
ExportAssets (56)Timeline Frame 1Symbol 38 as "tekidan9"
ExportAssets (56)Timeline Frame 1Symbol 41 as "tekidan10shot"
ExportAssets (56)Timeline Frame 1Symbol 43 as "tekidan10"
ExportAssets (56)Timeline Frame 1Symbol 44 as "tekidan8"
ExportAssets (56)Timeline Frame 1Symbol 48 as "tekidan6c"
ExportAssets (56)Timeline Frame 1Symbol 49 as "tekidan6b"
ExportAssets (56)Timeline Frame 1Symbol 50 as "tekidan7r"
ExportAssets (56)Timeline Frame 1Symbol 51 as "tekidan7"
ExportAssets (56)Timeline Frame 1Symbol 54 as "tekidan6z"
ExportAssets (56)Timeline Frame 1Symbol 57 as "tekidan6"
ExportAssets (56)Timeline Frame 1Symbol 60 as "tekidan5"
ExportAssets (56)Timeline Frame 1Symbol 63 as "tekidan2"
ExportAssets (56)Timeline Frame 1Symbol 66 as "tekidan9b"
ExportAssets (56)Timeline Frame 1Symbol 68 as "tekidan8b"
ExportAssets (56)Timeline Frame 1Symbol 71 as "tekidan3"
ExportAssets (56)Timeline Frame 1Symbol 74 as "tekidan1"
ExportAssets (56)Timeline Frame 1Symbol 3 as "shot.wav"
ExportAssets (56)Timeline Frame 1Symbol 81 as "shots"
ExportAssets (56)Timeline Frame 1Symbol 3 as "shot.wav"
ExportAssets (56)Timeline Frame 1Symbol 93 as "shot"
ExportAssets (56)Timeline Frame 1Symbol 41 as "tekidan10shot"
ExportAssets (56)Timeline Frame 1Symbol 94 as "eshotm"
ExportAssets (56)Timeline Frame 1Symbol 95 as "eshot"
ExportAssets (56)Timeline Frame 1Symbol 96 as "shotaction"
ExportAssets (56)Timeline Frame 1Symbol 101 as "ey"
ExportAssets (56)Timeline Frame 1Symbol 106 as "item6"
ExportAssets (56)Timeline Frame 1Symbol 110 as "item5"
ExportAssets (56)Timeline Frame 1Symbol 114 as "item4"
ExportAssets (56)Timeline Frame 1Symbol 117 as "item3"
ExportAssets (56)Timeline Frame 1Symbol 120 as "item2"
ExportAssets (56)Timeline Frame 1Symbol 123 as "item1"
ExportAssets (56)Timeline Frame 1Symbol 128 as "eu2"
ExportAssets (56)Timeline Frame 1Symbol 129 as "eu1"
ExportAssets (56)Timeline Frame 1Symbol 134 as "et"
ExportAssets (56)Timeline Frame 1Symbol 135 as "b8shotr"
ExportAssets (56)Timeline Frame 1Symbol 135 as "b8shotr"
ExportAssets (56)Timeline Frame 1Symbol 135 as "b8shotr"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 144 as "c"
ExportAssets (56)Timeline Frame 1Symbol 145 as "core"
ExportAssets (56)Timeline Frame 1Symbol 146 as "b7shot"
ExportAssets (56)Timeline Frame 1Symbol 146 as "b7shot"
ExportAssets (56)Timeline Frame 1Symbol 146 as "b7shot"
ExportAssets (56)Timeline Frame 1Symbol 146 as "b7shot"
ExportAssets (56)Timeline Frame 1Symbol 149 as "b7"
ExportAssets (56)Timeline Frame 1Symbol 153 as "b6"
ExportAssets (56)Timeline Frame 1Symbol 154 as "b5shot"
ExportAssets (56)Timeline Frame 1Symbol 154 as "b5shot"
ExportAssets (56)Timeline Frame 1Symbol 154 as "b5shot"
ExportAssets (56)Timeline Frame 1Symbol 154 as "b5shot"
ExportAssets (56)Timeline Frame 1Symbol 157 as "b5"
ExportAssets (56)Timeline Frame 1Symbol 161 as "b4"
ExportAssets (56)Timeline Frame 1Symbol 165 as "b3"
ExportAssets (56)Timeline Frame 1Symbol 169 as "b2"
ExportAssets (56)Timeline Frame 1Symbol 170 as "b1shot"
ExportAssets (56)Timeline Frame 1Symbol 174 as "b1r"
ExportAssets (56)Timeline Frame 1Symbol 170 as "b1shot"
ExportAssets (56)Timeline Frame 1Symbol 170 as "b1shot"
ExportAssets (56)Timeline Frame 1Symbol 170 as "b1shot"
ExportAssets (56)Timeline Frame 1Symbol 170 as "b1shot"
ExportAssets (56)Timeline Frame 1Symbol 176 as "b1"
ExportAssets (56)Timeline Frame 1Symbol 177 as "itemaction"
ExportAssets (56)Timeline Frame 1Symbol 178 as "cashot"
ExportAssets (56)Timeline Frame 1Symbol 178 as "cashot"
ExportAssets (56)Timeline Frame 1Symbol 178 as "cashot"
ExportAssets (56)Timeline Frame 1Symbol 178 as "cashot"
ExportAssets (56)Timeline Frame 1Symbol 177 as "itemaction"
ExportAssets (56)Timeline Frame 1Symbol 183 as "ic"
ExportAssets (56)Timeline Frame 1Symbol 189 as "cd"
ExportAssets (56)Timeline Frame 1Symbol 193 as "bkeikoku"
ExportAssets (56)Timeline Frame 1Symbol 197 as "cpralert"
ExportAssets (56)Timeline Frame 1Symbol 198 as "cprshot"
ExportAssets (56)Timeline Frame 1Symbol 198 as "cprshot"
ExportAssets (56)Timeline Frame 1Symbol 198 as "cprshot"
ExportAssets (56)Timeline Frame 1Symbol 198 as "cprshot"
ExportAssets (56)Timeline Frame 1Symbol 202 as "cpr"
ExportAssets (56)Timeline Frame 1Symbol 203 as "cpshot"
ExportAssets (56)Timeline Frame 1Symbol 203 as "cpshot"
ExportAssets (56)Timeline Frame 1Symbol 203 as "cpshot"
ExportAssets (56)Timeline Frame 1Symbol 203 as "cpshot"
ExportAssets (56)Timeline Frame 1Symbol 205 as "cp"
ExportAssets (56)Timeline Frame 1Symbol 210 as "ca"
ExportAssets (56)Timeline Frame 1Symbol 215 as "cb"
ExportAssets (56)Timeline Frame 1Symbol 220 as "cm"
ExportAssets (56)Timeline Frame 1Symbol 225 as "ev"
ExportAssets (56)Timeline Frame 1Symbol 231 as "ex2"
ExportAssets (56)Timeline Frame 1Symbol 232 as "ez"
ExportAssets (56)Timeline Frame 1Symbol 233 as "ex1"
ExportAssets (56)Timeline Frame 1Symbol 239 as "ew2"
ExportAssets (56)Timeline Frame 1Symbol 240 as "ew1"
ExportAssets (56)Timeline Frame 1Symbol 246 as "bomb"
ExportAssets (56)Timeline Frame 1Symbol 250 as "b9b"
ExportAssets (56)Timeline Frame 1Symbol 257 as "bangl"
ExportAssets (56)Timeline Frame 1Symbol 258 as "bangm"
ExportAssets (56)Timeline Frame 1Symbol 259 as "bangs"
ExportAssets (56)Timeline Frame 1Symbol 261 as "star"
ExportAssets (56)Timeline Frame 1Symbol 263 as "bgm3"
ExportAssets (56)Timeline Frame 1Symbol 265 as "bgm2"
ExportAssets (56)Timeline Frame 1Symbol 267 as "mute"
ExportAssets (56)Timeline Frame 1Symbol 268 as "bgm1"

Labels

"loading"Frame 1
"title"Frame 4
"opening"Frame 7
"main"Frame 10
"demo"Frame 13
"end"Frame 16
"yokoku"Frame 19
"dmg"Symbol 18 MovieClip Frame 4
"bomb"Symbol 21 MovieClip Frame 4
"dmg"Symbol 27 MovieClip Frame 4
"bomb"Symbol 29 MovieClip Frame 4
"search"Symbol 36 MovieClip Frame 4
"search"Symbol 40 MovieClip Frame 4
"search"Symbol 42 MovieClip Frame 4
"search"Symbol 65 MovieClip Frame 4
"p1"Symbol 80 MovieClip Frame 2
"p2"Symbol 80 MovieClip Frame 5
"p3"Symbol 80 MovieClip Frame 8
"p4"Symbol 80 MovieClip Frame 11
"p5"Symbol 80 MovieClip Frame 14
"p6"Symbol 80 MovieClip Frame 17
"p7"Symbol 80 MovieClip Frame 20
"p8"Symbol 80 MovieClip Frame 23
"p9"Symbol 80 MovieClip Frame 26
"p10"Symbol 80 MovieClip Frame 29
"p11"Symbol 80 MovieClip Frame 32
"p12"Symbol 80 MovieClip Frame 35
"p13"Symbol 80 MovieClip Frame 38
"p14"Symbol 80 MovieClip Frame 41
"p15"Symbol 80 MovieClip Frame 44
"p16"Symbol 80 MovieClip Frame 47
"p1"Symbol 92 MovieClip Frame 2
"p2"Symbol 92 MovieClip Frame 5
"p3"Symbol 92 MovieClip Frame 8
"p4"Symbol 92 MovieClip Frame 11
"p5"Symbol 92 MovieClip Frame 14
"p6"Symbol 92 MovieClip Frame 17
"p7"Symbol 92 MovieClip Frame 20
"p8"Symbol 92 MovieClip Frame 23
"p9"Symbol 92 MovieClip Frame 26
"p10"Symbol 92 MovieClip Frame 29
"p11"Symbol 92 MovieClip Frame 32
"p12"Symbol 92 MovieClip Frame 35
"p13"Symbol 92 MovieClip Frame 38
"p14"Symbol 92 MovieClip Frame 41
"p15"Symbol 92 MovieClip Frame 44
"p16"Symbol 92 MovieClip Frame 47
"dmg"Symbol 99 MovieClip Frame 4
"bomb"Symbol 100 MovieClip Frame 4
"hit"Symbol 105 MovieClip Frame 4
"hit"Symbol 109 MovieClip Frame 4
"hit"Symbol 113 MovieClip Frame 4
"dmg"Symbol 126 MovieClip Frame 4
"bomb"Symbol 127 MovieClip Frame 4
"dmg"Symbol 132 MovieClip Frame 4
"bomb"Symbol 133 MovieClip Frame 4
"r"Symbol 142 MovieClip Frame 4
"bomb"Symbol 142 MovieClip Frame 6
"bomb"Symbol 148 MovieClip Frame 4
"bomb"Symbol 152 MovieClip Frame 4
"bomb"Symbol 156 MovieClip Frame 4
"bomb"Symbol 160 MovieClip Frame 4
"bomb"Symbol 164 MovieClip Frame 4
"bomb"Symbol 168 MovieClip Frame 4
"bomb"Symbol 173 MovieClip Frame 4
"bomb"Symbol 175 MovieClip Frame 4
"dmg"Symbol 181 MovieClip Frame 4
"bomb"Symbol 182 MovieClip Frame 4
"bomb"Symbol 188 MovieClip Frame 4
"bomb"Symbol 201 MovieClip Frame 4
"bomb"Symbol 204 MovieClip Frame 4
"bomb"Symbol 209 MovieClip Frame 4
"bomb"Symbol 214 MovieClip Frame 4
"bomb"Symbol 219 MovieClip Frame 4
"dmg"Symbol 223 MovieClip Frame 4
"bomb"Symbol 224 MovieClip Frame 4
"dmg"Symbol 228 MovieClip Frame 4
"bomb"Symbol 230 MovieClip Frame 4
"dmg"Symbol 236 MovieClip Frame 4
"bomb"Symbol 238 MovieClip Frame 4
"bomb"Symbol 250 MovieClip [b9b] 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/25304/info.shtml
Created: 23/5 -2019 20:07:08 Last modified: 23/5 -2019 20:07:08 Server time: 19/05 -2024 02:20:21