Can't get changed cursor to show up
Posted: Thu Oct 04, 2012 11:33 pm
I am trying to set the cursor to a magnifier. I have a 32x32 pixel image of a magnifying glass and when put the following script in a button, nothing happens:
on mouseUp
set the cursor to 1020
end mouseUp
I've tried various ways of invoking this, like:
set the cursor to the ID of image "Magnifier"
There is no error thrown, a breakpoint verifies that this command is actually being executed. And, I've tried it with the magnifier cursor image in the image library as well as a 32 pixel color image, which I prefer.
The docs don't say much at all about setting cursors, or complications. So...... what's up?
on mouseUp
set the cursor to 1020
end mouseUp
I've tried various ways of invoking this, like:
set the cursor to the ID of image "Magnifier"
There is no error thrown, a breakpoint verifies that this command is actually being executed. And, I've tried it with the magnifier cursor image in the image library as well as a 32 pixel color image, which I prefer.
The docs don't say much at all about setting cursors, or complications. So...... what's up?