1. ScrollBar in Slider style :
I created a spider/web style scrollbar, but the scrollbar would be auto resized when OnValueChanged.
so i created a slider, use the web sprite as foreground, and the spider sprite as thumb, and also added a script to receive OnValueChanged event. with the script, I could set the scrollbar value to the slider.
In the 3.0.7, a scrollbar foreground is required, so i should have to add a empty widget for the scrollbar, but the widget is useless!
2. Multi Inputs Tweens:
Sometimes we need to tween something with multi inputs, ex: tweenPosition by some points, instead of from-to.
it will be fantastic if some built-in tweens of NGUI support multi-inputs.
thanks