# Change button appearance

**URL:** https://forum.kirupa.com/t/change-button-appearance/321558
**Category:** Uncategorized
**Created:** [April 23, 2011, 12:09pm UTC](https://forum.kirupa.com/t/change-button-appearance/321558 "2011-04-23T12:09:29Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ayodhyawasi](https://avatars.discourse-cdn.com/v4/letter/a/ba8739/32.png) [@ayodhyawasi](https://forum.kirupa.com/u/ayodhyawasi)
#### Post date: [April 23, 2011, 12:09pm UTC](https://forum.kirupa.com/t/change-button-appearance/321558/1 "2011-04-23T12:09:29Z")

</div>

Hi

I want to disable my button on release and also want to change its appearance (may be like as “DOWN” status). I am using below code lines to disable it

on (release) {  
mybutton.enabled = false;  
}

But button goes back to “UP” status appearances. Can someone please suggest how to change it’s appearance

Thanks
