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/ Adobe TV does its best to acommodate transcript requests. It can take a few weeks for the transcript to become available in the Community Translation Project, so keep checking back. An error occurred while processing your request.

Photoshop CAFE TV - Creating rain in Flash CS3 | Adobe TV

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 › Soulwire

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.

Webcam Motion Detection: Using the BitmapData API in Flash 8 | Adobe Developer Connection

Some time ago I came across various processing experiments that monitored the active webcam for movement and allowed the user to interact with the program or art piece by moving around when in view. Until now Macromedia Flash Player has never been able to access the pixel data of a webcam feed; however, with the release of Macromedia Flash Player 8 comes an impressive and generous new feature—similar in many respects to Imaging Lingo in Director—that gives developers the power to create and modify bitmaps at runtime with ActionScript. This feature comes in the form of a new BitmapData ActionScript API. http://www.adobe.com/devnet/flash/articles/webcam_motion.html

Augmented reality using a webcam and Flash | Adobe Developer Connection

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).