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