Author Topic: how to show popup window on other main game window  (Read 1748 times)

Divya Talluri

  • Guest
how to show popup window on other main game window
« 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

Nicki

  • Global Moderator
  • Hero Member
  • *****
  • Thank You
  • -Given: 33
  • -Receive: 141
  • Posts: 1,768
    • View Profile
Re: how to show popup window on other main game window
« Reply #1 on: October 16, 2012, 05:25:51 AM »
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.