>>global gCursor
>>
>>on mousewithin
>>    gCursor = 280
>>end
>
>the cursor works almost fine (it keeps blinking sometimes) without 
>the needing of creating a global.

If your cursor is changing without a global, then I think your script 
is like this:

on mousewithin
     cursor 280
end


The important thing about the way I was suggesting is that only one 
handler anywhere is trying to set the cursor. If you have various 
handlers trying to set the cursor they might clash, and you would get 
a cursor that flickers.


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to