Yet another way you could do this is to first create a check box, and call
it something like "Run Card Script".  Then, in your card script, you would
put this:

on keydown key
If the hilite of btn "Run Card Script"=false then exit keydown
--do other stuff here
pass keydown
end keydown

Scott Slaugh

Reply via email to