Category: Actionscript 2
-
Showing MochiAds leaderboards in any Flash movie or web page
Ok, so you created your awesome game, embedded MochiAds leaderboards and want to publish high scores in your homepage, in another Flash movie, or wherever you want, just…
-
Create a Flash game like Deflection – part 3
Multipart tutorial: available parts 1, 2, 3 In this 3rd part we are going to create a complete game with exit and two levels. Read parts 1 and…
-
Make a game like Lumines with Flash – part 3
Now it’s time to make bricks disappear if they group in a 2×2 square. Read part 1 and 2 if you did not already. It’s not difficult to…
-
Create a Flash game like Deflection – part 2
Multipart tutorial: available parts 1, 2, 3 In the 1st part I showed you how to make a deflection engine starting from an old tutorial, now it’s time…
-
Create a Flash game like Deflection
Multipart tutorial: available parts 1, 2, 3 Today I spent some time with a game called Deflection. According to his author, it’s an addictive physics based game where…
-
Make a game like Lumines with Flash – part 2
In the first part we managed to move and rotate a 2×2 square made (obviously) by 4 bricks. Now we’ll see how to make them fall when we…
-
Make a game like Lumines with Flash
I have to admit it… I got completely addicted to this game… so I decided to make my own Flash version. If you don’t know what is Lumines,…
-
Playing with getPixel
Today I played a bit with getPixel function and I want to share with you some considerations about it. First, you have to know getPixel(x,y) returns an integer…
-
Create a Flash game like ColorFill – part 1
If you play all successful Flash games (and you should, if you want to be a Flash game developer), surely you played ColorFill. In this game, you have…
-
Adding a new twist to the prototype of a Flash game like Poux
Do you remember the Poux tutorial series? If not, then read parts 1, 2 and 3 and take a look at the finished project known as Christmas Couples.…
-
Flash flood fill implementation
Do you know what is the flood fill algorithm? From Wikipedia: Flood fill, also called seed fill, is an algorithm that determines the area connected to a given…
-
How to use a Flash game tutorial to make your own game
When I stated writing tutorials, I did not expect I would have to write a tutorial about… using a tutorial. If you look at the most recent games…