How to make the mouse pointer invisible

My program/Kiosk style usage situation means I don’t have a mouse or keyboard attached to the computer. When people see the screen (which they see on a TV so they don’t even realize they are looking at a computer screen) they see whatever picture there is, but since moving to leopard I have noticed that the mouse pointer is an unwanted addition on the screen and would like to make it invisible (or at the very least make it always appear in the corner of the screen). In tiger I did this using:

call method “hide” of class “NSCursor”

but it doesn’t seem to work in Leopard. Any ideas?

Thank you for your time and I look forward to hearing back from someone soon.:confused:

Hi,

[NSCursor hide]

or the AppleScript Studio call method equivalent should work also in Leopard.
I’ve just tried it successfully on 10.5.8

Thank you Stefan for the quick reply. You’re right, it works. I don’t know what I was doing, but it’s back to normal now. Again, thanks a lot…:smiley: