Category: Tutorials
-
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…
-
Flash sending, manipulating and receiving data with sendAndLoad
This is a very importat thing to know when you are about to design Flash forms, or any application that needs to manage data such as an highscore…
-
Integrate your Flash game on Facebook
You all should know Facebook. I think it would be interesting to integrate your Flash game into a Facebook application. There are more options than you can imagine,…
-
Managing multiple balls collisions with Flash
The first post of the new year (you should know the new year starts on May, 27th) is made by Sunil Changrani and it’s about managing multiple balls…
-
Create a font browser with Flash AS3
When I am looking for an interesting font for my web design, the first site I look at is dafont.com. What I like of this site is the…
-
Creation of a Flash highscores API – Step 2
Now that you know how to communicate between two Flash movies thanks to the Creation of a Flash highscores API tutorial, it’s time to introduce the next step…
-
Creation of a Flash highscores API
More and more game portals are developing their own Flash API to manage high scores. Having high scores means giving players the opportunity to compete for a leaderboard,…
-
Preventing the right mouse cheat in your Flash games
Today I played the millionth mouse avoider Flash game… Shirk! I am a real pro at mouse avoider games… look how easily I beat the hard level. Watch…
-
Prototype of a Flash game like Floaty Light
Do we really need another “move a ball in some way from A to B avoiding C” game? Noooooooo… but it seems two or three people still like…
-
Creation of a sortable list with Ajax tutorial
One interesting Web 2.0 effect is the sortable list, and we are going to make one in less than five minutes thanks to Prototype and script.aculo.us libraries. Prototype…
-
How to create a WordPress Widget
I think it’s time to learn how to create a WordPress Widget. WordPress (WP from now on) is the most used blogging platform, and I want to help…