Mixed Brush, great tool come with Adobe Photoshop CS5

Try painting with Mixed Brush Tool Great tutorial from Adobe TV http://tv.adobe.com/watch/learn-photoshop-cs5/using-the-mixer-bru

p1

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

p1

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

p1