Author Topic: Creating a scrollable lable like marquee in ngui?  (Read 4280 times)

gk

  • Newbie
  • *
  • Thank You
  • -Given: 1
  • -Receive: 1
  • Posts: 7
    • View Profile
Creating a scrollable lable like marquee in ngui?
« on: November 10, 2014, 07:32:44 AM »
I am trying to create a label with marquee kind of text movement in unity using NGUI, but could not achieve anything yet.It would be great if someone give me an idea to solve this issue. Thank you,

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Creating a scrollable lable like marquee in ngui?
« Reply #1 on: November 10, 2014, 09:00:41 PM »
Create a scroll view, or just a panel set to clip. Add a label child to it. Move the label's position so that it moves from right to left over time.