Tutorials

TwitterFacebook
Get flash to fully experience Pearltrees
This is where it gets a little complex, but this part will save you a lot of trouble down the road. Although I've broken Lex down into movable parts, we now need to group those parts based on the whole. http://animation.about.com/od/flashanimationtutorials/ss/flashlesson5_10.htm

Flash Animation 5: Creating a Complex Character of Movable Parts

Rain animation in Flash

This tutorial will teach you how to create a rain animation in flash 8 with no Action Script. You will also learn how to create a ellipse, how to use Line Tool (N) and more... http://www.toxiclab.org/tutorial.asp?ID=151
http://tv.adobe.com/watch/photoshopcafe-tv/creating-rain-in-flash-cs3/ Community Translation Your transcript request has been submitted. Adobe TV does its best to accommodate transcript requests.

Photoshop CAFE TV - Creating rain in Flash CS3

My previous post explained and provided a very simple method for extracting colours from a BitmapData image , by averaging the colours in specific areas. This can have several applications, for example it features in a large amount of prototypes for the update to my Motion Tracking engine . However, if you want to create an accurate and representative colour palette from an image it has several flaws, the most obvious being that by averaging colours, you are actually removing or diluting the striking but perhaps less frequent colours in the image – the very colours which often make an image’s colour palette so exiting!

BitmapData Colour Palette › Extracting Interesting Colour Palettes from an Image

http://blog.soulwire.co.uk/code/actionscript-3/colourutils-bitmapdata-extract-colour-palette

Detect and locate webcam motion in Flash 8 « New Movieclip()

In this post I want to discuss the possibilities we have in Flash 8 to detect and locate motion . http://blog.newmovieclip.com/2006/06/11/detect-and-locate-webcam-motion-in-flash-8/

Webcam Colour Tracking Thread

http://www.actionscript.org/forums/showthread.php3?t=163674 The code listed is the code to average 1 "cell", according to the tutorial (forgive me if you already know this). It will not work on its own b/c you need the custom class written by "newmovieclip"...below is a quote explaining this.

Augmented reality using a webcam and Flash

http://www.adobe.com/devnet/flash/articles/augmented_reality.html Adobe Flex uses a special type of code called the Embed metatag.Embed tags, as they are commonly called, enable a property to beinitialized with a value loaded from an external file. A unique aspectis that the byte loading happens at compile time (as the project ispublished) rather than at runtime (while the user interacts with theapplication).