Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: joni.giuro on January 14, 2014, 04:57:33 AM

Title: ScrollView confusion
Post by: joni.giuro on January 14, 2014, 04:57:33 AM
Hi All!
I dowloaded NGUI a couple of days ago and it looks great, but I'm a little confused about the scrollviews, since the tutorials online use a script I can't find (I think they're updated).
Here's what I have. It looks good but it won't scroll :(

(http://zhereicome.com/experiments/statics/Bildschirmfoto%202014-01-14%20um%2010.52.30.png)

Any idea? Thanks
Title: Re: ScrollView confusion
Post by: Cripple on January 14, 2014, 05:01:52 AM
Hello,

You have to add the script "UIDragScrollView" on each item of the scrollview (and its background) to be able to scroll it. Of course they also need a box collider.

Add this script, and fill the reference to your UIScrollView script.
Title: Re: ScrollView confusion
Post by: joni.giuro on January 14, 2014, 05:16:52 AM
I love you <3 !