Be a Supporter!

I need a fighting game tut

  • 292 Views
  • 6 Replies
New Topic Respond to this Topic
HollyHenkin
HollyHenkin
  • Member since: Jan. 19, 2009
  • Offline.
Forum Stats
Member
Level 02
Blank Slate
I need a fighting game tut 2009-02-09 12:16:22 Reply

Information:
Version of flash:Flash 5
AS (Action script):AS1
Need to know:
I need to know about of to generate random enemy when you select a character. Also need to know how it will select a random Arena. I need to make hitTestwhere a certain frame of puching will decrese HP. I need to know Advance AI(following you and randomly attack and idle.)
----------------------------------------
----------------------------------------
----------------------------------------
---------------------------------------
That is all I need
Please answer below


-Please view the latest flash submissions-

BBS Signature
Denvish
Denvish
  • Member since: Apr. 25, 2003
  • Offline.
Forum Stats
Member
Level 46
Blank Slate
Response to I need a fighting game tut 2009-02-09 12:43:29 Reply

FlashMX/AS2 was released in 2002, you'll be hard-pressed to find AS1 tuts for what you want (I found little on Google), since most people have moved on. You may want to consider upgrading to MX or MX2004, if not Flash 8 or CS3/4. If/when you've got AS2 or 3, check out AS: Main and/or AS3: Main


- - Flash - Music - Images - -

BBS Signature
PowerRangerYELLOW
PowerRangerYELLOW
  • Member since: Jan. 1, 2004
  • Offline.
Forum Stats
Member
Level 16
Blank Slate
Response to I need a fighting game tut 2009-02-09 13:06:23 Reply

I can actually teach you a simple trick i use for creating a game a fighting game i have been working on.

Just animate your enemy beating up your character but also have alternate animation of the hero fighting back when you press a button.

For every hit the badguy does give your animation a one second delay.

On the buttons themselves.

Draw a button than click convert to symbol and turn that into a button. That go to your actions pannel and paste an on keypress action script.

on (keyPress "s") {
gotoAndPlay("Scene 1",2);
}

You actually take that script there and modify to your needs and use it over and over.

Just be sure to change the letter, scene number and frame number to whatever you need.

But you'll need to reuse the same button symbol but make a new key frame at this point by pressing F6 on your keyboard.

It's a lot of work but this is actually pretty simple action scripting that you can make a game with in just mostly copying and pasting.

PowerRangerYELLOW
PowerRangerYELLOW
  • Member since: Jan. 1, 2004
  • Offline.
Forum Stats
Member
Level 16
Blank Slate
Response to I need a fighting game tut 2009-02-09 13:17:25 Reply

But if your looking for anything more advanced than you'll have to do more research but at least with my simple trick you can get your fighting game made with stuff you likely already know.

If you can't script it than use your imagination and create work arounds.

Kwing
Kwing
  • Member since: Jul. 24, 2007
  • Offline.
Forum Stats
Member
Level 45
Game Developer
Response to I need a fighting game tut 2009-02-09 14:25:15 Reply

You can search any turn-based battles on Newgrounds, but if you want real-time, check this:

By moi, of course. I'm just perfect. And modest. Especially modest.


If I offer to help you in a post, PM me to get it. I often forget to revisit threads.
Want 180+ free PSP games? Try these links! - Flash - Homebrew (OFW)

Cojones893
Cojones893
  • Member since: Mar. 9, 2003
  • Offline.
Forum Stats
Member
Level 22
Blank Slate
Response to I need a fighting game tut 2009-02-09 14:29:16 Reply

Power Ranger Yellow please go away. You are of help to no one.

HollyHenkin
HollyHenkin
  • Member since: Jan. 19, 2009
  • Offline.
Forum Stats
Member
Level 02
Blank Slate
Response to I need a fighting game tut 2009-02-09 15:07:47 Reply

Hey thanks guys for helping me out.


-Please view the latest flash submissions-

BBS Signature