Author Topic: ScrollView confusion  (Read 2233 times)

joni.giuro

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 3
    • View Profile
ScrollView confusion
« 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 :(



Any idea? Thanks

Cripple

  • TNP Alpha
  • Full Member
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 117
    • View Profile
Re: ScrollView confusion
« Reply #1 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.
Graphicstream Dev.

joni.giuro

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 3
    • View Profile
Re: ScrollView confusion
« Reply #2 on: January 14, 2014, 05:16:52 AM »
I love you <3 !