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

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

Ant Kendo.swf

This is the info page for
Flash #24130

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


Text
PRESENTS

ken-do

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

click here to play more games by FunFlashGames.com

click here to add this game to your website

YOU WIN !

again?

you need more
training!

ActionScript [AS1/AS2]

Frame 1
stop();
Frame 2
_global.direction; _global.direction1 = -8; _global.heropoints = 0; _global.enemypoints = 0; stop();
Instance of Symbol 33 MovieClip in Frame 2
/* no clip actions */
Frame 3
stop();
Instance of Symbol 123 MovieClip "hero" in Frame 3
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 123 MovieClip "hero" in Frame 4
onClipEvent (mouseMove) { if (_root._currentframe == 52) { 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 == 52) { 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 123 MovieClip "enemy" in Frame 4
onClipEvent (enterFrame) { if (_root._currentframe == 52) { if ((_root.hero._currentframe == 19) && (_currentframe < 10)) { gotoAndPlay (17); } else if ((_root.hero._currentframe == 52) && (_currentframe < 10)) { gotoAndPlay (50); } else if (((_root.hero._x > 140) && (_currentframe < 9)) && ((this._x + 24) < 480)) { direction = 8; gotoAndPlay (10); } else if (((random(10) == 1) && (_currentframe < 9)) && ((this._x - 24) > 0)) { direction = -8; 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); } } } onClipEvent (load) { direction = -8; }
Frame 5
_root.hero._x = 130; _root.enemy._x = 430;
Frame 52
stop();
Frame 53
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 20 MovieClip Frame 1
function setValue(v) { mv = (v / 100) * 144; } var mv = 0;
Instance of Symbol 19 MovieClip in Symbol 20 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.thebar._x < _parent.mv) { if ((_parent.mv - _parent.thebar._x) >= 2) { _parent.thebar._x = _parent.thebar._x + 2; } else { _parent.thebar._x++; } } }
Symbol 24 MovieClip Frame 4
tb = _root.getBytesTotal(); lb = _root.getBytesLoaded(); v = int((lb / tb) * 100); thebar.setValue(v); if (lb < tb) { gotoAndPlay(_currentframe - 1); } else if (thebar.mv == thebar.thebar._x) { play(); } else { gotoAndPlay(_currentframe - 1); }
Symbol 24 MovieClip Frame 88
_root.gotoAndStop(_root._currentframe + 1); stop();
Symbol 33 MovieClip Frame 52
if (_root.getBytesLoaded() >= _root.getBytesTotal()) { _root.gotoAndStop(3); }
Symbol 50 MovieClip Frame 13
gotoAndPlay (1);
Instance of Symbol 53 MovieClip "attack" in Symbol 123 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 123 MovieClip Frame 9
gotoAndPlay (1);
Symbol 123 MovieClip Frame 13
this._x = this._x + direction;
Symbol 123 MovieClip Frame 14
this._x = this._x + direction;
Symbol 123 MovieClip Frame 15
this._x = this._x + direction;
Symbol 123 MovieClip Frame 16
_root.listwa.gotoAndPlay(2); gotoAndPlay (1);
Symbol 123 MovieClip Frame 22
if (this.attack.hitTest(_root.enemy.attack) || (this.attack.hitTest(_root.hero.attack))) { _root.sounder.gotoAndPlay(2); }
Symbol 123 MovieClip Frame 32
gotoAndPlay (1);
Symbol 123 MovieClip Frame 38
if (this.attack.hitTest(_root.enemy.attack) || (this.attack.hitTest(_root.hero.attack))) { _root.sounder.gotoAndPlay(2); }
Symbol 123 MovieClip Frame 46
gotoAndPlay (1);
Symbol 123 MovieClip Frame 52
if (this.attack.hitTest(_root.enemy.attack) || (this.attack.hitTest(_root.hero.attack))) { _root.sounder.gotoAndPlay(2); }
Symbol 123 MovieClip Frame 61
gotoAndPlay (1);
Symbol 123 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 126 Button
on (release) { _root.gotoAndPlay("3"); }
Instance of Symbol 134 MovieClip in Symbol 136 MovieClip Frame 232
onClipEvent (enterFrame) { this._x = _root.hero._x; }
Symbol 143 MovieClip Frame 1
stop();
Symbol 147 Button
on (release) { getURL ("http://www.funflashgames.com/", "_self"); }
Symbol 149 Button
on (release) { getURL ("http://www.funflashgames.com/freecontent.html", "_self"); }
Symbol 155 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:13
Symbol 13 MovieClipUses:12Used by:24
Symbol 14 GraphicUsed by:15
Symbol 15 MovieClipUses:14Used by:20
Symbol 16 GraphicUsed by:20
Symbol 17 GraphicUsed by:18
Symbol 18 MovieClipUses:17Used by:20
Symbol 19 MovieClipUsed by:20
Symbol 20 MovieClipUses:15 16 18 19Used by:24
Symbol 21 GraphicUsed by:24
Symbol 22 FontUsed by:23
Symbol 23 TextUses:22Used by:24
Symbol 24 MovieClipUses:13 20 21 23Used by:Timeline
Symbol 25 GraphicUsed by:Timeline
Symbol 26 FontUsed by:27 125 152 154 156
Symbol 27 TextUses:26Used by:Timeline
Symbol 28 ShapeTweeningUsed by:31
Symbol 29 ShapeTweeningUsed by:31
Symbol 30 GraphicUsed by:31
Symbol 31 MovieClipUses:28 29 30Used by:Timeline
Symbol 32 GraphicUsed by:Timeline
Symbol 33 MovieClipUsed by:Timeline
Symbol 34 ShapeTweeningUsed by:123
Symbol 35 ShapeTweeningUsed by:123
Symbol 36 GraphicUsed by:123
Symbol 37 GraphicUsed by:50
Symbol 38 GraphicUsed by:50
Symbol 39 ShapeTweeningUsed by:50
Symbol 40 ShapeTweeningUsed by:50
Symbol 41 ShapeTweeningUsed by:50
Symbol 42 ShapeTweeningUsed by:50
Symbol 43 GraphicUsed by:50
Symbol 44 GraphicUsed by:50
Symbol 45 GraphicUsed by:50
Symbol 46 ShapeTweeningUsed by:50
Symbol 47 GraphicUsed by:50
Symbol 48 ShapeTweeningUsed by:50
Symbol 49 GraphicUsed by:50
Symbol 50 MovieClipUses:37 38 39 40 41 42 43 44 45 46 47 48 49Used by:123
Symbol 51 GraphicUsed by:123
Symbol 52 GraphicUsed by:53
Symbol 53 MovieClipUses:52Used by:123
Symbol 54 ShapeTweeningUsed by:123
Symbol 55 ShapeTweeningUsed by:123
Symbol 56 ShapeTweeningUsed by:123
Symbol 57 ShapeTweeningUsed by:123
Symbol 58 GraphicUsed by:123
Symbol 59 GraphicUsed by:123
Symbol 60 ShapeTweeningUsed by:123
Symbol 61 ShapeTweeningUsed by:123
Symbol 62 ShapeTweeningUsed by:123
Symbol 63 ShapeTweeningUsed by:123
Symbol 64 ShapeTweeningUsed by:123
Symbol 65 ShapeTweeningUsed by:123
Symbol 66 ShapeTweeningUsed by:123
Symbol 67 ShapeTweeningUsed by:123
Symbol 68 SoundUsed by:123
Symbol 69 GraphicUsed by:123
Symbol 70 ShapeTweeningUsed by:123
Symbol 71 ShapeTweeningUsed by:123
Symbol 72 ShapeTweeningUsed by:123
Symbol 73 ShapeTweeningUsed by:123
Symbol 74 ShapeTweeningUsed by:123
Symbol 75 ShapeTweeningUsed by:123
Symbol 76 SoundUsed by:123
Symbol 77 ShapeTweeningUsed by:123
Symbol 78 ShapeTweeningUsed by:123
Symbol 79 ShapeTweeningUsed by:123
Symbol 80 ShapeTweeningUsed by:123
Symbol 81 ShapeTweeningUsed by:123
Symbol 82 ShapeTweeningUsed by:123
Symbol 83 ShapeTweeningUsed by:123
Symbol 84 ShapeTweeningUsed by:123
Symbol 85 ShapeTweeningUsed by:123
Symbol 86 ShapeTweeningUsed by:123
Symbol 87 ShapeTweeningUsed by:123
Symbol 88 ShapeTweeningUsed by:123
Symbol 89 ShapeTweeningUsed by:123
Symbol 90 ShapeTweeningUsed by:123
Symbol 91 SoundUsed by:123
Symbol 92 ShapeTweeningUsed by:123
Symbol 93 ShapeTweeningUsed by:123
Symbol 94 ShapeTweeningUsed by:123
Symbol 95 GraphicUsed by:123
Symbol 96 GraphicUsed by:123
Symbol 97 ShapeTweeningUsed by:123
Symbol 98 ShapeTweeningUsed by:123
Symbol 99 ShapeTweeningUsed by:123
Symbol 100 ShapeTweeningUsed by:123
Symbol 101 ShapeTweeningUsed by:123
Symbol 102 ShapeTweeningUsed by:123
Symbol 103 ShapeTweeningUsed by:123
Symbol 104 ShapeTweeningUsed by:123
Symbol 105 ShapeTweeningUsed by:123
Symbol 106 GraphicUsed by:123
Symbol 107 ShapeTweeningUsed by:123
Symbol 108 SoundUsed by:123
Symbol 109 GraphicUsed by:123
Symbol 110 ShapeTweeningUsed by:123
Symbol 111 ShapeTweeningUsed by:123
Symbol 112 ShapeTweeningUsed by:123
Symbol 113 ShapeTweeningUsed by:123
Symbol 114 ShapeTweeningUsed by:123
Symbol 115 ShapeTweeningUsed by:123
Symbol 116 SoundUsed by:123
Symbol 117 SoundUsed by:123
Symbol 118 ShapeTweeningUsed by:123
Symbol 119 ShapeTweeningUsed by:123
Symbol 120 ShapeTweeningUsed by:123
Symbol 121 GraphicUsed by:123
Symbol 122 GraphicUsed by:123
Symbol 123 MovieClipUses:34 35 36 50 51 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 120 121 122Used by:Timeline
Symbol 124 GraphicUsed by:126
Symbol 125 TextUses:26Used by:126
Symbol 126 ButtonUses:124 125Used by:Timeline
Symbol 127 FontUsed by:128 130 132 135 137 138
Symbol 128 TextUses:127Used by:136
Symbol 129 GraphicUsed by:136
Symbol 130 TextUses:127Used by:136
Symbol 131 GraphicUsed by:136
Symbol 132 TextUses:127Used by:136
Symbol 133 GraphicUsed by:134
Symbol 134 MovieClipUses:133Used by:136
Symbol 135 TextUses:127Used by:136
Symbol 136 MovieClipUses:128 129 130 131 132 134 135Used by:Timeline
Symbol 137 EditableTextUses:127Used by:Timeline
Symbol 138 EditableTextUses:127Used by:Timeline
Symbol 139 ShapeTweeningUsed by:143
Symbol 140 ShapeTweeningUsed by:143
Symbol 141 ShapeTweeningUsed by:143
Symbol 142 GraphicUsed by:143
Symbol 143 MovieClipUses:139 140 141 142Used by:Timeline
Symbol 144 FontUsed by:145 148
Symbol 145 TextUses:144Used by:147
Symbol 146 GraphicUsed by:147 149
Symbol 147 ButtonUses:145 146Used by:Timeline
Symbol 148 TextUses:144Used by:149
Symbol 149 ButtonUses:148 146Used by:Timeline
Symbol 150 SoundUsed by:Timeline
Symbol 151 GraphicUsed by:Timeline
Symbol 152 TextUses:26Used by:Timeline
Symbol 153 GraphicUsed by:155
Symbol 154 TextUses:26Used by:155
Symbol 155 ButtonUses:153 154Used by:Timeline
Symbol 156 TextUses:26Used by:Timeline

Instance Names

"sounder"Frame 1Symbol 9 MovieClip
"hero"Frame 3Symbol 123 MovieClip
"sounder"Frame 4Symbol 9 MovieClip
"hrp"Frame 4Symbol 137 EditableText
"ep"Frame 4Symbol 138 EditableText
"listwa"Frame 4Symbol 143 MovieClip
"hero"Frame 4Symbol 123 MovieClip
"enemy"Frame 4Symbol 123 MovieClip
"thebar"Symbol 20 MovieClip Frame 1Symbol 18 MovieClip
"thebar"Symbol 24 MovieClip Frame 1Symbol 20 MovieClip
"hero_head"Symbol 123 MovieClip Frame 1Symbol 50 MovieClip
"attack"Symbol 123 MovieClip Frame 1Symbol 53 MovieClip




http://swfchan.com/5/24130/info.shtml
Created: 25/5 -2019 12:25:32 Last modified: 25/5 -2019 12:25:32 Server time: 14/05 -2024 19:23:04