Author: Emanuele Feronato
-
Worms-like destructible terrain in Flash
Do you remember Worms game and its destructible terrain? Jordi Sanglas Molist explains us how to create a basic destructible terrain with AS3 « Today, browsing the “most…
-
Create a Flash Racing Game Tutorial – Artificial stupidity
I promised I’d introduced artificial intelligence in a racing game, and I am starting with artificial stupidity. Anyway, I managed the car to somehow run around the track.…
-
Understanding AS3 localToGlobal method
One AS3 DisplayObject method I don’t see that much used since AS2 became obsolete is localToGlobal. Now I’ll show you how useful can be this method when it’s…
-
WordPress 3.0 “Thelonious” released
WordPress new major release is here!!! Named Thelonious after the american jazz composer Thelonious Sphere Monk (October 10, 1917 – February 17, 1982), will represent a revolution in…
-
Anatomy of a Flash game main screen
In most cases, when you design a Flash game the main screen is the last thing you add to your project. This way, sometimes you may forget to…
-
Create a Flash Racing Game Tutorial – AS3 version
The porting of the most popular AS2 tutorials continues with a basic AS3 version of the Flash racing game script. I said “basic” because it does not have…
-
Creation of a Sokoban game with jQuery
When I said there are games you must be able to make in less than a day, obviously I meant in any language. This is the jQuery version…
-
Create a Flash game like Talesworth – Step 4: One-way doors
In this 4th step we’ll cover one-way doors. One-way doors are tiles the hero can walk only once, before they become unwalkable. First, let me show you a…
-
Find Levenshtein distance with AS3
From Wikipedia: The Levenshtein distance between two strings is defined as the minimum number of edits needed to transform one string into the other, with the allowable edit…
-
Create a survival horror game in Flash – AS3 version
I receive almost daily requests to port the old AS2 survival horror game in AS3, so here it is. Since it was an easy conversion, I decided to…
-
Create a Flash game like Talesworth – Step 3: The loot
One of the main features of Talesworth is the hero keeps running according to his rules until he spots a loot. Then he changes its way to grab…
-
Creation of a minimalist image gallery in 18 jQuery lines
The web is full of jQuery galleries, but I think none of them is really minimalist to give people the opportunity to custom and improve it according to…