Mirrored Maze 3

Mirrored Maze 3

par WixGames
Signaler un bug
Signaler le jeu
Loading ad...

Mirrored Maze 3

Note:
3.3
Sortie : November 30, 2008
Dernière mise à jour : November 30, 2008
Développeur: WixGames

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

0/1000
lolzXd122 avatar

lolzXd122

Nov. 16, 2013

9
0

The single player doesn't work!

YippeeSkippee avatar

YippeeSkippee

Jan. 01, 2012

10
1

I just thought that you guys should know that it IS possible to just turn your speakers off. >.<

nj_bagatelle avatar

nj_bagatelle

Jun. 07, 2014

3
0

this game is broken and the music is bad

Bigkyogre avatar

Bigkyogre

Jun. 08, 2009

24
7

MUUUUUUUUUUUUUUUUTEEEEEEEEEE

Kador11 avatar

Kador11

Nov. 28, 2009

19
6

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);
}
};