Kids Coloring Book V1 - Version 1 This is an easy to use Kids coloring book. You can load any of the images supported by flash and use it in the application. To add images all you've to do is, change the arrays in the second frame of the main timeline./*******************************************************************/ var images:Array=new Array("images/flower.gif"); var exemptColors:Array=new Array("0x000000,0x333333,0xCC0066");/*******************************************************************/ You can add any number of images in the images Array and the exempt colors for each image in the exemptColors array.All the buttons are directly linked from flash library.You can use any format of images supported by flash although gifs work best with the edge detection of flash.You can set the alignment of buttons either to the left or to the right of the image by setting the value of "controlPanelAlignment" to either "left" or "right".