Thanks a lot. But, I figured out how to do it a differant way... Here it 
is..

In the Card or Stack script put...

on keydown key
  if cd fld "Keys" = "false" then exit keydown
---Other junk here---
pass keydown
end keydown

In the button script put this...

on mouseUp
put "false" into cd fld "Keys"
---Other crap here---
end mouseUp

But, it was simular to yours so, thanks a lot anyways! :)

 - Josh Dye

Reply via email to