Monthly Archives: June 2008

Source | Programatically Drawing Trees With Recursion

Great example by “Grant Skinner”, showing how to create tree by using recursive algorithms. The source is also available for download. Read full article and download source

Posted in AS3, Flash Source Files, Source Code | Tagged , , , , , , , , , | Leave a comment

Tutorials | Developing, Extending and Styling Flex Components

Do you want to create your own flex component? Or you simply don’t like the style of the component you need to use, or even there are some features you would like to have in your actual component? The following … Continue reading

Posted in AS3, Flash, Flex, Tutorials | Tagged , , , , , , , , , , , | 4 Comments

Tutorials | AS3, Maths and Physics

I have just stumbled in this great site, whose the author is Drew Cummins. This guy it seems to be a genius of the physics and maths. I picked up two tutorials he wrote on about using the FOAM and … Continue reading

Posted in AS3, Flash, Flex, Source Code, Tutorials | Tagged , , , , , , , , , , | Leave a comment

Tutorials | The “Making of” – Awesome!!!

The bellow articles will show you the behind scenes of some of the best artwork in the web. In this “making of” stepped article, you will learn some fantasy art work using matte painting techniques.

Posted in Photoshop, Tutorials | Tagged , , , , , , , , , , , | 1 Comment

Tutorials | Flash Navigation with Actionscript and XML

In a Flash Website, if you just need two or three “alone” buttons for your site navigation you  can simple design them and place it in the stage. Or, to be more elegant, you can make an array in as3 … Continue reading

Posted in AS2, AS3, Flash, Flash Source Files, Tutorials | Tagged , , , , , , , , , , | 6 Comments

Tutorial | Dragging in 3D with Papervision 3D

Andy Zupko wrote an awesome tutorial showing you how to create a dragable 3D object using papervision 3d and as3. A nice and ellegant approach to the CameraObject3D method. FYG the as file is only 9k!!! Read tutorial and download … Continue reading

Posted in Flash, Flash Source Files, Papervision 3D, Source Code, Tutorials | Tagged , , , , , , , , | Leave a comment

Tutorials | 4 Great Text Effects Tutorials

There are numerous ways to show your text. Here are some great tutorials explaining some techniques you can use to give nice look to you text works.

Posted in Photoshop, Tutorials | Tagged , , , , , , , , | 1 Comment

Tutorials | Great How-to Articles on Create Audio Spectrums with AS3

The SoundMixer class that comes with computeSpectrum method are some of the new features of Actionscript 3.0, enabling the developers to produce real-time sound spectrum. Some people made real good effects the kind of windows media player. Let’s take a … Continue reading

Posted in AS3, Flash, Flash Source Files, Tutorials | Tagged , , , , , , , , , , , | 2 Comments

Tutorial | Create a Flickr search engine with Flash and AS3

Another great tutorial at The Tech Labs, this time by Fausto Carrera, explaining how to creat your own Flickr Search Engine, using Flash and actionscript 3. Read Tutorial and download support files

Posted in AS3, Flash, Flash Source Files, Tutorials | Tagged , , , , , , , , , , | Leave a comment

Component | Open Source TreeMap Component

A treemap displays hierarchal data in a truly fascinating way. Using a limited rectangular space, a series of nodes display relationships between items through visible properties such as size and color. Furthermore, by structuring your data into categories, you can … Continue reading

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