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

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

men.swf

This is the info page for
Flash #191612

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


ActionScript [AS1/AS2]
Frame 1
stop();
Symbol 3 MovieClip Frame 10
stop();
Symbol 7 Button
on (rollOver) { Set("../../:select" + getProperty("../", _name), 1); } on (rollOut) { Set("../../:select" + getProperty("../", _name), 0); }
Symbol 53 MovieClip Frame 1
stop();
Symbol 53 MovieClip Frame 7
play();
Symbol 53 MovieClip Frame 15
stop();
Symbol 53 MovieClip Frame 20
play();
Symbol 53 MovieClip Frame 28
stop();
Symbol 53 MovieClip Frame 34
play();
Symbol 53 MovieClip Frame 42
stop();
Symbol 53 MovieClip Frame 48
play();
Symbol 53 MovieClip Frame 56
stop();
Symbol 53 MovieClip Frame 80
stop();
Symbol 54 MovieClip Frame 1
while (setsquare < 7) { setsquare = setsquare + 1; this["x" + setsquare] = 0 + (setsquare * 20); this["y" + setsquare] = 0 + (setsquare * 10); this["x" + (setsquare + 7)] = -20 + (setsquare * 20); this["y" + (setsquare + 7)] = 10 + (setsquare * 10); this["x" + (setsquare + 14)] = -40 + (setsquare * 20); this["y" + (setsquare + 14)] = 20 + (setsquare * 10); this["x" + (setsquare + 21)] = -60 + (setsquare * 20); this["y" + (setsquare + 21)] = 30 + (setsquare * 10); this["x" + (setsquare + 28)] = -80 + (setsquare * 20); this["y" + (setsquare + 28)] = 40 + (setsquare * 10); this["x" + (setsquare + 35)] = -100 + (setsquare * 20); this["y" + (setsquare + 35)] = 50 + (setsquare * 10); this["x" + (setsquare + 42)] = -120 + (setsquare * 20); this["y" + (setsquare + 42)] = 60 + (setsquare * 10); } square1 = 17; row1 = 3; col1 = 3; square2 = 18; row2 = 3; col2 = 4; square3 = 19; row3 = 3; col3 = 5; square4 = 24; row4 = 4; col4 = 3; square5 = 26; row5 = 4; col5 = 5; square6 = 31; row6 = 5; col6 = 3; square7 = 32; row7 = 5; col7 = 4; square8 = 33; row8 = 5; col8 = 5; while (dup < 8) { dup++; duplicateMovieClip ("man", "man" + dup, dup); this["man" + dup]._x = dup * 50; } count = 0; while (count < 8) { count++; this["man" + count]._x = this["x" + ("square" + count)]; this["man" + count]._y = this["y" + ("square" + count)]; } count = 0; this.man._visible = 0;
Symbol 54 MovieClip Frame 3
count = count + 1; if (count > 8) { count = 1; } call("random_direction"); while (check < 9) { if (this["selectman" + check] == 1) { this.test.gotoAndPlay(1); this.test._x = this["man" + check]._x; this.test._y = this["man" + check]._y; } check++; if ((check != count) && ((this["square" + count] + this["nextsquare" + count]) == this["square" + check])) { this["collide" + count] = this["collide" + count] + 1; } } check = 0; if ((this["collide" + count] == 0) && (this["selectman" + count] < 1)) { if (this["direction" + count] == 1) { call("one"); } if (this["direction" + count] == 2) { call("two"); } if (this["direction" + count] == 3) { call("three"); } if (this["direction" + count] == 4) { call("four"); } } else if (this["selectman" + count] == 1) { this["man" + count].gotoAndPlay(70); } this["collide" + count] = 0;
Symbol 54 MovieClip Frame 4
prevFrame(); play();
Symbol 54 MovieClip Frame 10
randomdir = int(Number(random(4)) + 1); if (randomdir == 2) { this["direction" + count] = this["direction" + count] - 1; } if (randomdir == 3) { this["direction" + count] = this["direction" + count] + 1; } if (this["direction" + count] > 4) { this["direction" + count] = 1; } if (this["direction" + count] < 1) { this["direction" + count] = 4; } if (this["direction" + count] == 1) { this["nextsquare" + count] = 7; } if (this["direction" + count] == 2) { this["nextsquare" + count] = 1; } if (this["direction" + count] == 3) { this["nextsquare" + count] = -7; } if (this["direction" + count] == 4) { this["nextsquare" + count] = -1; }
Symbol 54 MovieClip Frame 25
if (this["row" + count] < 7) { Set("row" + count, eval ("row" + count) + 1); Set("square" + count, eval ("square" + count) + 7); Set("depth" + count, eval ("y" + eval ("square" + count)) + count); removeMovieClip("man" + count); duplicateMovieClip ("man", "man" + count, int(eval ("depth" + count))); tellTarget ("man" + count) { gotoAndPlay ("SW"); }; setProperty("man" + count, _x , eval ("x" + eval ("square" + count))); setProperty("man" + count, _y , eval ("y" + eval ("square" + count))); }
Symbol 54 MovieClip Frame 30
if (eval ("col" + count) < 7) { Set("col" + count, eval ("col" + count) + 1); Set("square" + count, eval ("square" + count) + 1); Set("depth" + count, eval ("y" + eval ("square" + count)) + count); removeMovieClip("man" + count); duplicateMovieClip ("man", "man" + count, int(eval ("depth" + count))); tellTarget ("man" + count) { gotoAndPlay ("SE"); }; setProperty("man" + count, _x , eval ("x" + eval ("square" + count))); setProperty("man" + count, _y , eval ("y" + eval ("square" + count))); }
Symbol 54 MovieClip Frame 35
if (eval ("row" + count) > 1) { Set("row" + count, eval ("row" + count) - 1); Set("square" + count, eval ("square" + count) - 7); Set("depth" + count, eval ("y" + eval ("square" + count)) + count); removeMovieClip("man" + count); duplicateMovieClip ("man", "man" + count, int(eval ("depth" + count))); tellTarget ("man" + count) { gotoAndPlay ("NE"); }; setProperty("man" + count, _x , eval ("x" + eval ("square" + count))); setProperty("man" + count, _y , eval ("y" + eval ("square" + count))); }
Symbol 54 MovieClip Frame 40
if (eval ("col" + count) > 1) { Set("col" + count, eval ("col" + count) - 1); Set("square" + count, eval ("square" + count) - 1); Set("depth" + count, eval ("y" + eval ("square" + count)) + count); removeMovieClip("man" + count); duplicateMovieClip ("man", "man" + count, int(eval ("depth" + count))); tellTarget ("man" + count) { gotoAndPlay ("NW"); }; setProperty("man" + count, _x , eval ("x" + eval ("square" + count))); setProperty("man" + count, _y , eval ("y" + eval ("square" + count))); }

Library Items

Symbol 1 GraphicUsed by:54
Symbol 2 GraphicUsed by:3
Symbol 3 MovieClipUses:2Used by:54
Symbol 4 BitmapUsed by:5
Symbol 5 GraphicUses:4Used by:54
Symbol 6 GraphicUsed by:7
Symbol 7 ButtonUses:6Used by:8
Symbol 8 MovieClipUses:7Used by:53
Symbol 9 BitmapUsed by:10
Symbol 10 GraphicUses:9Used by:53
Symbol 11 BitmapUsed by:12
Symbol 12 GraphicUses:11Used by:53
Symbol 13 BitmapUsed by:14
Symbol 14 GraphicUses:13Used by:53
Symbol 15 BitmapUsed by:16
Symbol 16 GraphicUses:15Used by:53
Symbol 17 BitmapUsed by:18
Symbol 18 GraphicUses:17Used by:53
Symbol 19 BitmapUsed by:20
Symbol 20 GraphicUses:19Used by:53
Symbol 21 BitmapUsed by:22
Symbol 22 GraphicUses:21Used by:53
Symbol 23 BitmapUsed by:24
Symbol 24 GraphicUses:23Used by:53
Symbol 25 BitmapUsed by:26
Symbol 26 GraphicUses:25Used by:53
Symbol 27 BitmapUsed by:28
Symbol 28 GraphicUses:27Used by:53
Symbol 29 BitmapUsed by:30
Symbol 30 GraphicUses:29Used by:53
Symbol 31 BitmapUsed by:32
Symbol 32 GraphicUses:31Used by:53
Symbol 33 BitmapUsed by:34
Symbol 34 GraphicUses:33Used by:53
Symbol 35 BitmapUsed by:36
Symbol 36 GraphicUses:35Used by:53
Symbol 37 BitmapUsed by:38
Symbol 38 GraphicUses:37Used by:53
Symbol 39 BitmapUsed by:40
Symbol 40 GraphicUses:39Used by:53
Symbol 41 BitmapUsed by:42
Symbol 42 GraphicUses:41Used by:53
Symbol 43 BitmapUsed by:44
Symbol 44 GraphicUses:43Used by:53
Symbol 45 BitmapUsed by:46
Symbol 46 GraphicUses:45Used by:53
Symbol 47 BitmapUsed by:48
Symbol 48 GraphicUses:47Used by:53
Symbol 49 BitmapUsed by:50
Symbol 50 GraphicUses:49Used by:53
Symbol 51 BitmapUsed by:52
Symbol 52 GraphicUses:51Used by:53
Symbol 53 MovieClipUses:8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52Used by:54
Symbol 54 MovieClipUses:1 3 5 53Used by:Timeline

Instance Names

"test"Symbol 54 MovieClip Frame 1Symbol 3 MovieClip
"man"Symbol 54 MovieClip Frame 1Symbol 53 MovieClip

Labels

"SW"Symbol 53 MovieClip Frame 7
"SE"Symbol 53 MovieClip Frame 20
"NE"Symbol 53 MovieClip Frame 34
"NW"Symbol 53 MovieClip Frame 48
"random_direction"Symbol 54 MovieClip Frame 10
"one"Symbol 54 MovieClip Frame 25
"two"Symbol 54 MovieClip Frame 30
"three"Symbol 54 MovieClip Frame 35
"four"Symbol 54 MovieClip Frame 40




http://swfchan.com/39/191612/info.shtml
Created: 5/8 -2019 07:05:57 Last modified: 5/8 -2019 07:05:57 Server time: 27/04 -2024 03:45:57