Hi guys,
I am an NGUI newbie and am enjoying the plugin, its great to use and extremely intuitive!
However, onto my question - I'm trying to port my title screen menu system to utilize these. I have a TV screen which begins by displaying a non-interactive/clickable animated texture which after a few seconds displays a different animated texture that can be clicked. After it has been clicked, it moves to a third texture which is again non-clickable. However, if it is not clicked it will move onto a different third texture. Now, I've gone through the video examples on your site but none of them seem to mention a GUI of this style.
The process goes like this:
If Texture_2
not clicked:
non-clickable --------------> clickable ----------------> non-clickable
Texture_1 ----------------> Texture_2 ----------------> Texture_3
---
If Texture_2
clicked:
non-clickable --------------> clickable ----------------> non-clickable
Texture_1 ----------------> Texture_2 ----------------> Texture_4
I was wondering if anyone can steer me in the right direction here.
Thanks in advance and keep up the good work!