00:00
00:00
Newgrounds Background Image Theme

Rott1ngBra1n just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

Reviews for "Simple Mouse Maze"

Simple, but good

You kept things very simple, which I thought to be quite good. It was an easy premise, and you managed to pull it off rather well.

The only thing I would recommend adding would be to add some music, or sound effects to the game. Even improving the graphics wouldn't hurt a but.

As far as the graphics in general, they were fine. It was basic, but all the bits of animation that you used were quite smooth. You might want to work on your collision detection a bit more, but you definitely seem to be on the right track.

Very decent quality for your first submission.

joenbob responds:

Wow I didnt expect a review this fast. Thank you for your advice.

nice but

could probably use music sounds and fancier graphics. But it was enjoyable and I doubt I could do better. So very nice good first flash and Good luck for anymore you make.

pretty good but.......

well you can use the rightclick forward technique and ill help you fix it edit the fla and on the first frame open the "actions"panel and copy and paste this AS(actionscript);

function doSomething() {
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("INSERT ANY TEXT HERE", doSomething);
MENU.customItems.push(Functioned);
_root.menu = MENU;

you change the text in the qoutation marks and thats how to end the right click ok?hope i helped > . >

joenbob responds:

Yess this is very helpful. I always wondered how to do this, and looks like it isn't complicated at all.