Mirrored Maze 3
ni WixGames
Add to your home screen for quick access
Install this game
Tap the Share button, then "Add to Home Screen" to install this game for quick access.
Mirrored Maze 3
Mga tag para sa Mirrored Maze 3
Deskripsyon
Ang BAGONG mouse maze game na may twist
Paano Maglaro
Igalaw ang mouse para igalaw ang mga daga
Mga Komento
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);
}
};