Hi was trying to implement a file browser in ngui for my app, and I list all the files and directories using the prefab toggle and using it like radio buttons, so when I click on a file this is highlighted (the checkmark is the sprite that highlights the item), so I setup my checkmark with an alpha value of 90 (0-255) on the sprite color. The problem is when I hit play and I click on file checkmark always its show with alpha 255 value and doesn't respect the value that I put on the sprite alpha value on my setup.
How can I solve this?
Thanks in Advance.