Archive for February, 2007

Illustrator Plug-ins

Tuesday, February 20th, 2007

Some pretty awesome practical and useful plugins for Illustrator from Graffix. Check them out.

Plugins
Concatenate
Nudge Palette
Square-Up
Select
Alien Palette
Cutting Tools
Trackplan Tools
Proof Block
Isometric Line Tool
Arrowheads

Customizing the menu tree component in flash

Tuesday, February 20th, 2007

If you like to customize (skinning) the look of your menu tree component in flash please take a look at the following examples of the properties you can change.

public var myTree:Tree;

myTree.setStyle(”fontSize”, “10″);
myTree.setStyle(”fontFamily”, “Verdana”);
myTree.setStyle(”backgroundColor”, “0xEBEBEB”);
myTree.setStyle(”borderStyle”, “none”);
myTree.setStyle(”color”, “0×666666″);
myTree.setStyle(”rollOverColor”, “0xE3E3E3″);
myTree.setStyle(”selectionColor”, “0xE3E3E3″);
myTree.setStyle(”textRollOverColor”, “0×666666″);
myTree.setStyle(”textSelectedColor”, “0×666666″);

If you want to customize the icons in your tree component you can by creating your own icon. Convert your icon to a movie clip symbol and it’s important that you give it a unique Linkage Identifier name. You can do this by clicking on the Advanced button in the Symbol Properties box. If you don’t you will not be able to customize the look of your icons. These are the 5 icons you can customize.

myTree.setStyle(”defaultLeafIcon”, “LinkageIdentiferName”);
myTree.setStyle(”folderClosedIcon”, “LinkageIdentiferName”);
myTree.setStyle(”folderOpenIcon”, “LinkageIdentiferName”);
myTree.setStyle(”disclosureOpenIcon”, “LinkageIdentiferName”);
myTree.setStyle(”disclosureClosedIcon”, “LinkageIdentiferName”);

For more infomation on customizing the tree component in flash click here.

iStockphoto.com

Monday, February 19th, 2007

Check out and please buy my first two istockphoto.com contributions. More to come!

http://www.istockphoto.com/file_closeup.php?id=2875711

http://www.istockphoto.com/file_closeup.php?id=2875668

View My Portfolio

CSS Speech Bubbles

Sunday, February 11th, 2007

My friend Eric sent me this great link for creating CSS speech bubbles with rounded corners and all!

Click here to check out the link.

Creating seamless patterns in Adobe Illustrator

Sunday, February 4th, 2007

Last night I found this great PDF on how to create seamless patterns in Illustrator.

Click here to download the PDF instructions

And stay tune for my RetroPattern Series coming to istockphoto.com soon.