Handling Score in a Basic Game Adobe Flash / Games
This tutorial will teach you how to handle the score in a basic Flash 8 game. Among the things you will learn are how to display the score and how to advance to new levels when the score reaches a certain level.
Variables - part 1 - money system Adobe Flash / Games
Variables What YOU need to know Part 1 If you are serious about making games in flash you NEED to know about variables. Variables have been use in almost every great game there has ever been! There used for things like money , lives , objects and LOADS more things to. So hopefully by the time you've read this tutorial you will know the basic's of variables !
High-score list using PHP Adobe Flash / Games
One of the nicest things to put in a Flash game, is a top score list; a list of the top 10 players in a game, for example, adds a level of competition between players, and an aspect of interactivity to the gameserver. This tutorial uses a simple PHP script to maintain score tables (as many as you want) for different games.
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.