Tag Archives: source

Dynamic Sound – Part 2

Last post I started with the basic of dynamic sound in flash. Now we will do something more pratical with what we saw. We will create a piano that play notes by clicking or pressing keys. I will not spend … Continue reading

Posted in as3 | Tagged , , , , | 9 Comments

CustomCursor advanced

OK, let’s begin talking about Design Patterns. The best thing of OOP, is the capability to create something in way to reuse it in another situation by defining some patterns to follow. Basicly this is Design Patterns. There are several … Continue reading

Posted in as3 | Tagged , , , , , | Leave a comment

Stage.quality vs performance

One of the worst problem that any developer have to face is the performance of his applications. There are many factor contributing to a bad performance, one of them is graphic rendering. Depending of what you’re doing, there’s a single … Continue reading

Posted in as3 | Tagged , , , | 3 Comments

Matrix3D 101

3D engines are very present in web applications these days. With ActionScript3 become possible develop faster 3d lib and, with that, the technology has spread widely thru the web. Today we have a lot of elaborated 3d engines like Papervision3D, … Continue reading

Posted in as3 | Tagged , , | 8 Comments

Papervision3D – Max3DS Parser bug

Since papervision added the Max3DS parser I’ve been working with it instead of DAE. Although there’s a bug that I noticed when I imported an asymmetric model to my scene. It appear to be mirrored at the X axis. I … Continue reading

Posted in as3 | Tagged , , , , , | 5 Comments

PaperPlane Test

Early experiments of nothing that could become something. Use the arrows to control the plane Speed up pressing space Demo Source

Posted in as3 | Tagged , , , , | Leave a comment