STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229594 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2595 · P5190 |
This is the info page for Flash #14823 |
by LukeFeiner |
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? |
other works |
email author |
you need more training! |
ActionScript [AS1/AS2]
Frame 1_global.direction; _global.direction1 = -8; _global.heropoints = 0; _global.enemypoints = 0; stop();Instance of Symbol 30 MovieClip in Frame 1/* no clip actions */Frame 2stop();Instance of Symbol 121 MovieClip "hero" in Frame 2onClipEvent (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 3onClipEvent (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 3onClipEvent (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 (((_root.hero._currentframe > 19) && (_currentframe < 10)) && ((_x + 24) < 430)) { direction = 8; gotoAndPlay (10); } else if (((random(5) == 1) && (_currentframe < 9)) && (_root.hero._currentframe < 10)) { 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 4_root.hero._x = 130; _root.enemy._x = 430;Frame 51stop();Frame 52Instance of Symbol 3 MovieClip in Symbol 5 MovieClip Frame 1onClipEvent (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 1onClipEvent (enterFrame) { this._x = this._x - 3; if ((this._x + this._width) <= 0) { this._x = _root._width; } }Symbol 9 MovieClip Frame 1stop();Symbol 9 MovieClip Frame 4gotoAndStop (1);Symbol 30 MovieClip Frame 10if (_root.getBytesLoaded() >= _root.getBytesTotal()) { _root.gotoAndStop(2); }Symbol 47 MovieClip Frame 13gotoAndPlay (1);Instance of Symbol 50 MovieClip "attack" in Symbol 121 MovieClip Frame 1onClipEvent (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 9gotoAndPlay (1);Symbol 121 MovieClip Frame 13this._x = this._x + direction;Symbol 121 MovieClip Frame 14this._x = this._x + direction;Symbol 121 MovieClip Frame 15this._x = this._x + direction;Symbol 121 MovieClip Frame 16_root.listwa.gotoAndPlay(2); gotoAndPlay (1);Symbol 121 MovieClip Frame 22if (this.attack.hitTest(_root.enemy.attack) || (this.attack.hitTest(_root.hero.attack))) { _root.sounder.gotoAndPlay(2); }Symbol 121 MovieClip Frame 32gotoAndPlay (1);Symbol 121 MovieClip Frame 38if (this.attack.hitTest(_root.enemy.attack) || (this.attack.hitTest(_root.hero.attack))) { _root.sounder.gotoAndPlay(2); }Symbol 121 MovieClip Frame 46gotoAndPlay (1);Symbol 121 MovieClip Frame 52if (this.attack.hitTest(_root.enemy.attack) || (this.attack.hitTest(_root.hero.attack))) { _root.sounder.gotoAndPlay(2); }Symbol 121 MovieClip Frame 61gotoAndPlay (1);Symbol 121 MovieClip Frame 146if (_root.hrp.text == "10") { _root.gotoAndStop(52); } else if (_root.ep.text == "10") { _root.gotoAndStop(53); } else { _root.gotoAndPlay(4); }Symbol 124 Buttonon (release) { _root.gotoAndPlay("3"); }Instance of Symbol 131 MovieClip in Symbol 133 MovieClip Frame 232onClipEvent (enterFrame) { this._x = _root.hero._x; }Symbol 140 MovieClip Frame 1stop();Symbol 146 Buttonon (release) { _root.gotoAndStop("2"); }Symbol 150 Buttonon (release) { getURL ("http://www.lukefeiner.republika.pl", "_self"); }Symbol 153 Buttonon (release) { getURL ("mailto:lukefeiner@tlen.pl", "_self"); }
Library Items
Symbol 1 Graphic | Used by:5 | ||
Symbol 2 Graphic | Used by:3 | ||
Symbol 3 MovieClip | Uses:2 | Used by:5 | |
Symbol 4 Graphic | Used by:5 | ||
Symbol 5 MovieClip | Uses:1 3 4 | Used by:Timeline | |
Symbol 6 Graphic | Used by:9 | ||
Symbol 7 Sound | Used by:9 | ||
Symbol 8 Sound | Used by:9 | ||
Symbol 9 MovieClip | Uses:6 7 8 | Used by:Timeline | |
Symbol 10 Graphic | Used by:11 | ||
Symbol 11 MovieClip | Uses:10 | Used by:Timeline | |
Symbol 12 Font | Used by:13 22 23 24 25 26 27 28 29 125 127 129 132 134 135 148 151 | ||
Symbol 13 Text | Uses:12 | Used by:Timeline | |
Symbol 14 Graphic | Used by:Timeline | ||
Symbol 15 Font | Used by:16 123 143 145 154 | ||
Symbol 16 Text | Uses:15 | Used by:Timeline | |
Symbol 17 ShapeTweening | Used by:20 | ||
Symbol 18 ShapeTweening | Used by:20 | ||
Symbol 19 Graphic | Used by:20 | ||
Symbol 20 MovieClip | Uses:17 18 19 | Used by:Timeline | |
Symbol 21 Graphic | Used by:Timeline | ||
Symbol 22 Text | Uses:12 | Used by:30 | |
Symbol 23 Text | Uses:12 | Used by:30 | |
Symbol 24 Text | Uses:12 | Used by:30 | |
Symbol 25 Text | Uses:12 | Used by:30 | |
Symbol 26 Text | Uses:12 | Used by:30 | |
Symbol 27 Text | Uses:12 | Used by:30 | |
Symbol 28 Text | Uses:12 | Used by:30 | |
Symbol 29 Text | Uses:12 | Used by:30 | |
Symbol 30 MovieClip | Uses:22 23 24 25 26 27 28 29 | Used by:Timeline | |
Symbol 31 ShapeTweening | Used by:121 | ||
Symbol 32 ShapeTweening | Used by:121 | ||
Symbol 33 Graphic | Used by:121 | ||
Symbol 34 Graphic | Used by:47 | ||
Symbol 35 Graphic | Used by:47 | ||
Symbol 36 ShapeTweening | Used by:47 | ||
Symbol 37 ShapeTweening | Used by:47 | ||
Symbol 38 ShapeTweening | Used by:47 | ||
Symbol 39 ShapeTweening | Used by:47 | ||
Symbol 40 Graphic | Used by:47 | ||
Symbol 41 Graphic | Used by:47 | ||
Symbol 42 Graphic | Used by:47 | ||
Symbol 43 ShapeTweening | Used by:47 | ||
Symbol 44 Graphic | Used by:47 | ||
Symbol 45 ShapeTweening | Used by:47 | ||
Symbol 46 Graphic | Used by:47 | ||
Symbol 47 MovieClip | Uses:34 35 36 37 38 39 40 41 42 43 44 45 46 | Used by:121 | |
Symbol 48 Graphic | Used by:121 | ||
Symbol 49 Graphic | Used by:50 | ||
Symbol 50 MovieClip | Uses:49 | Used by:121 | |
Symbol 51 ShapeTweening | Used by:121 | ||
Symbol 52 ShapeTweening | Used by:121 | ||
Symbol 53 ShapeTweening | Used by:121 | ||
Symbol 54 ShapeTweening | Used by:121 | ||
Symbol 55 Graphic | Used by:121 | ||
Symbol 56 Graphic | Used by:121 | ||
Symbol 57 ShapeTweening | Used by:121 | ||
Symbol 58 ShapeTweening | Used by:121 | ||
Symbol 59 ShapeTweening | Used by:121 | ||
Symbol 60 ShapeTweening | Used by:121 | ||
Symbol 61 ShapeTweening | Used by:121 | ||
Symbol 62 ShapeTweening | Used by:121 | ||
Symbol 63 ShapeTweening | Used by:121 | ||
Symbol 64 ShapeTweening | Used by:121 | ||
Symbol 65 Sound | Used by:121 | ||
Symbol 66 Graphic | Used by:121 | ||
Symbol 67 ShapeTweening | Used by:121 | ||
Symbol 68 ShapeTweening | Used by:121 | ||
Symbol 69 ShapeTweening | Used by:121 | ||
Symbol 70 ShapeTweening | Used by:121 | ||
Symbol 71 ShapeTweening | Used by:121 | ||
Symbol 72 ShapeTweening | Used by:121 | ||
Symbol 73 Sound | Used by:121 | ||
Symbol 74 ShapeTweening | Used by:121 | ||
Symbol 75 ShapeTweening | Used by:121 | ||
Symbol 76 ShapeTweening | Used by:121 | ||
Symbol 77 ShapeTweening | Used by:121 | ||
Symbol 78 ShapeTweening | Used by:121 | ||
Symbol 79 ShapeTweening | Used by:121 | ||
Symbol 80 ShapeTweening | Used by:121 | ||
Symbol 81 Graphic | Used by:121 | ||
Symbol 82 ShapeTweening | Used by:121 | ||
Symbol 83 ShapeTweening | Used by:121 | ||
Symbol 84 ShapeTweening | Used by:121 | ||
Symbol 85 ShapeTweening | Used by:121 | ||
Symbol 86 ShapeTweening | Used by:121 | ||
Symbol 87 ShapeTweening | Used by:121 | ||
Symbol 88 ShapeTweening | Used by:121 | ||
Symbol 89 Sound | Used by:121 | ||
Symbol 90 ShapeTweening | Used by:121 | ||
Symbol 91 ShapeTweening | Used by:121 | ||
Symbol 92 ShapeTweening | Used by:121 | ||
Symbol 93 Graphic | Used by:121 | ||
Symbol 94 Graphic | Used by:121 | ||
Symbol 95 ShapeTweening | Used by:121 | ||
Symbol 96 ShapeTweening | Used by:121 | ||
Symbol 97 ShapeTweening | Used by:121 | ||
Symbol 98 ShapeTweening | Used by:121 | ||
Symbol 99 ShapeTweening | Used by:121 | ||
Symbol 100 ShapeTweening | Used by:121 | ||
Symbol 101 ShapeTweening | Used by:121 | ||
Symbol 102 ShapeTweening | Used by:121 | ||
Symbol 103 ShapeTweening | Used by:121 | ||
Symbol 104 Graphic | Used by:121 | ||
Symbol 105 ShapeTweening | Used by:121 | ||
Symbol 106 Sound | Used by:121 | ||
Symbol 107 Graphic | Used by:121 | ||
Symbol 108 ShapeTweening | Used by:121 | ||
Symbol 109 ShapeTweening | Used by:121 | ||
Symbol 110 ShapeTweening | Used by:121 | ||
Symbol 111 ShapeTweening | Used by:121 | ||
Symbol 112 ShapeTweening | Used by:121 | ||
Symbol 113 ShapeTweening | Used by:121 | ||
Symbol 114 Sound | Used by:121 | ||
Symbol 115 Sound | Used by:121 | ||
Symbol 116 ShapeTweening | Used by:121 | ||
Symbol 117 ShapeTweening | Used by:121 | ||
Symbol 118 ShapeTweening | Used by:121 | ||
Symbol 119 Graphic | Used by:121 | ||
Symbol 120 Graphic | Used by:121 | ||
Symbol 121 MovieClip | Uses:31 32 33 47 48 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 120 | Used by:Timeline | |
Symbol 122 Graphic | Used by:124 | ||
Symbol 123 Text | Uses:15 | Used by:124 | |
Symbol 124 Button | Uses:122 123 | Used by:Timeline | |
Symbol 125 Text | Uses:12 | Used by:133 | |
Symbol 126 Graphic | Used by:133 | ||
Symbol 127 Text | Uses:12 | Used by:133 | |
Symbol 128 Graphic | Used by:133 | ||
Symbol 129 Text | Uses:12 | Used by:133 | |
Symbol 130 Graphic | Used by:131 | ||
Symbol 131 MovieClip | Uses:130 | Used by:133 | |
Symbol 132 Text | Uses:12 | Used by:133 | |
Symbol 133 MovieClip | Uses:125 126 127 128 129 131 132 | Used by:Timeline | |
Symbol 134 EditableText | Uses:12 | Used by:Timeline | |
Symbol 135 EditableText | Uses:12 | Used by:Timeline | |
Symbol 136 ShapeTweening | Used by:140 | ||
Symbol 137 ShapeTweening | Used by:140 | ||
Symbol 138 ShapeTweening | Used by:140 | ||
Symbol 139 Graphic | Used by:140 | ||
Symbol 140 MovieClip | Uses:136 137 138 139 | Used by:Timeline | |
Symbol 141 Sound | Used by:Timeline | ||
Symbol 142 Graphic | Used by:Timeline | ||
Symbol 143 Text | Uses:15 | Used by:Timeline | |
Symbol 144 Graphic | Used by:146 | ||
Symbol 145 Text | Uses:15 | Used by:146 | |
Symbol 146 Button | Uses:144 145 | Used by:Timeline | |
Symbol 147 Graphic | Used by:150 153 | ||
Symbol 148 Text | Uses:12 | Used by:150 | |
Symbol 149 Graphic | Used by:150 | ||
Symbol 150 Button | Uses:147 148 149 | Used by:Timeline | |
Symbol 151 Text | Uses:12 | Used by:153 | |
Symbol 152 Graphic | Used by:153 | ||
Symbol 153 Button | Uses:147 151 152 | Used by:Timeline | |
Symbol 154 Text | Uses:15 | Used by:Timeline |
Instance Names
"sounder" | Frame 1 | Symbol 9 MovieClip |
"hero" | Frame 2 | Symbol 121 MovieClip |
"sounder" | Frame 3 | Symbol 9 MovieClip |
"hrp" | Frame 3 | Symbol 134 EditableText |
"ep" | Frame 3 | Symbol 135 EditableText |
"listwa" | Frame 3 | Symbol 140 MovieClip |
"hero" | Frame 3 | Symbol 121 MovieClip |
"enemy" | Frame 3 | Symbol 121 MovieClip |
"hero_head" | Symbol 121 MovieClip Frame 1 | Symbol 47 MovieClip |
"attack" | Symbol 121 MovieClip Frame 1 | Symbol 50 MovieClip |
|