PDA

View Full Version : I need help on A SSBM-like game!



PC_Victim
April 1st, 2005, 09:35 AM
I'm not sure if Super Smash Brothers Melee is an RPG or not, but I want to create a game like that where you get to choose from a set of characters, battle in different levels, and unlock characters and places. I need some tips!!! (P.S. I'm new, so please go easy on me.)

PC_Victim
April 1st, 2005, 10:11 AM
Oh yeah, in the game I need help with, I want to include an inventory where you can buy and sell items, like in Pokemon.

Hexagram
April 1st, 2005, 10:58 AM
I would use and array for your inventory.
Inventory = new Array(blah,blah,blah);

resource
http://www.tonypa.pri.ee/tbw/tut11.html

Templarian
April 1st, 2005, 05:45 PM
lol i have that example one sec ill get ill find it...

eiefai
April 1st, 2005, 11:40 PM
as for choosing a character, you just have to get all the movements of each character and get them all arranged and i think the rest is easy enough to just look for other treats about something similar and if you have a doubt or a problem just ask here

off topic

welcome to kirupa :D

PC_Victim
April 2nd, 2005, 03:26 AM
Thanks for the help. The AS code in your zip file helps a lot, Templarian. I tried many other fla files on the web - they don't work. Thanks for the welcome, eiefai! Hexagram, I'll try to check out that page on tonypa. :beam:

Nick the Ritter
April 13th, 2005, 10:56 PM
Work on a smaller project first with less advanced actionscripting to get the hang of it.