Check this out--

on keyPressed me
  keyup
end


on KeyUp me
  if the keyPressed = "c" or the keyPressed = "C" then
    sprite(17).blend = 100
  else
    sprite(18).blend = 100
  end if
end

If you press c it still does the else loop

what ever key you press it is doing the else command and not the if?  Any 
takers??

ravi
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


[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