Dear all
Should be a quick one but it's got me stumped.
I want the cursor to change it's appearance when entering and leaving the
stage when replayed as a projector.
At present I'm using:
on exitframe
if inside(the mouseloc, (the stage).drawrect) then
cursor(2)
else
cursor(-1) -- or cursor(0)?
end if
end exitframe
I have tried many other ways but all have the same result:
the cursor changes whenn first entering the stage (ie cross-hairs in this
eg) but won't change back when leaving the stage area.
Any ideas?
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
[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!]