Maze Tutorial
autor 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
Tagi dla Maze Tutorial
Opis
A flash tutorial on how to make a maze game.
Jak grać
click and Read
Komentarze
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.