Author: Emanuele Feronato
-
Create a Flash game like Pixel Purge step 3 – Fire rate and spread
As promised, here I am with the 3rd part of this tutorial, showing you how to manage fire rate and multiple bullets. Moreover, I made some changes to…
-
Basic FlashPunk game prototype using Flash IDE
FlashPunk is a free ActionScript 3 library designed for developing 2D Flash games. On the official site Chevy Ray Johnston, the author, says this framework is designed for…
-
Found an AS3 uint glitch?
Today I was preparing a couple of new tutorials when I found an uint glitch in AS3. Take this code: var a:uint=0; a--; trace(a); test it and in…
-
Emanuele Feronato + Packt Publishing = big news
Do you know Packt Publishing? It’s a publishing company specialized focused books on specific technologies and solutions for communities of developers, administrators, and newbies alike. I used to…
-
Create a Flash game like Pixel Purge step 2 – Firing bullets
In step 1 I showed you how to move your spaceship, now it’s time to fire some bullets. First, we need to more objects: the crosshair, called crosshair_mc,…
-
HTML5 game creation prototype – Bubbles 2
Following the example published in HTML5 game creation prototype post, Esteban Gallardo from Free Creation Games shares with us a more compex prototype to create a game like…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…