Mirrored Maze 3
by WixGames
加去主畫面,方便快捷開玩
安裝呢隻遊戲
撳分享掣,再揀「加到主畫面」,就即刻安裝呢隻game,方便快啲入返嚟玩。
Mirrored Maze 3
Mirrored Maze 3 關聯標籤
簡介
全新滑鼠迷宮game,加咗新元素
玩法說明
移動滑鼠控制老鼠行動
留言
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);
}
};