Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: lzt120 on July 30, 2012, 12:33:41 AM

Title: Curve Slider
Post by: lzt120 on July 30, 2012, 12:33:41 AM
How can I make the slider instead of verticle or horizontal but curvely as the attachment ?
Title: Re: Curve Slider
Post by: ArenMook on July 30, 2012, 06:12:32 AM
Use a filled sprite set to a radial fill.
Title: Re: Curve Slider
Post by: lzt120 on July 30, 2012, 09:58:44 PM
There is button instead of fill sprite to move along with that curve by the mouse movement.
Title: Re: Curve Slider
Post by: ArenMook on July 31, 2012, 12:42:18 AM
No, there is no logic for dragging of a curved sprite, only drawing. You will need to code it yourself.