Help with UI Button

With the UI Buttons is it possible to have them stay with the over image after being selected? I say this because my screen changes take about a second to transition and it looks strange when the button that the user selects switches back to the default image?

All I really need to be able to do is change the image of an already created displayObject, is this possible? [import]uid: 5833 topic_id: 1151 reply_id: 301151[/import]

No, you can’t change the image of an object. Each different Image is a seperate object. [import]uid: 5712 topic_id: 1151 reply_id: 2995[/import]

I thought that might be the case, other than sneakily destroying the button and replacing it with a static image is there any other better way? [import]uid: 5833 topic_id: 1151 reply_id: 2996[/import]

Don’t destroy it when you need it again, just either have the new button be drawn on to or better… make the old button invisible. [import]uid: 5712 topic_id: 1151 reply_id: 2999[/import]