Mirrored Maze 3
开发者 WixGames
添加到主屏幕,快捷访问
安装此游戏
点击分享按钮,然后选择“添加到主屏幕”以便快速访问此游戏。
Mirrored Maze 3
Mirrored Maze 3 的标签
简介
全新鼠标迷宫游戏,带来新奇体验
玩法说明
移动鼠标控制小老鼠移动
评论
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);
}
};