Category: Actionscript 3
-
Papervision3D: understanding Plane object – part 3
In this 3rd part we’ll discover two interesting features: 1) How to add a bitmap texture to a plane 2) How to set the camera to make Papervision3D…
-
Papervision3D: understanding Plane object – part 2
Here I am to continue the tutorial about Papervision3D and planes. I suggest to take a look at the first part if you are a new reader. This…
-
Understanding AS3 and XML
When you are about to design a Flash application using dynamic content, such as an image gallery or a tile based game, XML is one of the best…
-
Understanding how Box2D manages boundaries
Sometimes you may need to determine if your Box2D object has fallen off the screen. This mostly happens in games, where you are going to build something and…
-
JiglibFlash 3D Physics engine for AS3
I want to introduce you to a 3D Physics engine for AS3. Unlike engines like Box2D and the other ones listed in Flash physics engines galore, this engine…
-
Papervision3D: understanding Plane object
The Plane is the simplest object you can create with Papervision3D. But “simple” does not mean we don’t have a set of options to custom our planes. Look…
-
Papervision3D for the absolute beginners
You should all know Papervision3D, one of the best open source 3D engine for the Flash platform. The biggest problem with this library, in my opinion, is the…
-
Understanding AS3 ColorMatrixFilter class
Do you want to apply color correction to images into your Flash movies on the fly? Then ColorMatrixFilter is the class you need. The ColorMatrixFilter class lets you…
-
Official Facebook Actionscript API released – AS3 version
This post contains a script made combining Official Facebook Actionscript API released! with Understanding Flash button component. package { import flash.display.Sprite; import fl.controls.Button; import flash.events.MouseEvent; import flash.text.TextField; import…
-
Designing the structure of a Flash game – AS3 version – Part 6
In this 6th part I included MochiBot and I replaced most of the buttons with the button component. This is the result And this is the source code…
-
Understanding Flash button component
When I am designing a Flash application or a game, I have to say I really hate the process of button creation. That’s why I am using, from…
-
Official Facebook Actionscript API released!
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…