Hamilton Lombardi is a brazilian Flex programmer who decided to rewrite the code you can find in the original post for Flex 4. Moreover he added a splash screen, as you can see: The source code is clearly formatted and commented as you can see from Level class:
Read all posts about "Racing" gameFlex
Did you read Creation of a game with flixel and Flash Builder 4? Now it’s time to add a splash screen to the game. The splash screen or the title screen is the first thing the player sees, so we’ll add a backround image as well as the game title. First, we must change our …
You should already know flixel. I blogged a bit about it some time ago in flixel for absolute beginners and flixel for absolute beginners – part 2. Now it’s time to make something serious, but in this first step I am covering again the basics of creation of a flixel game using Flash Builder 4. …
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 received some emails from people asking for a FlashDevelop step by step installation. It seems FlashDevelop is more popular than FlexBuilder 3… anyway here it is: First, …
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 download it at the official flixel webiste. The library is not that hard to use, but browsing the web I did not find any basic tutorial for …
On March 31 Facebook developers announced that Adobe and Facebook are working together to provide official support for building rich social applications in Flash. You can read the full Josh Elman’s announcement at this link. The new ActionScript 3.0 Client Library for Facebook Platform API, fully supported by Facebook and Adobe, makes it easy to …
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 less than a day, and here’s what you’ll get: Click on the maze to generate a new one And this is the source code:
Read all posts about "Maze" gameIf you are looking for AS3 version of step 10, here it is… made by Robin vd Vleuten from the Netherlands with scrolling included! Hello Emanuele, I made it with flex so I use a swc to access the tiles. All the code is now in one actionscript-file, but I’m trying to convert the code …
Read all posts about "Platform game" gameOctober, 23rd update: Part 2 released With the increasing performances of Actionscript and modern computers, now we have enough power to simulate physics in a Flash movie. All we need is… let’s say… an huge knowledge of physics, constraints, integrations and so on. With all those things to think about, we cannot focus on the …