Simple Mouse Maze
- Score:
- rated 2.25 / 5 stars
- Views:
- 2,579 Views
- Share Links:
- Genre:
- Puzzles - Other
- game
- maze
- mouse
Credits & Info
- Uploaded
- Mar 27, 2010 | 7:48 PM EDT
- File Info
- Game
- 128.7 kb
Author Comments
Hello NG, I am new to flash and I do hope to get better. Each level was made after I learned something new in flash. This is my first submission so please dont hate ^^
For those of you who do not like the locks, press home in the main frame and it will unlock every level.
Reviews
Rated 3.5 / 5 stars March 27, 2010
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.
Wow I didnt expect a review this fast. Thank you for your advice.
Rated 3.5 / 5 stars March 27, 2010
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.
Rated 2.5 / 5 stars March 27, 2010
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 > . >
Yess this is very helpful. I always wondered how to do this, and looks like it isn't complicated at all.