Forum Topic: Looking for RPG tutorial

(203 views • 11 replies)

This topic is 1 page long.

<< < > >>
Questioning

Mastergamer6294

Reply To Post Reply & Quote

Posted at: 11/30/05 08:24 PM

Mastergamer6294 LIGHT LEVEL 04

Sign-Up: 08/15/05

Posts: 17

I want to make a turn-based RPG with magic, shops, a turn-based battle system (obviously because I already said it's turn-based), a way to move your character with the arrow keys, and of course, random battles. If you know any, please tell me a URL that has a tutorial on how to make this RPG.

*There may not be a tutorial online with all of that, but I still want the ability to move the character with the arrow keys and enter trun-based random battles.


None

repenter

Reply To Post Reply & Quote

Posted at: 11/30/05 08:27 PM

repenter LIGHT LEVEL 34

Sign-Up: 01/28/05

Posts: 1,556

Well there is a RPG tutorial in thr Flash help section, and a new one that came out yesturday"Pep's tutorial" There is also a action script site just give me some time and I'll find it for you.


None

reality-check7

Reply To Post Reply & Quote

Posted at: 11/30/05 08:27 PM

reality-check7 NEUTRAL LEVEL 01

Sign-Up: 11/30/05

Posts: 1,281

try learning some basic actionscript first.
go to AS: Main

as for a full RPG tutorial, there isn't one. you have to learn all the components of making a game and put it together yourself. tedious, isn't it?


None

Swirling-Venom

Reply To Post Reply & Quote

Posted at: 11/30/05 08:33 PM

Swirling-Venom LIGHT LEVEL 14

Sign-Up: 06/07/04

Posts: 3,776

Uhmm, your all n00bs, sorry to say. Just use generateRPG();

Try adding this to the first frame of your movie

generateRPG("OMG SPELLS AND STUFF PLZ");


None

Yameki

Reply To Post Reply & Quote

Posted at: 11/30/05 08:35 PM

Yameki NEUTRAL LEVEL 03

Sign-Up: 11/08/04

Posts: 19

At 11/30/05 08:33 PM, Swirling_Venom wrote: Uhmm, your all n00bs, sorry to say. Just use generateRPG();

Try adding this to the first frame of your movie

generateRPG("OMG SPELLS AND STUFF PLZ");

LOL yeah its obvious thats the way to make a RPG 8-) :P


None

repenter

Reply To Post Reply & Quote

Posted at: 11/30/05 08:47 PM

repenter LIGHT LEVEL 34

Sign-Up: 01/28/05

Posts: 1,556

Ok I got a list of sites neither ones are the one I was talking about so you're out of luck.

http://rookscape.com..brpgtut/vbrpgtut.php

http://www.markbspla..tutorial/default.htm

http://www.gamingw.net/tutorials/128

Theree's probaly a lot more, but these should be enough. I suggest the last one I posted it has more tutorials on it.


None

Hoeloe

Reply To Post Reply & Quote

Posted at: 12/10/05 03:33 AM

Hoeloe LIGHT LEVEL 22

Sign-Up: 04/29/04

Posts: 3,976

i made 1 with most of the stuff exept turn based battle, but there are plenty out there

I never claim to know everything, people just assume I do anyway.
------------------------------
THE LAST WIZARD AND THE DOOMSDAY RINGS NOW IN PRODUCTION!

BBS Signature

None

Claxor

Reply To Post Reply & Quote

Posted at: 12/10/05 05:22 AM

Claxor DARK LEVEL 10

Sign-Up: 10/21/05

Posts: 2,467

At 11/30/05 08:33 PM, Swirling_Venom wrote: Uhmm, your all n00bs, sorry to say. Just use generateRPG();

Try adding this to the first frame of your movie

generateRPG("OMG SPELLS AND STUFF PLZ");

Oh, it's not that easy to make an RPG, you need more parameters for that =P

var myRPG:RPG = new RPG();
myRPG.story = "story here";
myRPG.chars = [char1, char2, char3];

and so on

BBS Signature

None

GuyWithHisComp

Reply To Post Reply & Quote

Posted at: 12/10/05 05:37 AM

GuyWithHisComp LIGHT LEVEL 24

Sign-Up: 11/10/05

Posts: 4,027

At 12/10/05 05:22 AM, Claxor wrote: var myRPG:RPG = new RPG();
myRPG.story = "story here";
myRPG.chars = [char1, char2, char3];

and so on

Yeah, I made a RPG once:

var myRPG = new RPG();
myRPGstory = " ";
myRPGchars = new Array("player", "enemy1", "enemy2", "enemy3", "co");
myRPG.battle = playerAttack(); + enemyAttack();
function playerAttack() {
attacks = myRPGchars[4] + "ol" + myRPGstory;
}
function enemyAttack() {
RPGA();
}
function RPGA() {
trace(attacks + "RPG");
}

What do you think? Kinda cool I say...

BBS Signature

None

Claxor

Reply To Post Reply & Quote

Posted at: 12/10/05 06:04 AM

Claxor DARK LEVEL 10

Sign-Up: 10/21/05

Posts: 2,467

At 12/10/05 05:37 AM, GuyWithHisComp wrote: Yeah, I made a RPG once:

var myRPG = new RPG();
myRPGstory = " ";
myRPGchars = new Array("player", "enemy1", "enemy2", "enemy3", "co");
myRPG.battle = playerAttack(); + enemyAttack();
function playerAttack() {
attacks = myRPGchars[4] + "ol" + myRPGstory;
}
function enemyAttack() {
RPGA();
}
function RPGA() {
trace(attacks + "RPG");
}

What do you think? Kinda cool I say...

Wow, that's the most complicated script I've ever seen =P. I tried to make one before, but it was to hard for me :'(

BBS Signature

None

Madferit

Reply To Post Reply & Quote

Posted at: 12/10/05 08:12 AM

Madferit FAB LEVEL 10

Sign-Up: 07/29/05

Posts: 3,357

At 12/10/05 05:37 AM, GuyWithHisComp wrote: un1337 code

nothing beats mine....

trace("make a god damn rpg santa")


None

GuyWithHisComp

Reply To Post Reply & Quote

Posted at: 12/10/05 08:15 AM

GuyWithHisComp LIGHT LEVEL 24

Sign-Up: 11/10/05

Posts: 4,027

I can do a good RPG but the thing is II don't got any good ideas nor can I draw :P
Anyone wanna team up? ;)

BBS Signature

All times are Eastern Standard Time (GMT -5) | Current Time: 12:06 PM

<< Back

This topic is 1 page long.

<< < > >>
You need a Grounds Gold Account to post on the NG BBS! If you don't have one, click here to sign up now! It's fast, free, and easy — and opens up tons of great NG features!