Author: Emanuele Feronato
-
Word Play contest prototype, four days to make something decent out of it
The final deadline for “Word Play” Flash Game Contest ran by MochiMedia is September 18 and if you did not submit any entry, here it is a prototype…
-
pic2col – extract color schemes from a picture
Ever wondered the point in calculating color distance at Color difference algorithm and Color difference algorithm – part 2? The answer is pic2col… just another picture to color…
-
Riot Games raises $8 Million in financing
Riot Games is an independent Los Angeles-based game developer and publisher active since 2006. At the moment the guys at Riot Games are developing League of Legends, a…
-
Color difference algorithm – part 2
It’s time to see how to calculate difference between two colors. I am using the CIE1994 formula because it’s quite accurate and not that complex to calculate. Here…
-
Creation of a Flash artillery game using Box2D – part 2: removing bullets
This is the second part of Creation of a Flash artillery game using Box2D… one reader asked for a function to make blocks (bullets) disappear after 10 seconds…
-
Creation of a Flash artillery game using Box2D
Small intro: having a plugin that allows readers to vote posts can help you understanding what do readers like. I saw readers liked a lot Create a flash…
-
flixel for absolute beginners – part 2
In flixel for absolute beginners I showed you how to complile a flixel project with Flex Builder 3. I was ready to make an “hello world” but I…
-
flixel for absolute beginners
flixel (with no uppercase) is Adam “Atomic” Saltsman free collection of Actionscript 3 files that helps organize, automate, and optimize Flash 2D raster based game development. You can…
-
Video tutorial: 5 detailed Adobe Photoshop killer tips
Did you ever want to master Adobe Photoshop? In this video I unveil 5 killer tips I use almost every day. Follow some simple steps and you will…
-
Color difference algorithm
I will probably write some posts and tutorials about this topic, becaue color differences are very useful when designing a color scheme or some elements to be placed…
-
Triqui MochiAds Arcade plugin 1.11 released
Yesterday MochiMedia‘s feed added a new field, making the MochiAds Arcade plugin not longer compatible with the new feed. You are invited to download version 1.11, while I…
-
Understanding (AS3) access modifiers (Public, Internal, Protected, Private)
I see a lot of confusion around the web about access modifiers, so I am going to give a brief explication about them. First, if you noticed the…