Try painting with Mixed Brush Tool Great tutorial from Adobe TV http://tv.adobe.com/watch/learn-photoshop-cs5/using-the-mixer-bru
Apply Properties to an object from XML or XMLList
Assume that we have config properties for an object by xml or xmllist as below: <attributes> <x>-10</x> <y>45</y> <scaleX>0.9</scaleX> <scaleY>0.9</scaleY> </attributes> Here is the function applies properties from xml to target object: private function applyProperties(targetObject:Object, resourceObject:XMLList):void { if

Orbit Menu
This is a small testing program that written in AS3 to arranging menu item in circle way, and the item will move along the circle when user drag on the stage. Download code: http://dl.dropbox.com/u/25438162/roundedMenu.zip Required: FlashDevelop, FlexSDK3.5 swfobject.embedSWF("http://dl.dropbox.com/u/25438162/sharedAppAs3/roundedMenu.swf", "roundedMenu", "600", "400", "10.0.0"); roundedMenu Alternative

Category List
- Actionscript 3 (2)
- Digital Painting (1)
- Life style (1)
- Photoshop (1)
- Sencha Touch (1)