Category: Game development
-
Perfect maze generation – tile based version – AS3
After publishing Perfect maze generation – tile based version written in Php, I got some emails asking for an AS3 version. Pedro Taranto made the AS3 porting in…
-
Perfect maze generation – tile based version
You may wonder why I am publishing another maze script. The reason is simple: in Perfect maze generation with AS3 post and previous ones I just showed you…
-
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…
-
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…
-
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 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…
-
Understanding pixels and meters with Box2D and how to select an object with mouse – part 1
This will be the longest post title in blogging history… anyway I am about to explain you two things that seem to be still unclear about AS3 version…
-
AS3 Flash game creation tutorial – part 5: gameplay
Once introduced the score in AS3 Flash game creation tutorial – part 4: score, it’s time to create some gameplay. The idea is to create a game like…