Newgrounds.com — Everything, By Everyone.

Checking login status…

USERNAME:

PASSWORD:

Logging in…

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


Reviews For: Detailed RPG Tutorial

(57 Reviews • Avg: 6.84/10)

Sort by: [ date | rating ]

There are 6 pages of reviews. [ 1 | 2 | 3 | 4 | 5 | 6 ]


Score: 2
ckdaro

"confusing"

by: ckdaro
date: 3 hours ago

first of all i couldnt even move the page if you press left or right it goes like 10 pages just put next and back it would be much easier.
second of all it was so confusing.

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

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.

Score: 2
Maxaroni5

"it doesn't work"

date: October 27, 2007

the actionscript just wont work.

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

Score: 10
Zephyrus203

"A VERY HELPFULL TUT!!"

date: September 26, 2007

This tut is very great..It help me alot..the walls tut is very detailed and much easier to understand than other tut's out there..My only problem now in my game is that.. How would my char interact with other NPC chars... Do you know how is that done?..If you know it can you please teach me how..This is my
E-mail. "Zephyrus203@yahoo.com". Ohh and by the way "THANK YOU SO MUCH" it really help me alot.. "Hoeloe YOUR THE BEST""

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

Score: 10
Kwing

"Need major help ASAP"

by: Kwing
date: August 24, 2007

Hi. I just got a free trial, and for some reason it won't accept ANY freakin' actionscript. It's driving me crazy because I only have 30 days trial. If someone could tell me what the hell is going on by PM, I'd be very grateful!!! Your tutorial jumps a bit ahead. Like on the frames 5 to 8 the character is just moving. You never said how to get him like that. Thanks.

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

Score: 10
ginikki

"Very Well Done!"

date: August 13, 2007

This is a wonderful tutorial that really helped me out with my game programming. It's so well written and easy to understand. There are way too many tutorials out there with incomplete information or just the sidescrolling platformer controls. And I really appreciate the wall code. It's so simple and it makes perfect sense.

The only problem I had with it was the process of getting from screen to screen with the arrow keys. It's easy to accidentally skip a screen if you hold the arrow key down a bit longer. But seeing how that has nothing to do with the information in the tutorial, I still gave it 10 stars.

Awesome work!

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

Sort by: [ date | rating ]

There are 6 pages of reviews. [ 1 | 2 | 3 | 4 | 5 | 6 ]