Hi there.
Just picking my way through NGUI here. My experience with C# is next to nill.
I have a few textures that I want to browse through the use of two buttons that go backward and forward.
I have no idea how to achieve this, other than theoretically.
For example there needs to be a page counter var, that goes +1 with one button and -1 with the other.
Then depending on the var value, the alpha of the specific numbered texture goes from 0 to 1.
However as I said, I'm not familiar with C# and I don't know how to connect things.
Please help. Thanks.