| STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 231344 |
| /disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2623 · P5245 |
![]() | This is the info page for Flash #261681 |
| LABIRINTO |
| INICIAR |
| OLÁ, EU SOU AMIGOX, GOSTO MUITO DE ESTAR COM MEUS AMIGOS, MAS ME PERDI NESTE LABIRINTO E PRECISO DA SUA AJUDA, AMIGUINHO! PARA AJUDÁ-LO UTILIZE AS SETAS DO TECLADO E O LEVE ATÉ OS SEUS AMIGUINHOS. |
| UTILIZE AS SETAS DO TECLADO |
| PARABÉNS!!! VOCÊ CONSEGUIU. |
| REINICIAR |
ActionScript [AS1/AS2]
Frame 1stop();Frame 2stop();Frame 3stop(); _this = this; this.speed = 5; this.largura = this.monstro_mc._width / 2; this.altura = this.monstro_mc._height / 2; this.onEnterFrame = function () { _this.monstro_mc.gotoAndStop(2); if (Key.isDown(39)) { _this.monstro_mc._rotation = -90; _this.monstro_mc._x = _this.monstro_mc._x + _this.speed; } else if (Key.isDown(37)) { _this.monstro_mc._rotation = 90; _this.monstro_mc._x = _this.monstro_mc._x - _this.speed; } else if (Key.isDown(38)) { _this.monstro_mc._rotation = 180; _this.monstro_mc._y = _this.monstro_mc._y - _this.speed; } else if (Key.isDown(40)) { _this.monstro_mc._rotation = 0; _this.monstro_mc._y = _this.monstro_mc._y + _this.speed; } else { _this.monstro_mc.gotoAndStop(1); } if (_this.cenario_mc.hitTest(_this.monstro_mc._x + _this.largura, _this.monstro_mc._y, true)) { _this.monstro_mc._x = _this.monstro_mc._x - _this.speed; } if (_this.cenario_mc.hitTest(_this.monstro_mc._x - _this.largura, _this.monstro_mc._y, true)) { _this.monstro_mc._x = _this.monstro_mc._x + _this.speed; } if (_this.cenario_mc.hitTest(_this.monstro_mc._x, _this.monstro_mc._y + _this.altura, true)) { _this.monstro_mc._y = _this.monstro_mc._y - _this.speed; } if (_this.cenario_mc.hitTest(_this.monstro_mc._x, _this.monstro_mc._y - _this.altura, true)) { _this.monstro_mc._y = _this.monstro_mc._y + _this.speed; } if (_this.monstro_mc.hitTest(_this.fim_mc)) { _root.gotoAndStop("fim"); this.onEnterFrame = null; } };Frame 4stop();Symbol 8 Buttonon (release) { gotoAndPlay (3); }Symbol 38 Buttonon (release) { gotoAndPlay (1); }
Library Items
| Symbol 1 Graphic | Used by:2 | |
| Symbol 2 Button | Uses:1 | Used by:Timeline |
| Symbol 3 Graphic | Used by:Timeline | |
| Symbol 4 Graphic | Used by:Timeline | |
| Symbol 5 Graphic | Used by:8 38 | |
| Symbol 6 Graphic | Used by:8 38 | |
| Symbol 7 Sound | Used by:8 | |
| Symbol 8 Button | Uses:5 6 7 | Used by:Timeline |
| Symbol 9 Font | Used by:10 | |
| Symbol 10 Text | Uses:9 | Used by:Timeline |
| Symbol 11 Font | Used by:12 13 14 | |
| Symbol 12 Text | Uses:11 | Used by:Timeline |
| Symbol 13 Text | Uses:11 | Used by:Timeline |
| Symbol 14 Text | Uses:11 | Used by:Timeline |
| Symbol 15 Bitmap | Used by:16 | |
| Symbol 16 Graphic | Uses:15 | Used by:Timeline |
| Symbol 17 Graphic | Used by:18 | |
| Symbol 18 MovieClip | Uses:17 | Used by:Timeline |
| Symbol 19 Bitmap | Used by:20 | |
| Symbol 20 Graphic | Uses:19 | Used by:Timeline |
| Symbol 21 Bitmap | Used by:22 | |
| Symbol 22 Graphic | Uses:21 | Used by:23 |
| Symbol 23 MovieClip | Uses:22 | Used by:Timeline |
| Symbol 24 Bitmap | Used by:25 | |
| Symbol 25 Graphic | Uses:24 | Used by:36 |
| Symbol 26 Bitmap | Used by:27 | |
| Symbol 27 Graphic | Uses:26 | Used by:36 |
| Symbol 28 Bitmap | Used by:29 | |
| Symbol 29 Graphic | Uses:28 | Used by:36 |
| Symbol 30 Bitmap | Used by:31 | |
| Symbol 31 Graphic | Uses:30 | Used by:36 |
| Symbol 32 Bitmap | Used by:33 | |
| Symbol 33 Graphic | Uses:32 | Used by:36 |
| Symbol 34 Bitmap | Used by:35 | |
| Symbol 35 Graphic | Uses:34 | Used by:36 |
| Symbol 36 MovieClip | Uses:25 27 29 31 33 35 | Used by:Timeline |
| Symbol 37 Sound | Used by:38 | |
| Symbol 38 Button | Uses:5 6 37 | Used by:Timeline |
| Symbol 39 Font | Used by:40 41 | |
| Symbol 40 Text | Uses:39 | Used by:Timeline |
| Symbol 41 Text | Uses:39 | Used by:Timeline |
| Symbol 42 Sound | Used by:Timeline |
Instance Names
| "cenario_mc" | Frame 3 | Symbol 18 MovieClip |
| "monstro_mc" | Frame 3 | Symbol 23 MovieClip |
| "fim_mc" | Frame 3 | Symbol 36 MovieClip |
Labels
| "tela" | Frame 1 |
| "instrucao" | Frame 2 |
| "Game" | Frame 3 |
| "fim" | Frame 4 |
|
|