I have 4 buttons each one takes into a different scene, only the last button should display a layer with alpha 75% in top of the buttons and disable those buttons so if you clicked on those you get no where.
any idea how to get there
many thanks
Printable View
I have 4 buttons each one takes into a different scene, only the last button should display a layer with alpha 75% in top of the buttons and disable those buttons so if you clicked on those you get no where.
any idea how to get there
many thanks
well I gues I found the answer:
on (release) {
myButton.enabled = false;
}