Accursed cursors
Posted: Thu Aug 22, 2024 4:56 pm
This:
leaving the field I end up with an invisible cursor.
If, however I use this script:
as a fieldScript does a fine job of converting the cursor to my bespoke cursor inwith the field: but, onon mouseEnter
set the lockCursor to true
set the cursor to (the ID of image "SR" of card "DEPOSITORY")
end mouseEnter
on mouseLeave
set the lockCursor to false
set the cursor to 0
end mouseLeave
leaving the field I end up with an invisible cursor.
If, however I use this script:
on leaving the field I end up with a hand cursor.on mouseEnter
set the lockCursor to true
set the cursor to (the ID of image "SR" of card "DEPOSITORY")
end mouseEnter
on mouseLeave
set the lockCursor to false
set the cursor to arrow
end mouseLeave