PDA

View Full Version : Breaking down 2D graphics



kerek
February 17th, 2005, 12:47 AM
So I've gotten to the point in Macromedia Flash where I can now make games. My current goal is to make at least to my knowledge the first Flash wrestling game.

I want it to be similar to WWF Wrestlefest for Arcade/MAME but there is one thing that is hampering me.

How do I do animations which for every character it is the same? Like when someone gets slammed, they ALL look the same, same animation. When they perform the slam, its all the same.

Like if I want to do a bodyslam animation, I can either make an animation for each wrestler doing a bodyslam on every other wrestler (which will take about 16 years to animate with added moves) or the way I thought it goes is that you have character1 play an animation of him performing the bodyslam and character2 plays an animation of taking the bodyslam at the exact same time. It would be an illusion that he is actually doing the move.

Or is it something more to do with skins?

Can someone explain to me how the basic 'grapple' animations worked back in the day so I can save myself a lot of time?

Thanks.

Blackspirit
February 17th, 2005, 04:23 AM
Hmm, make a wrestler with different body parts that you want to move.
Body, leftArm, RightArm, etc

Make an animation using those movieclips. If you want the same animation, for a different wrestler, just right click on the body, and click "swap symbol" then choose another wrestlers body. So you can do that for all the body parts, or mix and match.

There are proably others ways to do it, maybe you can use actionscript to generate a body, using attachmovie. That might get ugly though.

Yes, you got the right idea about the grapple. You'd have a "Do grapple" and a "Take grapple" anmation.