Try my new game Gorilla madness

Panooch77

  • Posts: 20
Hi everyone,
Please try my new game Gorilla Madness. It is my first Stencyl project and would really appreciate feedback. I hope to make more games and build on the skills I learned making this game so please give it try and let me know what you think.

http://www.stencyl.com/game/play/16929

Thanks for your time and have fun with the game.

iggyvolz

  • Posts: 40
Awesome!  Nice use of wall jumping.  One glitch I encountered is on level 2 (the one with the sunset where you start with three gunmen on your right), if you go all the way to the right and wall-jump off the top wall, the game freezes, then goes all the way to the bottom and you die.  Also, you might want to reset the score after you die, at least to what it was at the beginning of the level (example - I start level X with 50 points, I get 20 points then die, I should restart the level with 50 points).
iggyvolz - Co-developer of Fightmon the Game: Pluff
An awesome new base-building game coming soon!  See our site for details!

Panooch77

  • Posts: 20
Awesome, thanks for the feedback! I am not sure why it froze but see your point about the score. I actually wasn't sure about how to make it reset. I used a stop command to make music reset but I couldn't figure out how to do score. If you have a tutorial or suggestion that would be greatly appreciated. Also I want to ad a live meter but couldn't get one to work.
Thanks for the input. I will reload game if I figure out how make the changes.

iggyvolz

  • Posts: 40
Making the score reset should be pretty easy.  I'm not sure exactly how you do the score, but here's how:

When you start a new level:
Set global attribute last_score to current_score

When you die:
Set current_score to global attribute last_score
iggyvolz - Co-developer of Fightmon the Game: Pluff
An awesome new base-building game coming soon!  See our site for details!

Panooch77

  • Posts: 20
Thanks, I used a score behavior from forge.

Panooch77

  • Posts: 20
Please check out my game Gorilla Madness and give me some feedback. If you played it before try it again and see if you can do it in 4 tries.
Thanks,

http://www.stencyl.com/game/play/16929

Panooch77

  • Posts: 20
I made the score and lives behavior myself this time after many hours looking at tutorials. What do you think?

http://www.stencyl.com/game/play/16929