Page 1 of 1

Change the default cursor of revolution

Posted: Fri Nov 21, 2008 12:02 pm
by alemrantareq
Hi,
I need a solution. Rev studio has its own cursor. I've made a script with "Hand" cursor of rev, but its not preferable to me. How can I use my own cursor in leau of the "hand" cursor of rev?

Posted: Sun Nov 23, 2008 1:49 pm
by Janschenkel
In theory it can be as simple as

Code: Select all

set the defaultCursor to theCursorImageId
assuming that you have imported a correct image into your stack and that 'theCursorImageId' corresponds to its ID.

Jan Schenkel.

Posted: Sun Nov 23, 2008 6:28 pm
by BvG
don't forget the "lock cursor" command, respectively the "lockCursor" property. It's important for many cases too.