PDA

View Full Version : RPG HELP



rah33m
February 15th, 2007, 11:24 PM
Hi i want to make a side scroller 2d and any body got any tuts or advice on anything i need to know Sprites are the biggest problem.

bombsledder
February 16th, 2007, 05:45 PM
first thing im going to ask is do you have experience with flash or AS at all?

rah33m
February 16th, 2007, 08:30 PM
Yes i am good with flash and okay with AS

noTime
February 17th, 2007, 03:54 AM
I believe you have to make a plan on how to achieve your goal by yourself. If you're smart and thinking, ideas will come automatically.

SacrificialLamb
February 17th, 2007, 04:07 AM
Tile based is usually the best way to go it makes the hit testing faster especially when you have a lot of MC about. But it has it's limitations with side on games I don't know hoe simple having slopes would be with it but that is always a hard one.
I also recommend planning how important MC will interact and plan where the code will be done it helps to know where the var's are coming from and going to so you can name them so you know what they are but not too long because it can slow down flash a bit, will that helps me