Flash End-of-Life, Ruffle Integration!
This game runs on Adobe Flash. Effective Jan. 2021, Adobe began blocking its flash player's use everywhere. Kongregate is now partnering with Ruffle to make some of our Flash content playable again. Please note: If you are using Ruffle, badges will not work normally. In order to earn a badge in a Flash game, you will need to complete the badge, then submit a screenshot (showing both proof of completion and your username) as a missing badge report using the report missing achievement option. Also, please join us in the Kongregate Discord for all the latest Kongregate news!
Maze Tutorial
by appz
Maze Tutorial
Tags for Maze Tutorial
Description
A flash tutorial on how to make a maze game.
How to Play
click and Read
Comments
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.