Author: Emanuele Feronato
-
Learn AS3 by following this simple avoider game tutorial
The blogsphere is magic. When you start a blog, if you do a good job, some people inspired by you will start blogging, and probably inspire you. This…
-
Create a Flash multiplayer games portal in a minute with Come2Play
While I am still working on the WordPress plugin for MochiAds games (it’s not a vaporware, it’s going to be a revolution), I would like you to know…
-
How to use Google Maps API with Flash AS3
I was playing with Google Maps API for Flash when I noticed the tutorials in the official page are somehow not that smart, so I am going to…
-
Perfect maze generation with AS3
I already talked about perfect mazes a couple of years ago with Step by step perfect maze generation with php and Perfect maze generation with Flash actionscript, but…
-
Goodbye AS2…
If you noticed, my last post about AS2 coding is New tile based platform engine – part 11 – slopes part b, almost a month ago. I decided…
-
Monetizing Flash games: analyzing failures
The web is full of successful stories about monetizing Flash games… you will find some of them in Casual Games, Hard Money or you can read about my…
-
Platform engine variation with hangable tiles
This is another version of my platform engine made by Bryan Devlin introducing some graphics, a visual death and hangable roofs. Bryan spread out the code to follow…
-
AS3 Flash game creation tutorial – part 6: timing
In previous part we added some gameplay, now it’s time to add timing. I recommend you to read Understanding AS3 Timer Class. I used time for two reasons:…
-
Dragging objects with Box2D Flash
This is ideally the next part after Understanding pixels and meters with Box2D and how to select an object with mouse – part 2, but it’s so important…
-
Win $16,000 with Flash Game Walk of Fame Contest!
Are you ready for a big Flash game development contest? MochiAds and ArcadeTown are running the Flash Game Walk of Fame Contest with $16,000 in sponsorships to be…
-
Understanding AS3 Timer Class
A lot of time ago I wrote about AS2 time management in Flash simple timer/countdown. Now it’s time to see how to manage time with AS3. AS3 has…
-
Understanding pixels and meters with Box2D and how to select an object with mouse – part 2
Ok, time to learn once for all how does Box2D manages object sizes, and how to set them right when working with AS3 In previous step I used…