Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: Divya Talluri on October 16, 2012, 12:20:46 AM
-
Hi Aren,
I want to create a popup window, which has to popup on other window.On this popup I am having some widgets like uibuttons and uilabels.
That popup should have some animation while popping up.And on close button I have to remove the popup.
How to implement this? May be this question is very simple one :) , but I am new to NGUI and programming too..
Thanks in advance..ASAP plzz..
Divya
-
In a way this is actually a very big question, since doing the animation and stuff is more of a design thing.
You have to handle screens and popups yourself, you can put them together from widgets in a single panel, and then just tween in a parent object to all the widgets.
Put together your popup from widgets and then build on top of that - make it possible to show and hide that popup.