>I want the cursor to change it's appearance when entering and leaving the
>stage when replayed as a projector.
Once the cursor leaves the Director window, it's out of Director's control,
so you can't change it from Director.
You could kludge something up, though. Try creating a transparent sprite
overlay almost the size of the stage--leave, say, a 1- or 2- pixel border.
Then attach this behavior:
on mouseLeave me
cursor(-1) --or whatever
end
You might have to play around with the exact border size, but something
like that should work.
Cordially,
Kerry Thompson
[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!]