How to set the cursor??

Ken Ray kray at sonsothunder.com
Tue Oct 28 22:28:09 EST 2003


Judy,

You need to lock the cursor so it will remain with what you want:

on mouseEnter
  set the lockCursor to true
  set the cursor to <cursor>
end mouseEnter

on mouseLeave
  set the lockCursor to false -- to return to your original cursor
end mouseLeave

Ken Ray
Sons of Thunder Software
Email: kray at sonsothunder.com
Web Site: http://www.sonsothunder.com/ 

> -----Original Message-----
> From: use-revolution-bounces at lists.runrev.com 
> [mailto:use-revolution-bounces at lists.runrev.com] On Behalf Of 
> Judy Perry
> Sent: Tuesday, October 28, 2003 9:02 PM
> To: How to use Revolution
> Subject: How to set the cursor??
> 
> 
> Hi,
> 
> I know I am displaying what a complete imbecile I am, but I 
> simply cannot set the cursor property to save my life.
> 
> What I want to do is change the default cursor to arrow (yep, 
> tried that in the openStack handler) and then have it change 
> to browse/pointing finger when over an area of interest, so I do this:
> 
> on mouseWithin
>   set the cursor to browse -- (or whatever)
> end mouseWithin
> 
> on mouseLeave
>   set the cursor  to arrow
> end mouseLeave
> 
> Why doesn't this work?  I don't know if I've inhaled too much 
> smoke from the 8+ wildfires within 20-30 miles, but I know 
> I'm felling waayy too stupid...
> 
> Judy
> 
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com 
> http://lists.runrev.com/mailman/listinfo/use-> revolution
> 




More information about the use-livecode mailing list