> 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!]
