Page 1 of 1

Icons as cursors

Posted: Tue Oct 06, 2009 5:44 pm
by mtecedor
Hi All,

I am trying to customize my cursors. I have followed the directions in Stephen Goldberg example and webpage. I have tried making my own png images and using icons downloaded from the web.

Basically, I want the cursor to become a highlighter when the user clicks on a button.

What happens is that the cursor becomes a white square or a white filled image. Stephen Goldberg talks about this problem in his example.

Any suggestions about how to fix this problem?

Thanks

Posted: Tue Oct 06, 2009 6:33 pm
by FourthWorld
Cursors are a little finicky in Rev. IIRC they must be GIFs, and the first color must be the mask color.

Because most GIF-generating tools use all sorts of different ways of ordering the colors, I often find it easier to not make the mask at all, and just make a 16x16 image and bring it into Rev where I use the paint tool to erase the empty region. A bit more work, but modifying the image in Rev always assures the color order is correct for use as a cursor.

Posted: Tue Oct 06, 2009 7:16 pm
by trevordevore
Try this lesson out. It shows how to make a cursor from a PNG image.

Creating a Custom Cursor

Posted: Tue Oct 06, 2009 7:49 pm
by Mark
Hi mtecedor,

You can find cursor and info about how to make them at http://economy-x-talk.com/developers.html

Best,

Mark

Posted: Wed Oct 07, 2009 1:40 pm
by mtecedor
thanks all for the suggestions. I will see what I can do.