Newgrounds.com — Everything, By Everyone.

Checking login status…

USERNAME:

PASSWORD:

Logging in…

Logged in as:
.
Logging out…
Inbox My Account Log Out


Detailed RPG Tutorial

Author

Edward Coles (Hoeloe)

Contact | Site | Add Artist to Favorites

Audio

Abysmal Fall

by STEM

Date Submitted

12/03/2005 | 06:13AM EST

File Information

Game | 151.4 KB

Add Game to Favorites

Current Score

3.82 / 5.00

Score Rank: #10,911
Popularity Rank: #19,461

610 votes | 11,869 views

Click an icon to vote on this!

You are not logged in.

If you log in to vote, you could win $100!

Related Submissions

Submissions by Edward Coles (Hoeloe):

Users who liked this also enjoyed:

Everyone Suitable For All Audiences
Detailed RPG Tutorial
Play this Game!
Pop-Up | Add to Favorites

Author Comments

A deatailed RPG tutorial, i just learned how to do this stuff, so i thought id make a tutorial!

56 reviews | Log in to write a review | Share this!

The people have spoken

Average Score: 6.9 / 10

Score: 10
Dooomster

"Thank you.."

date: April 28, 2008

Although i didnt manage to get the exp bar fully done and dusted(it was slightly buggy, when i got exp the bar disappeared).This was an awesome tutorial, fit for my RPG making needs, i congratulate you!

things to note:
you might actually want to do an RPG battle scenario, because the ones i found didnt have it where it displayed damage.
all you have to do for that though, is make the random a variable and put it into a dynamic textbox,(this may be interpreted wrongly).
also it would save time looking one up :S, considering you could add a healing scene too, or perhaps an MP move?

um sorry for nagging too much, it comes from thinking of improvements too often. Dont get me wrong this was, i mean IS an AWESOME tutorial :D

Rate this review:
Helpful!
Useless.
Flag as abusive.
No users have weighed in on this review.

Score: 10
SteelDagger

"pretty good!"

date: March 21, 2008

i learned to make a game out of this!

Rate this review:
Helpful!
Useless.
Flag as abusive.
No users have weighed in on this review.

Score: 3
Inzuki

"Makes No Sense"

by: Inzuki
date: March 2, 2008

I had trouble when i got to the walls. My guy kept on being pushed to the top or bottom when he touched the wall, and with the health, mp, and xp, it was too confusing. And since when did we add in the menu bar? Sorry, but I think you might have to fix this up.

Rate this review:
Helpful!
Useless.
Flag as abusive.
People find this review helpful!

Score: 10
sulidude

"the solution to get xp :p"

date: January 13, 2008

this tutorial is old i would say dont just copy paste look into the code and everything should work perfectly

ps: if you have problems with the xp i had very much trouble with i got the code

put this code in the xp movie clip

onClipEvent (load) {
next=1200;
totalxp=0;
}
onClipEvent(enterFrame){
if(totalxp>=next){
next*=2;
totalxp=0;
}
}

onClipEvent (enterFrame) {
this._xscale= totalxp/next*100
}
onClipEvent (enterFrame) {
if(this._xscale>next-1){
this._xscale=next;
}
}
onClipEvent (enterFrame) {
if(this.totalxp>next-1){
this.totalxp=next;
}
}
onClipEvent (enterFrame) {
if(this._xscale<1){
this._xscale=0;
}
}
onClipEvent (enterFrame) {
if(this.remaining<1){
this.remaining=0;
}
}

_root.xp.totalxp+=whateveryouget; use this in every thing that gives you xp

January 14, 2008

Author's Response:

You shouldn't reset totalxp, because that is the variable that shows you how much xp you have IN TOTAL. You should reset regular xp, but not set it to 0, minus next instead. Anyway, this tutorial is quite old, when I get round to it, I'll make a newer version

Rate this review:
Helpful!
Useless.
Flag as abusive.
People think this is a useless review.

Score: 6
theeldestxiao1991

"send"

date: November 21, 2007

wow.. work on your tut actionscript. possibly send me the .fla file via email? the .fla file of the tut that is. d.gregory@charter.net

Rate this review:
Helpful!
Useless.
Flag as abusive.
No users have weighed in on this review.