Maze Tutorial
por 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
Etiquetas para Maze Tutorial
Descripción
Un tutorial en flash sobre cómo hacer un juego de laberinto.
Cómo jugar
Haz clic y lee
Comentarios
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.