Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started 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
-
GetComponent<UITweener>().PlayForward(); ?