text shift not work in buttons?
Posted: Mon Dec 01, 2008 2:30 am
The following code will shift text in text fields (when referenced), but, won't shift the text in buttons. Is this expected behavior? If so, how do you overcome the problem that the built-in text shift for buttons is NOT vertically centered?
Code: Select all
on mouseup
set the textshift of char 1 to -1 of me to 2
end mouseup