Category: Flash
-
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,…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…