Yes you are right. I caught that just as I pressed the send button :) Does that still qualify for winder shins?
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kerry Thompson Sent: Friday, April 23, 2004 9:42 AM To: [EMAIL PROTECTED] Subject: RE: <lingo-l> KeyDown, mouseDown question > Try: > > on mouseDown > if the key = "z" then > put "Z Down with a click" Steve will probably dance windershins for you, too ^_^ Just a note, though. The key doesn't indicate if the key is currently down--it gives you the ANSI code of the last key pressed. If Steve is looking for simultaneous key presses and mouse downs, I think keyPressed(0) is the function to call. Cordially, Kerry Thompson [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/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!] [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/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!]
