Does any1 know how to display what’s been selected from the menu. for example changing the color of the button when its been activated.
thanks,
Nikolay
what menu are you talking about? if you mean just a regular navigation you can use the color object. if you mean the menu component check out ultrashock’s tutorial on their site.
btw-welcome!
Thanks for the reply mate,
i was talking about the navigation menu.
but how do i use those color objects ?
thanx
no problem boss
Thanx for the link.
I made it to work. but now how would i change the color back to its original when another menu item is clicked ?
Thanx again
ok so i did this
on (release) {
myButton2._alpha = 50;
}
Is there a way to reset the alpha values for other buttons that has been pressed before .
Thanx