Maze Tutorial
by appz
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.
Maze Tutorial
Maze Tutorial 關聯標籤
簡介
A flash tutorial on how to make a maze game.
玩法說明
click and Read
留言
Darkrille
Dec. 31, 2009
Anti cheat code
function doSomething(){}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Don't cheat :P", doSomething);
MENU.customItems.push(Functioned);
_root.menu = MENU;
ursulik
Dec. 15, 2009
you want ot explain how to make a maze game, but in your "game" the previous button doesn't work =.="
Tukkun
Dec. 14, 2009
And gotoAndPlay sucks.
Tukkun
Dec. 14, 2009
1/5 for no anti-cheating scripts.
Supersausagedog
Dec. 14, 2009
You didn't explain why any of that would work, which defeats the purpose of a tutorial.