00:00
00:00
Newgrounds Background Image Theme

GodsPurpose 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 "Sim Rpg Tutorial"

Thank you so much!

Yay! Thank you so much. This will be useful.

Good Start

You've inclued the basics of a sim rpg, that is fine.
However, you need to explain in more detail the code. For example, when you try to expalain the text tell what a dynamic box is, how it works. Give the user watching more to work with so when they make their own game they have a solid idea on how to do it.

What you did is actually pretty good (although the people below me have rated it poorly). It says the basic concept of a sim rpg.
BUT YOU NEED TO EMPHASIZE! Make another tutorial or further this one to explain more of the and some of the extra little things.

decent

just a tip on some of you code, you're very repetitive with things you don't need. like the factory, you could have written this:

on(release){
if(health>=25 && str>=15){
cash += 25;
time -= 25;
}
}

i don't know if those are your exact var's/ values, but just a little tip. i hope you work on it more and make it better. good luck!

Bad

Too small,you don't showed things like hunger and how to make it fall down for every 5 sec or 10 or anytime you want.

Just was NG needs

Another sim game(or tut in this case) that was done in five seconds...
Maybe if the graphics were a tad bit better, and not done 99.9% done with the line tool.