Archive for June, 2008

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 Bookmark on DeliciousDigg this postRecommend on Facebookshare via RedditShare with StumblersTweet about itSubscribe to the comments on this post

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 5 tutorials will show how to achieve these goals. Bookmark on DeliciousDigg this postRecommend on [...]

Tutorials | AS3, Maths and Physics
Friday, June 27th, 2008

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 another simple as3 and physics. Keep an eye on his blog, because it’s really good. [...]

Tutorials | The "Making of" – Awesome!!!
Thursday, June 26th, 2008

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. Bookmark on DeliciousDigg this postRecommend on Facebookshare via RedditShare with StumblersTweet about itSubscribe to the comments on this post

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 and place them in the stage too. However, if you are creating a dynamic Flash [...]

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 source. Bookmark on DeliciousDigg this postRecommend on Facebookshare via RedditShare with StumblersTweet about itSubscribe to [...]

Tutorials | 4 Great Text Effects Tutorials
Wednesday, June 25th, 2008

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. Bookmark on DeliciousDigg this postRecommend on Facebookshare via RedditShare with StumblersTweet about itSubscribe to the comments on this post

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 look for the bellow tutorials and source files: Bookmark on DeliciousDigg this postRecommend on Facebookshare [...]

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 Bookmark on DeliciousDigg this postRecommend on Facebookshare via RedditShare with StumblersTweet about itSubscribe to the comments on this post

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 discover similar relationships on multiple levels and navigate your data in a way that you [...]