Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: lzt120 on December 25, 2013, 05:49:13 AM

Title: NGUI 2.63 Number Selector
Post 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.
Title: Re: NGUI 2.63 Number Selector
Post by: Maskawanian on December 25, 2013, 12:41:17 PM
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?
Title: Re: NGUI 2.63 Number Selector
Post by: lzt120 on December 26, 2013, 08:37:17 PM
By switch the position of last item and first item,it works.