Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: lzt120 on December 25, 2013, 05:49:13 AM
-
I want implement Number Selector as show in picture attached. Using the UIDraggablePanel and I can drag the number now. But it has to connect last number and first number continuously . For example, if I drag up the items to number 9, the next item follow the number 9 must be number 0 in localposition;if I drag down the items to number 0,number 9 has to be the previous item of number 0 in localposition.
Thanks in advance for any help.
-
How about two sprites of 0-9, then when you get to the middle of the 2nd one down reposition the sprites or the scroll so that there is a sprite below?
-
By switch the position of last item and first item,it works.