Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: dobe on August 22, 2013, 08:04:54 AM

Title: transitioning panels to specific coordinates
Post by: dobe on August 22, 2013, 08:04:54 AM
Hi all,

I am working on a tutorial mode for my current project and I am trying to figure out how to move my tutorial panels to specific coordinates around my UI as the tutorial progresses.

I am currently working in C#.

Would anyone mind pointing me in the right direction?

Thanks!
Title: Re: transitioning panels to specific coordinates
Post by: ArenMook on August 22, 2013, 10:05:13 AM
TweenPosition.Begin,
TweenTransform.Begin
Title: Re: transitioning panels to specific coordinates
Post by: dobe on August 23, 2013, 05:02:44 AM
thanks BRAH