Game cheat guard Adobe Flash / Games
In this tutorial we will simply cover how to stop people from cheating in your games by right clicking and pressing play so that it jumps from the YOU LOSE screen to the YOU WIN screen and adding you points
ActionScript 2: applying theory to a game prototype Adobe Flash / Games
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.
Building a Text Game Adobe Flash / Games
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.
Flash game creation tutorial - part 4 Flash tutorial Adobe Flash / Math and Physics
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.
Word Game Adobe Flash / Games
The aim of the tutorial is to learn how to create a simple word game. You will create an input box which will give different results depending on what is typed. The code for this is quite straight forward and has many uses other than this word game.
Word Game Adobe Flash / Games
The aim of the tutorial is to learn how to create a simple word game. You will create an input box which will give different results depending on what is typed. The code for this is quite straight forward and has many uses other than this word game. For example forms and password controls.
Creating a fishing game Adobe Flash / Games
one of the most stunning applications of Macromedia Flash is that you can create your very own game, i found it marvelous back when i made my first one. its worth sharing the easy tricks i took making one of my games, "Fishing Season". the name says it all, its a fishing game.
Space Shooter - Lives and Score Adobe Flash / Games
Part 4/5. Series of tutorials on how to develope Space Shooter game. In this tutorial we will add lives, scores and game over to our game.
Fighting Game Adobe Flash / Games
This tutorial will teach you how to make a fighting game. First Create a Menu for your game, then
you will know in wich frames will you make fighting engine end everything else. So let's start with
simple menu.
Scrolling game Adobe Flash / Games
There are few ways on creating a scrooling game but I will teach you how to do it with MCs and paths so here it goes...