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

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

Street Kombat.swf

This is the info page for
Flash #32863

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


ActionScript [AS1/AS2]
Frame 1
ifFrameLoaded (27) { gotoAndStop (16); }
Frame 15
gotoAndPlay (1);
Frame 16
stop();
Frame 17
stop();
Frame 19
play();
Frame 25
stop();
Symbol 10 Button
on (press, keyPress "<Enter>") { nextFrame(); }
Symbol 16 Button
on (press) { nextFrame(); }
Symbol 35 MovieClip Frame 1
if (../:dir eq "left") { if ("50" < getProperty("/scorpian", _x)) { setProperty("/scorpian", _x , getProperty("/scorpian", _x) - "10"); } } else if (../:dir eq "right") { if (getProperty("/scorpian", _x) < getProperty("/ryu", _x)) { setProperty("/scorpian", _x , getProperty("/scorpian", _x) + "15"); } }
Symbol 35 MovieClip Frame 2
call("move");
Symbol 35 MovieClip Frame 3
call("move");
Symbol 35 MovieClip Frame 4
tellTarget ("/scorpian") { gotoAndPlay ("stand"); }
Symbol 46 MovieClip Frame 5
gotoAndPlay (1);
Symbol 46 MovieClip Frame 6
stop();
Symbol 46 MovieClip Frame 8
gotoAndPlay (1);
Symbol 46 MovieClip Frame 9
gotoAndPlay (1);
Symbol 46 MovieClip Frame 10
obj1_hwidth = getProperty("/Scorpian", _width) / "2"; obj1_hheight = getProperty("/Scorpian", _height) / "2"; obj2_hwidth = getProperty("/ryu", _width) / "2"; obj2_hheight = getProperty("/ryu", _height) / "2"; obj1_x1 = getProperty("/Scorpian", _x) - obj1_hwidth; obj1_x2 = getProperty("/Scorpian", _x) + obj1_hwidth; obj1_y1 = getProperty("/Scorpian", _y) - obj1_hheight; obj1_y2 = getProperty("/Scorpian", _y) + obj1_hheight; obj2_x1 = getProperty("/ryu", _x) - obj2_hwidth; obj2_x2 = getProperty("/ryu", _x) + obj2_hwidth; obj2_y1 = getProperty("/ryu", _y) - obj2_hheight; obj2_y2 = getProperty("/ryu", _y) + obj2_hheight; if ((obj1_x2 >= obj2_x1) and (obj2_x1 >= obj1_x1)) { left_hit = "1"; } if ((obj2_y1 >= obj1_y1) and (obj1_y2 >= obj2_y1)) { top_hit = "1"; } if ((obj1_x2 >= obj2_x2) and (obj2_x2 >= obj1_x1)) { right_hit = "1"; } if ((obj2_y2 >= obj1_y1) and (obj1_y2 >= obj2_y2)) { bottom_hit = "1"; } if (((((left_hit == "1") and (top_hit == "1")) or ((right_hit == "1") and (top_hit == "1"))) or ((left_hit == "1") and (bottom_hit == "1"))) or ((right_hit == "1") and (bottom_hit == "1"))) { tellTarget ("/ryu") { gotoAndPlay ("hit"); }; } top_hit = "0"; left_hit = "0"; right_hit = "0"; bottom_hit = "0";
Symbol 46 MovieClip Frame 16
gotoAndPlay (1);
Symbol 46 MovieClip Frame 17
obj1_hwidth = getProperty("/scorpian", _width) / "2"; obj1_hheight = getProperty("/scorpian", _height) / "2"; obj2_hwidth = getProperty("/ryu", _width) / "2"; obj2_hheight = getProperty("/ryu", _height) / "2"; obj1_x1 = getProperty("/scorpian", _x) - obj1_hwidth; obj1_x2 = getProperty("/scorpian", _x) + obj1_hwidth; obj1_y1 = getProperty("/scorpian", _y) - obj1_hheight; obj1_y2 = getProperty("/scorpian", _y) + obj1_hheight; obj2_x1 = getProperty("/ryu", _x) - obj2_hwidth; obj2_x2 = getProperty("/ryu", _x) + obj2_hwidth; obj2_y1 = getProperty("/ryu", _y) - obj2_hheight; obj2_y2 = getProperty("/ryu", _y) + obj2_hheight; if ((obj1_x2 >= obj2_x1) and (obj2_x1 >= obj1_x1)) { left_hit = "1"; } if ((obj2_y1 >= obj1_y1) and (obj1_y2 >= obj2_y1)) { top_hit = "1"; } if ((obj1_x2 >= obj2_x2) and (obj2_x2 >= obj1_x1)) { right_hit = "1"; } if ((obj2_y2 >= obj1_y1) and (obj1_y2 >= obj2_y2)) { bottom_hit = "1"; } if (((((left_hit == "1") and (top_hit == "1")) or ((right_hit == "1") and (top_hit == "1"))) or ((left_hit == "1") and (bottom_hit == "1"))) or ((right_hit == "1") and (bottom_hit == "1"))) { tellTarget ("/scorpian") { gotoAndPlay ("hit"); }; } top_hit = "0"; left_hit = "0"; right_hit = "0"; bottom_hit = "0";
Symbol 46 MovieClip Frame 23
gotoAndPlay (1);
Symbol 46 MovieClip Frame 26
tellTarget ("/1health") { nextFrame(); }
Symbol 46 MovieClip Frame 30
gotoAndPlay (1);
Symbol 46 MovieClip Frame 55
tellTarget ("/") { gotoAndStop ("rwin"); }
Symbol 49 Button
on (keyPress "f") { Set("scorpian:dir", "right"); tellTarget ("/scorpian") { gotoAndStop ("run"); } } on (keyPress "d") { Set("scorpian:dir", "left"); tellTarget ("/scorpian") { gotoAndStop ("run"); } }
Symbol 51 Button
on (keyPress "<Right>") { Set("ryu:dir", "right2"); tellTarget ("/ryu") { gotoAndStop ("run"); } } on (keyPress "<Left>") { Set("ryu:dir", "left2"); tellTarget ("/ryu") { gotoAndStop ("run"); } }
Symbol 56 MovieClip Frame 1
if (../:dir eq "left2") { if (getProperty("/Scorpian", _x) < getProperty("/ryu", _x)) { setProperty("/ryu", _x , getProperty("/ryu", _x) - "15"); } } else if (../:dir eq "right2") { if (getProperty("/ryu", _x) < "450") { setProperty("/ryu", _x , getProperty("/ryu", _x) + "10"); } }
Symbol 56 MovieClip Frame 2
call("move");
Symbol 56 MovieClip Frame 3
call("move");
Symbol 56 MovieClip Frame 4
call("move");
Symbol 56 MovieClip Frame 5
call("move");
Symbol 56 MovieClip Frame 6
gotoAndPlay (1);
Symbol 65 MovieClip Frame 10
gotoAndPlay (1);
Symbol 65 MovieClip Frame 11
stop();
Symbol 65 MovieClip Frame 13
obj1_hwidth = getProperty("/ryu", _width) / "2"; obj1_hheight = getProperty("/ryu", _height) / "2"; obj2_hwidth = getProperty("/scorpian", _width) / "2"; obj2_hheight = getProperty("/scorpian", _height) / "2"; obj1_x1 = getProperty("/ryu", _x) - obj1_hwidth; obj1_x2 = getProperty("/ryu", _x) + obj1_hwidth; obj1_y1 = getProperty("/ryu", _y) - obj1_hheight; obj1_y2 = getProperty("/ryu", _y) + obj1_hheight; obj2_x1 = getProperty("/scorpian", _x) - obj2_hwidth; obj2_x2 = getProperty("/scorpian", _x) + obj2_hwidth; obj2_y1 = getProperty("/scorpian", _y) - obj2_hheight; obj2_y2 = getProperty("/scorpian", _y) + obj2_hheight; if ((obj1_x2 >= obj2_x1) and (obj2_x1 >= obj1_x1)) { left_hit = "1"; } if ((obj2_y1 >= obj1_y1) and (obj1_y2 >= obj2_y1)) { top_hit = "1"; } if ((obj1_x2 >= obj2_x2) and (obj2_x2 >= obj1_x1)) { right_hit = "1"; } if ((obj2_y2 >= obj1_y1) and (obj1_y2 >= obj2_y2)) { bottom_hit = "1"; } if (((((left_hit == "1") and (top_hit == "1")) or ((right_hit == "1") and (top_hit == "1"))) or ((left_hit == "1") and (bottom_hit == "1"))) or ((right_hit == "1") and (bottom_hit == "1"))) { tellTarget ("/scorpian") { gotoAndPlay ("hit"); }; } top_hit = "0"; left_hit = "0"; right_hit = "0"; bottom_hit = "0";
Symbol 65 MovieClip Frame 19
gotoAndPlay (1);
Symbol 65 MovieClip Frame 20
obj1_hwidth = getProperty("/ryu", _width) / "2"; obj1_hheight = getProperty("/ryu", _height) / "2"; obj2_hwidth = getProperty("/scorpian", _width) / "2"; obj2_hheight = getProperty("/scorpian", _height) / "2"; obj1_x1 = getProperty("/ryu", _x) - obj1_hwidth; obj1_x2 = getProperty("/ryu", _x) + obj1_hwidth; obj1_y1 = getProperty("/ryu", _y) - obj1_hheight; obj1_y2 = getProperty("/ryu", _y) + obj1_hheight; obj2_x1 = getProperty("/scorpian", _x) - obj2_hwidth; obj2_x2 = getProperty("/scorpian", _x) + obj2_hwidth; obj2_y1 = getProperty("/scorpian", _y) - obj2_hheight; obj2_y2 = getProperty("/scorpian", _y) + obj2_hheight; if ((obj1_x2 >= obj2_x1) and (obj2_x1 >= obj1_x1)) { left_hit = "1"; } if ((obj2_y1 >= obj1_y1) and (obj1_y2 >= obj2_y1)) { top_hit = "1"; } if ((obj1_x2 >= obj2_x2) and (obj2_x2 >= obj1_x1)) { right_hit = "1"; } if ((obj2_y2 >= obj1_y1) and (obj1_y2 >= obj2_y2)) { bottom_hit = "1"; } if (((((left_hit == "1") and (top_hit == "1")) or ((right_hit == "1") and (top_hit == "1"))) or ((left_hit == "1") and (bottom_hit == "1"))) or ((right_hit == "1") and (bottom_hit == "1"))) { tellTarget ("/scorpian") { gotoAndPlay ("hit"); }; } top_hit = "0"; left_hit = "0"; right_hit = "0"; bottom_hit = "0";
Symbol 65 MovieClip Frame 25
gotoAndPlay (1);
Symbol 65 MovieClip Frame 30
tellTarget ("/2health") { nextFrame(); }
Symbol 65 MovieClip Frame 35
gotoAndPlay (1);
Symbol 65 MovieClip Frame 62
tellTarget ("/") { gotoAndStop ("swin"); }
Symbol 67 Button
on (keyPress "a") { play(); tellTarget ("/scorpian") { gotoAndPlay ("punch"); } }
Symbol 68 MovieClip Frame 1
stop();
Symbol 68 MovieClip Frame 9
gotoAndStop (1);
Symbol 70 Button
on (keyPress "l") { play(); tellTarget ("/ryu") { gotoAndPlay ("kick"); } }
Symbol 71 MovieClip Frame 1
stop();
Symbol 71 MovieClip Frame 10
gotoAndStop (1);
Symbol 76 MovieClip Frame 1
stop();
Symbol 76 MovieClip Frame 2
stop();
Symbol 76 MovieClip Frame 3
stop();
Symbol 76 MovieClip Frame 4
stop();
Symbol 76 MovieClip Frame 5
stop();
Symbol 76 MovieClip Frame 6
stop();
Symbol 76 MovieClip Frame 7
stop();
Symbol 76 MovieClip Frame 8
stopAllSounds(); play();
Symbol 76 MovieClip Frame 9
stop();
Symbol 76 MovieClip Frame 10
tellTarget ("/scorpian") { gotoAndPlay ("die"); }; play(); tellTarget ("/winone") { gotoAndPlay ("a"); }
Symbol 76 MovieClip Frame 30
tellTarget ("/") { gotoAndStop ("rwin"); }
Symbol 79 MovieClip Frame 1
stop();
Symbol 79 MovieClip Frame 2
stop();
Symbol 79 MovieClip Frame 3
stop();
Symbol 79 MovieClip Frame 4
stop();
Symbol 79 MovieClip Frame 5
stop();
Symbol 79 MovieClip Frame 6
stop();
Symbol 79 MovieClip Frame 7
stop();
Symbol 79 MovieClip Frame 8
stop();
Symbol 79 MovieClip Frame 9
stop();
Symbol 79 MovieClip Frame 10
stop();
Symbol 79 MovieClip Frame 11
stop();
Symbol 79 MovieClip Frame 12
stop();
Symbol 79 MovieClip Frame 13
stop();
Symbol 79 MovieClip Frame 14
stop();
Symbol 79 MovieClip Frame 15
stop();
Symbol 79 MovieClip Frame 16
stop();
Symbol 79 MovieClip Frame 17
stop();
Symbol 79 MovieClip Frame 18
stopAllSounds(); play();
Symbol 79 MovieClip Frame 19
stop();
Symbol 79 MovieClip Frame 20
play(); tellTarget ("/ryu") { gotoAndPlay ("die"); }; tellTarget ("/wintwo") { gotoAndPlay ("b"); }
Symbol 79 MovieClip Frame 35
tellTarget ("/") { gotoAndStop ("swin"); }
Symbol 81 MovieClip Frame 1
stop();
Symbol 81 MovieClip Frame 2
play();
Symbol 81 MovieClip Frame 16
tellTarget ("/") { gotoAndStop ("rwin"); }
Symbol 82 MovieClip Frame 1
stop();
Symbol 82 MovieClip Frame 2
play();
Symbol 82 MovieClip Frame 15
tellTarget ("/") { gotoAndStop ("swin"); }
Symbol 86 Button
on (press) { gotoAndStop (1); }
Symbol 90 Button
on (press) { getURL ("http://www.errorweb.cjb.net", "_blank"); }

Library Items

Symbol 1 BitmapUsed by:2 52 57 58 59 61 62 63
Symbol 2 GraphicUses:1Used by:65  Timeline
Symbol 3 BitmapUsed by:4 19 30 36 38 39 40 41 43
Symbol 4 GraphicUses:3Used by:46  Timeline
Symbol 5 GraphicUsed by:Timeline
Symbol 6 GraphicUsed by:Timeline
Symbol 7 BitmapUsed by:8 9
Symbol 8 GraphicUses:7Used by:Timeline
Symbol 9 GraphicUses:7Used by:10
Symbol 10 ButtonUses:9Used by:Timeline
Symbol 11 BitmapUsed by:12
Symbol 12 GraphicUses:11Used by:Timeline
Symbol 13 GraphicUsed by:Timeline
Symbol 14 GraphicUsed by:Timeline
Symbol 15 GraphicUsed by:16
Symbol 16 ButtonUses:15Used by:Timeline
Symbol 17 GraphicUsed by:Timeline
Symbol 18 GraphicUsed by:Timeline
Symbol 19 GraphicUses:3Used by:Timeline
Symbol 20 BitmapUsed by:21
Symbol 21 GraphicUses:20Used by:Timeline
Symbol 22 BitmapUsed by:23
Symbol 23 GraphicUses:22Used by:Timeline
Symbol 24 BitmapUsed by:25
Symbol 25 GraphicUses:24Used by:Timeline
Symbol 26 GraphicUsed by:Timeline
Symbol 27 BitmapUsed by:28
Symbol 28 GraphicUses:27Used by:Timeline
Symbol 29 GraphicUsed by:Timeline
Symbol 30 GraphicUses:3Used by:46
Symbol 31 BitmapUsed by:32 33 34
Symbol 32 GraphicUses:31Used by:35
Symbol 33 GraphicUses:31Used by:35
Symbol 34 GraphicUses:31Used by:35
Symbol 35 MovieClipUses:32 33 34Used by:46
Symbol 36 GraphicUses:3Used by:46
Symbol 37 SoundUsed by:46
Symbol 38 GraphicUses:3Used by:46
Symbol 39 GraphicUses:3Used by:46
Symbol 40 GraphicUses:3Used by:46
Symbol 41 GraphicUses:3Used by:46
Symbol 42 SoundUsed by:46
Symbol 43 GraphicUses:3Used by:46
Symbol 44 GraphicUsed by:46 65
Symbol 45 SoundUsed by:46 65
Symbol 46 MovieClipUses:4 30 35 36 37 38 39 40 41 42 43 44 45Used by:Timeline
Symbol 47 GraphicUsed by:49
Symbol 48 GraphicUsed by:49
Symbol 49 ButtonUses:47 48Used by:Timeline
Symbol 50 GraphicUsed by:51
Symbol 51 ButtonUses:50Used by:Timeline
Symbol 52 GraphicUses:1Used by:56 65
Symbol 53 BitmapUsed by:54 55
Symbol 54 GraphicUses:53Used by:56
Symbol 55 GraphicUses:53Used by:56
Symbol 56 MovieClipUses:52 54 55Used by:65
Symbol 57 GraphicUses:1Used by:65
Symbol 58 GraphicUses:1Used by:65
Symbol 59 GraphicUses:1Used by:65
Symbol 60 SoundUsed by:65
Symbol 61 GraphicUses:1Used by:65
Symbol 62 GraphicUses:1Used by:65
Symbol 63 GraphicUses:1Used by:65
Symbol 64 SoundUsed by:65
Symbol 65 MovieClipUses:52 2 56 57 58 59 60 61 62 63 64 45 44Used by:Timeline
Symbol 66 GraphicUsed by:67
Symbol 67 ButtonUses:66Used by:68
Symbol 68 MovieClipUses:67Used by:Timeline
Symbol 69 GraphicUsed by:70
Symbol 70 ButtonUses:69Used by:71
Symbol 71 MovieClipUses:70Used by:Timeline
Symbol 72 GraphicUsed by:76
Symbol 73 GraphicUsed by:76 79
Symbol 74 GraphicUsed by:76
Symbol 75 SoundUsed by:76 79
Symbol 76 MovieClipUses:72 73 74 75Used by:Timeline
Symbol 77 GraphicUsed by:79
Symbol 78 GraphicUsed by:79
Symbol 79 MovieClipUses:77 73 78 75Used by:Timeline
Symbol 80 GraphicUsed by:81 82
Symbol 81 MovieClipUses:80Used by:Timeline
Symbol 82 MovieClipUses:80Used by:Timeline
Symbol 83 SoundUsed by:Timeline
Symbol 84 SoundUsed by:Timeline
Symbol 85 GraphicUsed by:86
Symbol 86 ButtonUses:85Used by:Timeline
Symbol 87 GraphicUsed by:Timeline
Symbol 88 GraphicUsed by:90
Symbol 89 GraphicUsed by:90
Symbol 90 ButtonUses:88 89Used by:Timeline
Symbol 91 GraphicUsed by:Timeline
Symbol 92 GraphicUsed by:Timeline

Instance Names

"scorpian"Frame 19Symbol 46 MovieClip
"ryu"Frame 19Symbol 65 MovieClip
"1health"Frame 19Symbol 76 MovieClip
"2health"Frame 19Symbol 79 MovieClip

Labels

"begin"Frame 16
"rwin"Frame 26
"swin"Frame 27
"move"Symbol 35 MovieClip Frame 1
"stand"Symbol 46 MovieClip Frame 1
"run"Symbol 46 MovieClip Frame 6
"punch"Symbol 46 MovieClip Frame 10
"kick"Symbol 46 MovieClip Frame 17
"hit"Symbol 46 MovieClip Frame 24
"die"Symbol 46 MovieClip Frame 31
"move"Symbol 56 MovieClip Frame 1
"ryu1"Symbol 65 MovieClip Frame 1
"stand"Symbol 65 MovieClip Frame 10
"run"Symbol 65 MovieClip Frame 11
"punch"Symbol 65 MovieClip Frame 13
"kick"Symbol 65 MovieClip Frame 20
"hit"Symbol 65 MovieClip Frame 26
"die"Symbol 65 MovieClip Frame 36
"a"Symbol 81 MovieClip Frame 2
"b"Symbol 82 MovieClip Frame 2




http://swfchan.com/7/32863/info.shtml
Created: 17/5 -2019 18:38:35 Last modified: 17/5 -2019 18:38:35 Server time: 08/05 -2024 08:57:33