Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: luizfranca on March 25, 2014, 11:38:18 AM

Title: Is there anyway to change the center of the scroll view?
Post by: luizfranca 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.
Title: Re: Is there anyway to change the center of the scroll view?
Post by: ArenMook 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.
Title: Re: Is there anyway to change the center of the scroll view?
Post by: luizfranca on March 26, 2014, 11:53:06 AM
Thank you very much, I made it  ;D ;D ;D