At 2:24 PM -0400 8/15/05, Cole Tierney wrote:
The keydown doesn't fire while the command key is pressed, at least it doesn't for me. Just try in a frame script:

on keyDown
  if the commandDown then
    beep
  end if
end

To hear the beep you need to remove the commandDown check.

A clearer demo is to try:

on keyDown
  beep
end

Then try holding down the command key while pressing other keys. Release the command key while still pressing other keys and you should hear the beep.

--
Cole

[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 
lingo-l@penworks.com  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to