Author Topic: Is there anyway to change the center of the scroll view?  (Read 1683 times)

luizfranca

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 4
    • View Profile
Is there anyway to change the center of the scroll view?
« on: March 25, 2014, 11:38:18 AM »
I was trying to change the center of the scroll view so when I click on a sprite that is inside of it, it goes to a center that I designed.


Thanks.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Is there anyway to change the center of the scroll view?
« Reply #1 on: March 26, 2014, 02:33:06 AM »
UICenterOnClick is a simple script. Look inside of it to see what it does. It simply uses SpringPanel, passing a target position.

If you want there to be an offset, create a version of this script that has an offset.

luizfranca

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 4
    • View Profile
Re: Is there anyway to change the center of the scroll view?
« Reply #2 on: March 26, 2014, 11:53:06 AM »
Thank you very much, I made it  ;D ;D ;D