> I could launch ELO

Wow, they were my favorite band back when I was in seventh grade ;-)

> a key combination from director - it might be
> simple enough to make the cursor visible again at that point.

Right -- that's what I meant by the 'emergency' key, but using Director
only:

-- in a looping frame script

on keyDown me
  case key() of
    "c": -- whatever
       mainScreen = the desktopRectList[ 1 ]
       -- cause the cursor to appear at screen center
       baPlaceCursor( mainScreen.width / 2, mainScreen.height / 2 )
  end case
end

HTH
Rob

/*********************************
* Rob Wingate, Software Human    *
* http://www.vingage.com         *
* mailto:[EMAIL PROTECTED] *
*********************************/

[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