Category: Flash
-
jiglib plugin for Flare3D updated
A little update to Christian Östman's <a href="http://christianostman.com/site/?p=47" target = "_blank">plugin</a> and some minor news.
-
Complete Bejeweled game in less than 2KB – legible version
The legible version of my <a href="http://emanueleferonato.com/2010/12/16/complete-bejeweled-game-in-less-than-2kb/">Complete Bejeweled game in less than 2KB</a>, made by Brook Jordan.
-
Flash physics draw game with a car using QuickB2
A simple Flash physics drawing game featuring a truck using QuickB2 library.
-
Creation of a complete Flash Tetris game
Create a complete and fully working Flash Tetris game with this tutorial taken from <a href="http://emanueleferonato.com/2011/03/24/flash-game-development-by-example-my-book-is-on-the-shelves/">Flash Game Development by Example</a>, my book.
-
Complete game prototype using Flare3D and JiglibFlash
A 3D physics game prototype made with Flare3D and JiglibFlash
-
Create a Flash Ball game with visual from above – Box2D version
How to make a Flash 2D ball game using Box2D engine
-
Create a Flash Ball game with visual from above – Flare3D version
How to make a Flash 2D ball game using Flare3D engine
-
The making of A Small Car, a 3D Flash game made with Flare3D
Christian Östman explains the workflow that brought A Small Car game to our monitors.
-
Pausing a Flash game or movie when there is a Timer event
How to effectively pause a Flash game or movie when you have to deal with a Timer event and just stop/start timers is not enough.
-
360 degrees panorama viewer with Flare3D
This is a quick experiment with two sided materials in Flare3D. We start with this photo taken without any kind of permission from 360pixel: And with a Flare3d…
-
Understanding AS3 getDefinitionByName (for all eval maniacs)
Sometimes you may want to create a new class or DisplayObject only starting from its name. This is where something like an eval function would come into play,…
-
Pausing a Flash game or movie detecting its focus
Sometimes we want our Flash game or movie to stop when the user is not playing/watching it. It’s a feature blog readers ask me frequently, because once they…