Author: Emanuele Feronato
-
Deep linking in flash with AS3
Do you remember Krasimir Tsonev? He’s the author of the tween manager class and The Big Adventure. He gave me the permission to publish an interesting post about…
-
Full screen centered background image with CSS and jQuery # 2
There are a couple of improvements to do to Full screen centered background image with CSS and jQuery to add some functionality such as window resizing management and…
-
Don’t miss Flash Gaming Summit 2011
If you are a Flash game developer or a publisher, you shouldn’t miss Flash Gaming Summit 2011. For the third year the conference will bring together leaders in…
-
Full screen centered background image with CSS and jQuery
Recently a lot of sites feature a full screen background image. Full screen background images can be used to give some sort of liquid effect to fixed layouts,…
-
Getting started with Adobe Alchemy – Mac version
Do you know what is Adobe Alchemy? Alchemy allows programmers to compile C and C++ scripts into SWC files to make them run on Adobe Flash Player 10…
-
JellyPhysics soft body engine for Flash
When I say the most valuable resource in a blog is made by its readers, I am right. Readers make the blog popular, contribute with precious comments and…
-
Create a Facebook application like “Friend interview” – Step 2
In step 1 you learned how to authenticate and select a random friend of yours. In this second part you will learn how to get more information about…
-
Getting your Flash game sponsored – the book
Are you looking for a comprehensive guide about getting your game sponsored? Ryan Wolniak from Freelance Flash Games just released a book to help game developers make more…
-
Create a Flash game like Gold Miner – AS3 version
After more than two years since the release of Gold Miner tutorial, Luke Mikelonis wants to share with us the AS3 version he made to to practice up…
-
Create a Facebook application like “Friend interview”
Do you know Friend Interview? It’s a Facebook application which asks a random question about a random friend of yours, and publish the result on his wall. I…
-
Image edge detection algorithm – php version
One of the most used image effects is the edge detection. Have you ever wondered how does it work? The following is a tutorial to achieve an edge…
-
AS3 geom.Point Vs trigonometry
Not so long ago we discussed about the fastest way to find the distance between two points. In that case, it was a challenge between Euclidean and Manhattan…