HyperCard: Setting Default Of Auto Hilite To True


To set the default of autohilite to true, simply add the following script
to your stack script. Then, any new buttons you add to that stack will
automatically have autohilite set to true.

on newButton
set autohilite of button "New Button" to true
end newButton


Published Date: Feb 18, 2012