Make a Complete Fighting Game!

Learn how to make a fight game in flash. I'll only be teaching you how to setup the character and the actionscript.

Related Topics
Ads:

Fighting Game tutorial part 3!
2 Player Fighting Game tutorial using Flash...


2 player fighting game
2 Player Fighting Game Tutorials part 1


2 Player fighting Game part 2!
A 2 Player fighting Game tutorial!


Detecting Key Combos, the Easy Way
Have you ever been amazed at the variety of attacks in fighting games like Mortal Kombat, Super Smash Bros, Soul Calibur and others? Now you can learn how to create an engine to detect key combinations and build your own fighting game as well!


Sprite Animation Tutorial - Complete Guide with Links
A complete guide to animating video game sprites from within flash.


Create a Complete Typing Game in Flash CS5
Leading on from my earlier tutorial on detecting keyboard combos, we’ll see how to build a full game that tests your typing skills.


How to Make a Memory Game
Everyone knows the memory game, here's how to make one from scratch using Adobe Flash. This includes a great set of standards for anyone looking to make similar games.


Flash game creation tutorial - part 4 Flash tutorial
Knowing the direction of the player may be very useful if we decide to add some special features to our game.
Always remember that it's useless to make a simple clone of a game. If you decide to inspire yourself to an existing game, add some new features, or people will ignore your work.


How to make a Laser Maze game
This tute will teach you how to make a really cool game.....well i thought it was cool.....it should work....and its not too hard.You should already know how to make a movieclip, the basics in like action script and stuff, making a button.....and stuff.


Building a Text Game
In this tutorial hopefully I will convince a few people to add some text games to the web using Flash. I've used various other bits of software which claim to be fantastic and sell themselves on
'you don't need to know code to make a text game'. However they all take so long to learn to use and are very limited,
whereas using Actionscript means you can build the game with endless possibilities. Check out the attached .fla file
to see what a couple of rooms in the final game will look like.


Create the snake game using Flash
The "snake game" is one of the simplest game concepts ever. There are a lot of variations of this game written in Flash, and this tutorial will explain one way to create it. It's a relatively easy game to code, but many fail to make sure that when keys are pressed in rapid succession they are all registered. This is necessary if you want to have full control of the snake at all times. This tutorial will include storing information in a two dimensional array, the concept of a queue, using a key listener, attaching movie clips at run-time and some other things like the very useful modulo operator %.


How to Make Your First Game in Flash 8
This tutorial will teach you how to make a basic space invaders game a lot like this one in Flash 8. The techniques can be used in many sorts of games.


awesome game
This tutorial shows you how to make a game in a 2d scrolling plane!


RPG game part 1
How to make an iventory,start game button,character,NPCS, etc.


How to make a Pico's School-like game
Did you play the Pico's School game at newgrounds.com? Well, fans of the game, you can make one yourself!


Making a Jumping Engine
In this tutorial you will learn how to make a jumping system that could be used to make a platformer game or any other game involving jumping.


Making a cool multi-level game
In this tutorial, we will learn to make a simple game with everything you'd expect(multiple levels, power-ups, baddys, etc.)


Snow Scooter: A multi-level platform game
In this tutorial, we will make a platform game with two levels. You should read "Making a cool multi-level game" before reading this.


ActionScript 2: applying theory to a game prototype
In this tutorial we will give you an example of how to use classes to define extensible datatypes that help you better organize your code in a game project.
For the sake of simplicity the game in question is a basic pong-like game where you move a green "paddle" with the mouse trying to keep the red ball in the playfield.


Creating a fishing game using actionscript
Use the power of Flash to create fun filled games on your own, see how to make a simple fishing game.


How to Make a Simple Mouse Shooting Game in Flash 8
This tutorial will show you how to animate a sprite on the screen and then enable the game so that when you click on the sprite you get points added to a score.


Quick and easy maze game!
you will learn how to make a simple maze game.


Create a Spot The Difference Game using ActionScript
This tutorial will show you how to a create a spot the difference game like my game Sunny Difference. For this tutorial you will need Adobe Flash 8 or higher. Making a spot the difference game is quite simple. The main challenges are organizing the game assets, and making a graphic do something when a different one is pressed.


Make A Dress Up Game In 6 Easy Steps
you will be able to make a dress up game whenever you want.


Character Selection for Games!
Using basic variables, we can make a character selection ideal for fighting games.


Hangman Game
Hangman is a popular game which can be coded using a few symbols and a short amount of code. The object of the game is to reveal a word by guessing the letters of the word one by one. The player loses by guessing 5 incorrect letters. A random answer is selected at the start of each game.


game help useful things to know tutorial1
This is the basic game tutorial where you will learn how to move a sprite and in the 3rd tutorial...... 3D game making...


Collision Detection : Create a Basic Maze Game
Learn how to make a basic maze game with collision detection. Collision detection is useful in many different game type scenarios and is easier than you might think. The Collision Detection ensures that the Blue Ball (or Player) does not cross the red lines of the Maze.


Create Minesweeper Game in ActionScript and Flash CS5
In this tutorial we will learn how to plan and code a minesweeper game using AS3 and Flash. Can we make it in just 200 lines?


How to make a flash game with moving platforms
The tutorial shows how to get a character in a platform game to interact with static and moving platforms in a realistic way.