Mirrored Maze 3
par WixGames
Ajoutez sur l'écran d'accueil pour un accès rapide
Installer ce jeu
Touchez le bouton Partager, puis « Ajouter à l'écran d'accueil » pour installer ce jeu et y accéder rapidement.
Mirrored Maze 3
Tags pour Mirrored Maze 3
Description
Le NOUVEAU jeu de labyrinthe à la souris avec une touche d’originalité
Comment jouer
Déplacez la souris pour déplacer les souris
Commentaires
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);
}
};