From: Lenore H. <lh...@si...> - 2009-09-12 22:56:32
|
I'd like my buttons to change colors when they've received a button press. I can get an apparent color change by recreating the button. However, if I change the text , I see both texts stacked on top of each other, so I think I'm just piling up the buttons. I've tried using buttonname.color=color.newcolor without success. I have tried buttonname.visible=False del buttonname and the button doesn't disappear. So in general it's looking to me like buttons don't behave the way ordinary objects do. Is this correct? Lenore |