Create a Flash game like Pixel Purge step 1 – player movement
Are you playing Pixel Purge? It’s a good mix between a shooter and an avoider. I am going to show you how to create a replica of this game, and I’m starting from player movement. In Pixel Purge, you control a spaceship with arrows or WASD keys in an level that’s as big as twice … Create a Flash game like Pixel Purge step 1 – player movement
PHP Facebook Graph API “Hello World” application
While I am preparing a new tutorial about Facebook applications (and a php FB game, maybe HTML5 based), I notice there isn’t any “Hello World” application about Facebook applications using the new Graph API with just some PHP lines. If you don’t know what is the Graph API and don’t want to get an headache … PHP Facebook Graph API “Hello World” application
HTML5 game creation prototype
Do you remember my first Flash game tutorial? I think it’s time to make something similar with HTML5. At the moment, I am showing just a quick prototype because I want to show you it’s possible to achieve smooth movements with this technique, but I am going to start a tutorial series about it. I … HTML5 game creation prototype
Protect you SWF files online with SWFLOCK
Every Flash developer is facing security risks because of the fairly easy ways an Adobe Flash SWF file can be decompiled and reverse engineered. Without protection, anyone can easily reconstruct your SWF files stealing your work. I already blogged about Flash Thieve and SWF Protector as a remedy, but this time I want you to … Protect you SWF files online with SWFLOCK
Box2d Flash Alchemy Port + World Construction Kit
I already showed you two ways of editing Box2D environments with Bison Kick and simply using the Flash IDE. Today I’ll show you the most advanced editor at the moment: World Construction Kit made with Box2D C++ 2D physics engine compiled with Adobe Alchemy. The demos on the official site are really awesome and the … Box2d Flash Alchemy Port + World Construction Kit
Creation of new data types in AS3: Linked List
In computer programming, a data type (or datatype) is a classification identifying one of various types of data, such as floating-point, integer, or Boolean, stating the possible values for that type, the operations that can be done on that type, and the way the values of that type are stored. (source: Wikipedia). Obviously any language … Creation of new data types in AS3: Linked List
Flash Games Market Survey – 2010 edition
After the huge success of Flash Games Market Survey, Mochi Media in partnership with Flash Game License and Adobe present 2010 Flash Games Market Survey. Last year’s survey showed just how vibrant the space is, it’s time to give some information again to help Mochi and partners to improve Flash gaming world. In addition, you … Flash Games Market Survey – 2010 edition
Tic Tac Toe Artificial Intelligence
During these days I played a bit with Artificial Intelligence for a project I am working on (big news on the horizon) and I’m coming with a brief introduction to the simplest game you can use to test artificial intelligence. Tic Tac Toe. It’s a pencil-and-paper game for two players, O and X, who take … Tic Tac Toe Artificial Intelligence
Create a Flash game like Blockage – Movement prototype
This is one of those days when you want to make a thing work that way FULLSTOP. And that’s it… this is the typical Blockage movement: I wanted to do it without any timeline tween or tricks to change registration point on the fly, just using localToGlobal method. If you aren’t familiar with this method, … Create a Flash game like Blockage – Movement prototype
Worms-like destructible terrain in Flash – Part 3
After another truck of Aspirin, Jordi Sanglas Molist is back with the 3rd step of his Worms tutorial. I’ve finished part 3. I almost got a headache. Forgive me if there are some mistakes, I wrote this post and the comments quickly. Now the character is affected by the explosions. To do that, I added … Worms-like destructible terrain in Flash – Part 3
Create Box2D levels in a quick with Bison Kick
Some time ago I published a Basic Box2D editor using Flash movieclips. Now it’s time to show you something way more interesting called Bison Kick by Jacob Schatz who runs the blog jacobschatz.com (bookmark it! It contains a lot of useful information). It’s an online Box2D editor with live preview. Besides it’s still under development, … Create Box2D levels in a quick with Bison Kick
