Author: Emanuele Feronato
-
Rendering joints with Box2D
In most Box2D projects you can see how to render bodies or attach objects to them, but I couldn’t see any tutorial about rendering joints. If you look…
-
Developing a Facebook Application for absolute beginners – step 2
It’s time to add some features to the application we created in step 1. This time we’ll add some interaction with Facebook, such as publishing results on your…
-
Simulating a hook with Box2D
In a comment to Pumpkin Story prototype, a reader asked for a function to simulate a hook. This can be quite easily done in some steps. This first…
-
Pumpkin Story prototype
This quick Pumpkin Story prototype is made merging and mixing these scripts: Drawing arcs with AS3 and Creation of a Flash artillery game using Box2D. If you notice,…
-
MySQL to JSON with PHP
Ugly title for a post, really… but I did not find any function to convert the result of a MySQL query directly into JSON notation, so I made…
-
Drawing arcs with AS3
If you have ever tried to draw arcs with AS3 (or AS2), you probably smashed your computer on the floor after spending hours with curveTo(). That’s not what…
-
Developing a Facebook Application for absolute beginners
With more than 300 million active users and 50% of them using it every day (source), Facebook can be an interesting way to make some viral marketing. One…
-
AS3 level editor
Almost a year ago I blogged about a basic level editor for a tile based game, and now Philipp Zins from Germany show us his AS3 level editor-…
-
The return of “Under Construction” – evolution of a malpractice
In the late 90’s most personal and some commercial websites used to place a big, animated, irritating image like this one: This picture, placed in a webpage browsed…
-
Understanding and creating on the fly Photoshop Color Swatches with php
This tutorial won’t cover basic Color Swatches information… I suggest you to follow Photoshop’s help if you don’t know what I am talking about. The interesting value of…
-
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…