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

swfchan turned sixteen years old yesterday! (5may2024)

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

1229669603.swf

This is the info page for
Flash #14823

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


Text
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 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 (((_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 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 30 MovieClip Frame 10
if (_root.getBytesLoaded() >= _root.getBytesTotal()) { _root.gotoAndStop(2); }
Symbol 47 MovieClip Frame 13
gotoAndPlay (1);
Instance of Symbol 50 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"); }
Symbol 150 Button
on (release) { getURL ("http://www.lukefeiner.republika.pl", "_self"); }
Symbol 153 Button
on (release) { getURL ("mailto:lukefeiner@tlen.pl", "_self"); }

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 FontUsed by:13 22 23 24 25 26 27 28 29 125 127 129 132 134 135 148 151
Symbol 13 TextUses:12Used by:Timeline
Symbol 14 GraphicUsed by:Timeline
Symbol 15 FontUsed by:16 123 143 145 154
Symbol 16 TextUses:15Used by:Timeline
Symbol 17 ShapeTweeningUsed by:20
Symbol 18 ShapeTweeningUsed by:20
Symbol 19 GraphicUsed by:20
Symbol 20 MovieClipUses:17 18 19Used by:Timeline
Symbol 21 GraphicUsed by:Timeline
Symbol 22 TextUses:12Used by:30
Symbol 23 TextUses:12Used by:30
Symbol 24 TextUses:12Used by:30
Symbol 25 TextUses:12Used by:30
Symbol 26 TextUses:12Used by:30
Symbol 27 TextUses:12Used by:30
Symbol 28 TextUses:12Used by:30
Symbol 29 TextUses:12Used by:30
Symbol 30 MovieClipUses:22 23 24 25 26 27 28 29Used by:Timeline
Symbol 31 ShapeTweeningUsed by:121
Symbol 32 ShapeTweeningUsed by:121
Symbol 33 GraphicUsed by:121
Symbol 34 GraphicUsed by:47
Symbol 35 GraphicUsed by:47
Symbol 36 ShapeTweeningUsed by:47
Symbol 37 ShapeTweeningUsed by:47
Symbol 38 ShapeTweeningUsed by:47
Symbol 39 ShapeTweeningUsed by:47
Symbol 40 GraphicUsed by:47
Symbol 41 GraphicUsed by:47
Symbol 42 GraphicUsed by:47
Symbol 43 ShapeTweeningUsed by:47
Symbol 44 GraphicUsed by:47
Symbol 45 ShapeTweeningUsed by:47
Symbol 46 GraphicUsed by:47
Symbol 47 MovieClipUses:34 35 36 37 38 39 40 41 42 43 44 45 46Used by:121
Symbol 48 GraphicUsed by:121
Symbol 49 GraphicUsed by:50
Symbol 50 MovieClipUses:49Used by:121
Symbol 51 ShapeTweeningUsed by:121
Symbol 52 ShapeTweeningUsed by:121
Symbol 53 ShapeTweeningUsed by:121
Symbol 54 ShapeTweeningUsed by:121
Symbol 55 GraphicUsed by:121
Symbol 56 GraphicUsed 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 ShapeTweeningUsed by:121
Symbol 65 SoundUsed by:121
Symbol 66 GraphicUsed 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 ShapeTweeningUsed by:121
Symbol 73 SoundUsed 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 ShapeTweeningUsed by:121
Symbol 81 GraphicUsed 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 ShapeTweeningUsed by:121
Symbol 89 SoundUsed by:121
Symbol 90 ShapeTweeningUsed by:121
Symbol 91 ShapeTweeningUsed by:121
Symbol 92 ShapeTweeningUsed 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: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 120Used by:Timeline
Symbol 122 GraphicUsed by:124
Symbol 123 TextUses:15Used by:124
Symbol 124 ButtonUses:122 123Used by:Timeline
Symbol 125 TextUses:12Used by:133
Symbol 126 GraphicUsed by:133
Symbol 127 TextUses:12Used by:133
Symbol 128 GraphicUsed by:133
Symbol 129 TextUses:12Used by:133
Symbol 130 GraphicUsed by:131
Symbol 131 MovieClipUses:130Used by:133
Symbol 132 TextUses:12Used by:133
Symbol 133 MovieClipUses:125 126 127 128 129 131 132Used by:Timeline
Symbol 134 EditableTextUses:12Used by:Timeline
Symbol 135 EditableTextUses:12Used 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:15Used by:Timeline
Symbol 144 GraphicUsed by:146
Symbol 145 TextUses:15Used by:146
Symbol 146 ButtonUses:144 145Used by:Timeline
Symbol 147 GraphicUsed by:150 153
Symbol 148 TextUses:12Used by:150
Symbol 149 GraphicUsed by:150
Symbol 150 ButtonUses:147 148 149Used by:Timeline
Symbol 151 TextUses:12Used by:153
Symbol 152 GraphicUsed by:153
Symbol 153 ButtonUses:147 151 152Used by:Timeline
Symbol 154 TextUses:15Used 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 47 MovieClip
"attack"Symbol 121 MovieClip Frame 1Symbol 50 MovieClip




http://swfchan.com/3/14823/info.shtml
Created: 3/6 -2019 08:00:30 Last modified: 3/6 -2019 08:00:30 Server time: 06/05 -2024 15:07:17