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.
Create a flash draw game like Line Rider - part 2 Adobe Flash / Games
In this part I'll explore how to detect collision between a ball and the line.
Please read part 1 if you didn't already.
You may say: "hey, I don't want a ball, I want a car!!". There's no problem, you will learn everyting, I will explain, during next tutorials, how to insert complex objects, but the basics are the same for every collision.
Collision Detection Adobe Flash / Games
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.
Flash game creation tutorial - part 1 Adobe Flash / Games
This is a quite long tutorial, so I decided to split it in pieces.
It started as a didactic example about flash game creation.First of all, I got inspiration from Ball Revamped series (do not remember the link, search it on Google), but I'll add a lot more features.
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.
Ball in play Adobe Flash / Getting Started
Learn how to create a ball with shadow that is jumping up and down.This tutorial is also introduction for next tutorial, in which I will show how to create Controling Movie Clip.
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.
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 Physics Study Adobe Flash / Math and Physics
Gravity and collision models have significant applications to Flash. They can be used in game design, movies, or simply just as models. In this article, I'll explain how to create a simple implementation of gravity and collision using the trusted bouncing-ball model.