Creating a Custom Cursor
This lesson will show you how to create a custom cursor that you can use in Revolution. If you want to modify one of the existing Revolution custom cursors then take a look at the stack revCustomCursors by executing the following script in the message box:
go stack "revCustomCursors"
Create The Cursor Image
Create a 16x16 pixel image in your favorite image editing application. You can have black, white or transparent pixels.
Set the defaultCursor
Set the defaultCursor to the id of the image you just imported. I created a button with the script you see here.
Set the paintCompression
The image data needs to be converted to an internal format that will work as a cursor. In the message box set 'the paintCompression' to "RLE".
Select Pencil Tool
Select the pencil tool in the Tools palette (1). Make sure the pencil color is black (2).










0 Comments
Add your comment