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

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

Ant Kendo.swf

This is the info page for
Flash #100159

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


Text
ken-do

.

g

n

i

d

a

o

l

play

move your mouse to steer...

click above the samurai to perform high attack...

click below the samurai to perform block...

click the samurai to perform middle attack

0

0

YOU WIN !

again?

you need more
training!

ActionScript [AS1/AS2]

Frame 1
_global.direction; _global.direction1 = -8; _global.heropoints = 0; _global.enemypoints = 0; stop();
Instance of Symbol 29 MovieClip in Frame 1
/* no clip actions */
Frame 2
stop();
Instance of Symbol 121 MovieClip "hero" in Frame 2
onClipEvent (mouseMove) { if ((_xmouse > (_root.hero._X - 100)) && (_root.hero._currentframe < 10)) { direction = 8; _root.hero.gotoAndPlay(10); } else if ((_xmouse < _root.hero._x) && (_root.hero._currentframe < 10)) { direction = -8; _root.hero.gotoAndPlay(10); } } onClipEvent (mouseDown) { if (_root.hero._currentframe < 61) { if ((_root._ymouse < 100) && (_root.hero._currentframe < 17)) { _root.hero.gotoAndPlay(17); } else if (hitTest(_root._xmouse, _root._ymouse, false)) { _root.hero.gotoAndPlay(33); } else if ((_root._ymouse > 200) && (_root.hero._currentframe < 47)) { _root.hero.gotoAndPlay(47); } } }
Instance of Symbol 121 MovieClip "hero" in Frame 3
onClipEvent (mouseMove) { if (_root._currentframe == 51) { if ((_xmouse > (_root.hero._X - 100)) && (_root.hero._currentframe < 10)) { direction = 8; _root.hero.gotoAndPlay(10); } else if ((_xmouse < _root.hero._x) && (_root.hero._currentframe < 10)) { direction = -8; _root.hero.gotoAndPlay(10); } } } onClipEvent (mouseDown) { if (_root._currentframe == 51) { if (_root.hero._currentframe < 61) { if ((_root._ymouse < 100) && (_root.hero._currentframe < 17)) { _root.hero.gotoAndPlay(17); } else if (hitTest(_root._xmouse, _root._ymouse, false)) { _root.hero.gotoAndPlay(33); } else if ((_root._ymouse > 200) && (_root.hero._currentframe < 47)) { _root.hero.gotoAndPlay(47); } } } }
Instance of Symbol 121 MovieClip "enemy" in Frame 3
onClipEvent (enterFrame) { if (_root._currentframe == 51) { if ((_root.hero._currentframe == 19) && (_currentframe < 10)) { gotoAndPlay (17); } else if ((_root.hero._currentframe == 52) && (_currentframe < 10)) { gotoAndPlay (50); } else if ((random(10) == 1) && (_currentframe < 9)) { direction1 = -direction1; gotoAndPlay (10); } else if ((random(10) == 1) && (_currentframe < 9)) { gotoAndPlay (17); } else if ((random(10) == 1) && (_currentframe < 9)) { gotoAndPlay (50); } else if ((random(10) == 1) && (_currentframe < 9)) { gotoAndPlay (33); } } }
Frame 4
_root.hero._x = 130; _root.enemy._x = 430;
Frame 51
stop();
Frame 52
Instance of Symbol 3 MovieClip in Symbol 5 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x - 5; if ((this._x + this._width) <= 0) { this._x = _root._width; } }
Instance of Symbol 3 MovieClip in Symbol 5 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x - 3; if ((this._x + this._width) <= 0) { this._x = _root._width; } }
Symbol 9 MovieClip Frame 1
stop();
Symbol 9 MovieClip Frame 4
gotoAndStop (1);
Symbol 29 MovieClip Frame 10
if (_root.getBytesLoaded() >= _root.getBytesTotal()) { _root.gotoAndStop(2); }
Symbol 46 MovieClip Frame 13
gotoAndPlay (1);
Instance of Symbol 49 MovieClip "attack" in Symbol 121 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.hero_head) && (_root.hero._currentframe < 62)) { enemypoints = enemypoints + 1; _root.ep.text = enemypoints; _root.hero.gotoAndPlay(62); _root.sounder.gotoAndPlay(5); _root.hero.hero_head.gotoAndPlay(15); } else if (this.hitTest(_root.enemy.hero_head) && (_root.enemy._currentframe < 62)) { heropoints = heropoints + 1; _root.hrp.text = heropoints; _root.enemy.gotoAndPlay(62); _root.sounder.gotoAndPlay(5); _root.enemy.hero_head.gotoAndPlay(15); } }
Symbol 121 MovieClip Frame 9
gotoAndPlay (1);
Symbol 121 MovieClip Frame 13
this._x = this._x + direction;
Symbol 121 MovieClip Frame 14
this._x = this._x + direction;
Symbol 121 MovieClip Frame 15
this._x = this._x + direction;
Symbol 121 MovieClip Frame 16
_root.listwa.gotoAndPlay(2); gotoAndPlay (1);
Symbol 121 MovieClip Frame 22
if (this.attack.hitTest(_root.enemy.attack) || (this.attack.hitTest(_root.hero.attack))) { _root.sounder.gotoAndPlay(2); }
Symbol 121 MovieClip Frame 32
gotoAndPlay (1);
Symbol 121 MovieClip Frame 38
if (this.attack.hitTest(_root.enemy.attack) || (this.attack.hitTest(_root.hero.attack))) { _root.sounder.gotoAndPlay(2); }
Symbol 121 MovieClip Frame 46
gotoAndPlay (1);
Symbol 121 MovieClip Frame 52
if (this.attack.hitTest(_root.enemy.attack) || (this.attack.hitTest(_root.hero.attack))) { _root.sounder.gotoAndPlay(2); }
Symbol 121 MovieClip Frame 61
gotoAndPlay (1);
Symbol 121 MovieClip Frame 146
if (_root.hrp.text == "10") { _root.gotoAndStop(52); } else if (_root.ep.text == "10") { _root.gotoAndStop(53); } else { _root.gotoAndPlay(4); }
Symbol 124 Button
on (release) { _root.gotoAndPlay("3"); }
Instance of Symbol 131 MovieClip in Symbol 133 MovieClip Frame 232
onClipEvent (enterFrame) { this._x = _root.hero._x; }
Symbol 140 MovieClip Frame 1
stop();
Symbol 146 Button
on (release) { _root.gotoAndStop("2"); }

Library Items

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

Instance Names

"sounder"Frame 1Symbol 9 MovieClip
"hero"Frame 2Symbol 121 MovieClip
"sounder"Frame 3Symbol 9 MovieClip
"hrp"Frame 3Symbol 134 EditableText
"ep"Frame 3Symbol 135 EditableText
"listwa"Frame 3Symbol 140 MovieClip
"hero"Frame 3Symbol 121 MovieClip
"enemy"Frame 3Symbol 121 MovieClip
"hero_head"Symbol 121 MovieClip Frame 1Symbol 46 MovieClip
"attack"Symbol 121 MovieClip Frame 1Symbol 49 MovieClip




http://swfchan.com/21/100159/info.shtml
Created: 21/3 -2019 11:36:48 Last modified: 21/3 -2019 11:36:48 Server time: 25/04 -2024 18:02:23