We present a custom AS3 WoodTexture class for creating wood-textured display objects completely from code.
The class creates a Sprite with the same shape and mouse interactivity as any source Sprite that you pass
to the constructor. The very realistic texture is created with a combination of BitmapData methods: perlinNoise(),
paletteMap(), and copyChannel(). Download all Flash and AS3 source code files.