Pointing Finger Icon

A Glassy shiny glossy web 2.0 hand pointing at what ever is interesting. See more similar icons on the web 2.0 icons page.
Sorry it is pointing left if you needed one pointing right. I will see if I can’t do another when I have time.
pointingHONESTY BOX Help support this site - Thanks!Bookmark to:

Web 2.0 Speech Bubble and Button

 
I have added another speech bubble to the list of web 2.0 icons. A slight variation on others.
Also I have added a new blue button to the Free Buttons Page.
bubble buttonHONESTY BOX Help support this site - Thanks!Bookmark to:

Super Stripe Blending Tutorial

Blending two images using stripes can be a rather cool way of blending images. The achieve the above image follow the steps laid out below. This tutorial is for Photoshop.
1. Get two images. I have used Superman and Spiderman.

2. Create a new layer for image 1. In this case, Superman and create a gradient […]

Apple Icons & Screensavers

Apple.com do a very nice selection of screensavers and most importantly, ICONS! See the links page for more.
HONESTY BOX Help support this site - Thanks!Bookmark to:

Patterns & Tiles

 
I have just started a new section on Patterns and tiles for use with Photoshop, Paintshop Pro, Gimp etc.
Paterns & Tiles
patterns tilesHONESTY BOX Help support this site - Thanks!Bookmark to:

House Icon

Here is another home icon or house icon. I know they are always in demnad. See more on the web 2.0 icons page.
home houseHONESTY BOX Help support this site - Thanks!Bookmark to:

Return Instance Name of Movieclip

Some Flash Action Script… 
If you ever need to get the instance or parent name of a movie clip you can give the parent movie clip a variable in the first frame such as:
RetName = “sample1″;
Then you can call it at any time using the following method:
InstanceName = movieclip.RetName;
movieclip being the child.
I needed to do this recently for […]