Newgrounds.com — Everything, By Everyone.

Checking login status…

USERNAME:

PASSWORD:

Logging in…

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


Reviews For: RPG Tutorial The Basics

(88 Reviews • Avg: 8.02/10)

Sort by: [ date | rating ]

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


Score: 10
shanethefox

"sry"

date: July 21, 2006

i have no idea how to do static text

Author's Response:

It's in the properties menu. Maybe you should try waiting about a month before doing this. If you just got flash, try looking up the _ULTIMATE TUTORIAL 2_. That shoudl help.

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

Score: 10
spare-jello

"Awesome tutorial!"

date: July 15, 2006

I just have something to ask.

I'm trying everything, but this action isnt working-

_global.hp:Number = 100;
_global.mp:Number = 100;

I've tried everything, but it always says expected syntax error. I'm using Flash 8 Pro, btw.

Author's Response:

Oops, I'm sorry! Try this:

_global.hp = 100;
_global.mp = 100;

Hope that works better for you.

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

Score: 10
xaviarsly

"hello"

date: July 12, 2006

im have ing a probem
with that buton you told me to put
in seane 1 it dose not worck why

check page 12
to under stand what i mean

Author's Response:

Put these actions in your button.

on (release) {
_root.gotoAndPlay ("whateverscene", 1);
}

Change whateverscene to your scene number. If you are using all one scene, then use this script:

on (release) {
_root.gotoAndPlay (whateverframe);
}

Change whateverframe to your frame number.

That should clear things up.

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

Score: 10
bunker2

"thank you!"

date: July 5, 2006

wooow thank you so much that was a spectacular tut that helped me alot!!!!keep on doing what you are doing !!!!good luck

Author's Response:

I won't stop untill everybody is happy, and thanks for the luck. I'll need it.

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

Score: 6
StupidHumorKing

"Right, I'm gonna be a bit critical here"

date: July 5, 2006

Now I'm VERY RARELY critical with other people's work, but here goes.

First off, I'm planning to make a turn based RPG in the style of FF1 in Flash, and this is NEARLY right up my alley, I'll give you that.

The thing is I'm used to learning through visual techniques, so SCREENSHOTS of what you're trying to explain would be a MASSIVE help (I have Asperger's by the way so please bear with me).

Also, sorry if I didn't notice (and maybe a bit dumb), but besides the attack and the health you didn't put any formulae of how defense and magic defense can be involved when the character and the enemy is attacking each other, because that would REALLY help.

When you mentioned to put movie clips and frames and so fourth, you really didn't mention VERY CLEARLY where to put them (well, thats what I think anyway, most people probably got what you meant anyway).

Forgive me, but what about explaining a bit of coding on how to trigger a turned based battle on a world map? An explanation on the use of tiles and also the Collision Detection would be nice too.

If you can explain a lot more in possibly another RPG tutorial WITH:

- Screenshots
- Bullet Points
- VERY CLEAR AND SIMPLE Explanations

then I'll DEFINETLY be following your tutorials in the future.

Overall, this was a VERY nice try, in fact I'll try and see if I can make sense from it by doing what you've said in this tutorial.

Rating 6, voting 4.

Author's Response:

Screenshots. Okay, maybe next time.

And about the magic issue. YES! - That's what I forgot to do! It felt empty some how, but I didn't know. Thanks.

I don't really explain stuff that well, sorry. I think I actually did pretty well.

All that collision and other stuff will be in my more advanced tutorial coming up! So watch for it!

Okay, that was a huge review, and the most helpful one I've had so far. Thanks a ton! For the score too, you know.

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

Score: 0
Jovatov

"Okay,"

date: July 5, 2006

Well, it's a good tut as far as I can see, except that you can't really do anything with it.
You can do everything you say in your tut, then you'd have a basic rpg, but what next? If you don't know nothing, you haven't learned anything from this tutorial either thus making this tutorial quite useless.
Anyways, you put work in it, and the backgrounds were nice, I didn't like the music but you could put it off so that's alright.
Next time, try explaining all that stuff, because then you could actually learn something.

Author's Response:

Okay, I DID explain, and that was a GREAT start for your own game. And why the hell did you give me a zero?

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

Score: 5
CorkySurprise

"A good tutorial for begginers"

date: July 5, 2006

I loved the backgrounds; nice job on that.
Only a few improvements:

Instead of using a different frame for each direction, why not use _rotation for overhead instead?

Also, if I recall correctly:

It should be

on (release) {_root.gotoAndPlay ("whateverscene", 1);}

not

on (release) {_root.gotoAndPlay (whateverscene, 1);}

Mike

Author's Response:

Thanks for the action script error. I'll have to change that. And the rotation thing is REALLY messed up. It makes you character glitch like hell.

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

Score: 4
Euromaster

"good"

date: July 5, 2006

good but you missed one thing!. randomised battles. wher yo walk and it randomly cooses if you should encouter a monster

Author's Response:

Maybe I didn't WANT those kind of battles. Maybe there's a reason that I made everybody have a battle button.

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

Score: 6
Nut-in-a-box

"Not bad"

date: July 4, 2006

It would be extreamly helpful if you could add a menu to this Tut.

I haven't gotten a chance to test out the AS yet, but I've been looking forward to making some type of game.

Also love the backgrounds. The gray swirly one, and the green one are my favorites.

Author's Response:

You can download them at http://staticblaze09.tripod.com/desktops

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

Score: 6
Pyromaniac

"Scripting needed work."

date: July 4, 2006

First off, although you did use the right syntax, there were better ways of going around the scripting than what you did. Instead of saying _root.hp=_root.hp-20; you could have said _root.hp-=20; You did however state the variables right, saying var hp:Number=100; as opposed to hp=100; (which would still work). The other scripting was very basic, but wasnt explained too well. There were no demos, and no final demo. Otherwise, this wasnt that bad.

Author's Response:

Scripting works fine. Everything in the world doesn't have to be the way you want it.

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

Sort by: [ date | rating ]

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