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

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

jogo do labirinto iguinho.swf

This is the info page for
Flash #231256

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


Text
USE AS SETAS PARA MOVIMENTAR
O IGUINHO PELO LABIRINTO
PARA CHEGAR ATE OS PERSONAGENS.

'

LABIRINTO

JoGo do

CARREGANDO

.

..

...

JOGAR

JOGAR

PARABENS !

CLIQUE AQUI
PARA IR PARA
a proxima
Fase

'

'

PARABENS !

voce completou
todos os
labirintos.
ecolha ao lado
qual labirinto
voce quer jogar
novamente.

'

^

ActionScript [AS1/AS2]

Frame 1
ifFrameLoaded (42) { gotoAndPlay (3); }
Frame 2
gotoAndPlay (1);
Frame 3
stop();
Frame 6
player.xspeed = 0; player.yspeed = 0; if (l2 == 1) { setProperty("b2", _alpha , "100"); } if (l3 == 1) { setProperty("b3", _alpha , "100"); } if (l4 == 1) { setProperty("b4", _alpha , "100"); } if (l5 == 1) { setProperty("b5", _alpha , "100"); }
Frame 7
if (Key.isDown(Key.left)) { player.xspeed = -5; tellTarget ("player") { gotoAndStop ("esquerda"); }; } else if (Key.isDown(Key.right)) { player.xspeed = 5; tellTarget ("player") { gotoAndStop ("direita"); }; } else if (Key.isDown(Key.up)) { player.yspeed = -5; tellTarget ("player") { gotoAndStop ("up"); }; } else if (Key.isDown(Key.down)) { player.yspeed = 5; tellTarget ("player") { gotoAndStop ("down"); }; } else { player.yspeed = 0; player.xspeed = 0; } x = player._x + player.xspeed; y = player._y + player.yspeed; if (bkg.hittest(x, player._y, true)) { player._x = x; } else { player.xspeed = 0; } if (bkg.hittest(player._x, y, true)) { player._y = y; } else { player.yspeed = 0; } if (pit.hittest(player._x, y, true)) { gotoAndPlay (9); }
Frame 8
gotoAndPlay (7);
Frame 9
stop(); l2 = 1; setProperty("b2", _alpha , "0");
Frame 15
player.xspeed = 0; player.yspeed = 0; if (l2 == 1) { setProperty("b2", _alpha , "100"); } if (l3 == 1) { setProperty("b3", _alpha , "100"); } if (l4 == 1) { setProperty("b4", _alpha , "100"); } if (l5 == 1) { setProperty("b5", _alpha , "100"); }
Frame 16
if (Key.isDown(Key.left)) { player.xspeed = -5; tellTarget ("player") { gotoAndStop ("esquerda"); }; } else if (Key.isDown(Key.right)) { player.xspeed = 5; tellTarget ("player") { gotoAndStop ("direita"); }; } else if (Key.isDown(Key.up)) { player.yspeed = -5; tellTarget ("player") { gotoAndStop ("up"); }; } else if (Key.isDown(Key.down)) { player.yspeed = 5; tellTarget ("player") { gotoAndStop ("down"); }; } else { player.yspeed = 0; player.xspeed = 0; } x = player._x + player.xspeed; y = player._y + player.yspeed; if (bkg.hittest(x, player._y, true)) { player._x = x; } else { player.xspeed = 0; } if (bkg.hittest(player._x, y, true)) { player._y = y; } else { player.yspeed = 0; } if (riba.hittest(player._x, y, true)) { gotoAndPlay (18); }
Frame 17
gotoAndPlay (16);
Frame 18
stop(); l3 = 1; setProperty("b3", _alpha , "0");
Frame 24
player.xspeed = 0; player.yspeed = 0; if (l2 == 1) { setProperty("b2", _alpha , "100"); } if (l3 == 1) { setProperty("b3", _alpha , "100"); } if (l4 == 1) { setProperty("b4", _alpha , "100"); } if (l5 == 1) { setProperty("b5", _alpha , "100"); }
Frame 25
if (Key.isDown(Key.left)) { player.xspeed = -5; tellTarget ("player") { gotoAndStop ("esquerda"); }; } else if (Key.isDown(Key.right)) { player.xspeed = 5; tellTarget ("player") { gotoAndStop ("direita"); }; } else if (Key.isDown(Key.up)) { player.yspeed = -5; tellTarget ("player") { gotoAndStop ("up"); }; } else if (Key.isDown(Key.down)) { player.yspeed = 5; tellTarget ("player") { gotoAndStop ("down"); }; } else { player.yspeed = 0; player.xspeed = 0; } x = player._x + player.xspeed; y = player._y + player.yspeed; if (bkg.hittest(x, player._y, true)) { player._x = x; } else { player.xspeed = 0; } if (bkg.hittest(player._x, y, true)) { player._y = y; } else { player.yspeed = 0; } if (fifi.hittest(player._x, y, true)) { gotoAndPlay (27); }
Frame 26
gotoAndPlay (25);
Frame 27
stop(); l4 = 1; setProperty("b4", _alpha , "0");
Frame 33
player.xspeed = 0; player.yspeed = 0; if (l2 == 1) { setProperty("b2", _alpha , "100"); } if (l3 == 1) { setProperty("b3", _alpha , "100"); } if (l4 == 1) { setProperty("b4", _alpha , "100"); } if (l5 == 1) { setProperty("b5", _alpha , "100"); }
Frame 34
if (Key.isDown(Key.left)) { player.xspeed = -5; tellTarget ("player") { gotoAndStop ("esquerda"); }; } else if (Key.isDown(Key.right)) { player.xspeed = 5; tellTarget ("player") { gotoAndStop ("direita"); }; } else if (Key.isDown(Key.up)) { player.yspeed = -5; tellTarget ("player") { gotoAndStop ("up"); }; } else if (Key.isDown(Key.down)) { player.yspeed = 5; tellTarget ("player") { gotoAndStop ("down"); }; } else { player.yspeed = 0; player.xspeed = 0; } x = player._x + player.xspeed; y = player._y + player.yspeed; if (bkg.hittest(x, player._y, true)) { player._x = x; } else { player.xspeed = 0; } if (bkg.hittest(player._x, y, true)) { player._y = y; } else { player.yspeed = 0; } if (estopa.hittest(player._x, y, true)) { gotoAndPlay (36); }
Frame 35
gotoAndPlay (34);
Frame 36
stop(); l5 = 1; setProperty("b5", _alpha , "0");
Frame 42
player.xspeed = 0; player.yspeed = 0; if (l2 == 1) { setProperty("b2", _alpha , "100"); } if (l3 == 1) { setProperty("b3", _alpha , "100"); } if (l4 == 1) { setProperty("b4", _alpha , "100"); } if (l5 == 1) { setProperty("b5", _alpha , "100"); }
Frame 43
if (Key.isDown(Key.left)) { player.xspeed = -5; tellTarget ("player") { gotoAndStop ("esquerda"); }; } else if (Key.isDown(Key.right)) { player.xspeed = 5; tellTarget ("player") { gotoAndStop ("direita"); }; } else if (Key.isDown(Key.up)) { player.yspeed = -5; tellTarget ("player") { gotoAndStop ("up"); }; } else if (Key.isDown(Key.down)) { player.yspeed = 5; tellTarget ("player") { gotoAndStop ("down"); }; } else { player.yspeed = 0; player.xspeed = 0; } x = player._x + player.xspeed; y = player._y + player.yspeed; if (bkg.hittest(x, player._y, true)) { player._x = x; } else { player.xspeed = 0; } if (bkg.hittest(player._x, y, true)) { player._y = y; } else { player.yspeed = 0; } if (croc.hittest(player._x, y, true)) { gotoAndPlay (45); }
Frame 44
gotoAndPlay (43);
Frame 45
stop();
Symbol 23 Button
on (release) { gotoAndPlay (6); }
Symbol 30 MovieClip Frame 8
if (Key.isDown(Key.right)) { gotoAndPlay (1); } else { stop(); }
Symbol 31 MovieClip Frame 7
if (Key.isDown(Key.left)) { gotoAndPlay (1); } else { stop(); }
Symbol 34 MovieClip Frame 6
if (Key.isDown(Key.down)) { gotoAndPlay (1); } else { stop(); }
Symbol 37 MovieClip Frame 6
if (Key.isDown(Key.up)) { gotoAndPlay (1); } else { stop(); }
Symbol 38 MovieClip Frame 1
stop();
Symbol 38 MovieClip Frame 2
stop();
Symbol 38 MovieClip Frame 3
stop();
Symbol 38 MovieClip Frame 4
stop();
Symbol 42 Button
on (release) { gotoAndPlay (6); }
Symbol 43 Button
on (release) { gotoAndPlay (1); }
Symbol 56 Button
on (release) { if (l2 == 1) { gotoAndPlay (15); } }
Symbol 57 Button
on (release) { if (l3 == 1) { gotoAndPlay (24); } }
Symbol 58 Button
on (release) { if (l4 == 1) { gotoAndPlay (33); } }
Symbol 59 Button
on (release) { if (l5 == 1) { gotoAndStop (42); } }
Symbol 65 Button
on (release) { gotoAndPlay (15); }
Symbol 69 Button
on (release) { gotoAndPlay (24); }
Symbol 74 Button
on (release) { gotoAndPlay (33); }
Symbol 79 Button
on (release) { gotoAndPlay (42); }

Library Items

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

Instance Names

"bkg"Frame 6Symbol 27 MovieClip
"player"Frame 6Symbol 38 MovieClip
"pit"Frame 6Symbol 40 MovieClip
"b2"Frame 6Symbol 46 MovieClip
"b3"Frame 6Symbol 49 MovieClip
"b4"Frame 6Symbol 52 MovieClip
"b5"Frame 6Symbol 55 MovieClip
"bkg"Frame 15Symbol 68 MovieClip
"player"Frame 15Symbol 38 MovieClip
"riba"Frame 15Symbol 45 MovieClip
"b2"Frame 15Symbol 46 MovieClip
"b3"Frame 15Symbol 49 MovieClip
"b4"Frame 15Symbol 52 MovieClip
"b5"Frame 15Symbol 55 MovieClip
"bkg"Frame 24Symbol 73 MovieClip
"player"Frame 24Symbol 38 MovieClip
"fifi"Frame 24Symbol 48 MovieClip
"b2"Frame 24Symbol 46 MovieClip
"b3"Frame 24Symbol 49 MovieClip
"b4"Frame 24Symbol 52 MovieClip
"b5"Frame 24Symbol 55 MovieClip
"bkg"Frame 33Symbol 78 MovieClip
"player"Frame 33Symbol 38 MovieClip
"estopa"Frame 33Symbol 51 MovieClip
"b2"Frame 33Symbol 46 MovieClip
"b3"Frame 33Symbol 49 MovieClip
"b4"Frame 33Symbol 52 MovieClip
"b5"Frame 33Symbol 55 MovieClip
"bkg"Frame 42Symbol 83 MovieClip
"player"Frame 42Symbol 38 MovieClip
"croc"Frame 42Symbol 54 MovieClip
"b2"Frame 42Symbol 46 MovieClip
"b3"Frame 42Symbol 49 MovieClip
"b4"Frame 42Symbol 52 MovieClip
"b5"Frame 42Symbol 55 MovieClip
"riba"Symbol 46 MovieClip Frame 1Symbol 45 MovieClip

Labels

"fim2"Frame 9
"fim1"Frame 18
"fim3"Frame 27
"fim4"Frame 36
"fim5"Frame 45
"direita"Symbol 38 MovieClip Frame 1
"esquerda"Symbol 38 MovieClip Frame 2
"down"Symbol 38 MovieClip Frame 3
"up"Symbol 38 MovieClip Frame 4




http://swfchan.com/47/231256/info.shtml
Created: 26/1 -2020 15:16:23 Last modified: 26/1 -2020 15:16:23 Server time: 24/04 -2024 07:35:55