Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: Kafar on August 31, 2015, 04:04:29 AM

Title: Handle a tween on a panel
Post by: Kafar on August 31, 2015, 04:04:29 AM
Hi,

I have a panel with buttons with a tween position on the panel to sliding the panel when the user click on it.

Now I need to handle the existing tween on panel programmatically from another script and sliding the panel.

Can how to do that? And what trigger condition I select on tween for this case?

Thanks

-Kafar
Title: Re: Handle a tween on a panel
Post by: ArenMook on September 06, 2015, 04:58:13 PM
GetComponent<UITweener>().PlayForward(); ?