I need a fighting game tut
- HollyHenkin
-
HollyHenkin
- Member since: Jan. 19, 2009
- Offline.
-
- Forum Stats
- Member
- Level 02
- Blank Slate
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-
- Denvish
-
Denvish
- Member since: Apr. 25, 2003
- Offline.
-
- Send Private Message
- Browse All Posts (15,977)
- Block
-
- Forum Stats
- Member
- Level 46
- Blank Slate
- PowerRangerYELLOW
-
PowerRangerYELLOW
- Member since: Jan. 1, 2004
- Offline.
-
- Forum Stats
- Member
- Level 16
- Blank Slate
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
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
You can search any turn-based battles on Newgrounds, but if you want real-time, check this:
-
Real-Time Battles by KwingClick to view.
- Type
- Game
- Rated
- Ages 13+
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
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
Hey thanks guys for helping me out.
-Please view the latest flash submissions-


