Mirrored Maze 3
di WixGames
Aggiungi alla schermata Home per accedere rapidamente
Installa questo gioco
Tocca il pulsante Condividi, poi "Aggiungi a schermata Home" per installare questo gioco e accedervi velocemente.
Mirrored Maze 3
Tag per Mirrored Maze 3
Descrizione
Il NUOVO gioco del labirinto per mouse con una sorpresa
Come si gioca
Muovi il mouse per muovere i topolini
Commenti
lolzXd122
Nov. 16, 2013
The single player doesn't work!
YippeeSkippee
Jan. 01, 2012
I just thought that you guys should know that it IS possible to just turn your speakers off. >.<
nj_bagatelle
Jun. 07, 2014
this game is broken and the music is bad
Bigkyogre
Jun. 08, 2009
MUUUUUUUUUUUUUUUUTEEEEEEEEEE
Kador11
Nov. 28, 2009
Good Game. You should put this code in to make it so you cannot Right Click cheat.(Assuming your actionscripting 2.0)
Stage.showMenu = false;
onEnterFrame = function () {
if (Key.isDown(2)) {
_root.gotoAndStop(EnterFrame Here);
}
};