Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: binsint on April 24, 2013, 12:04:32 PM

Title: Popup Problem
Post by: binsint on April 24, 2013, 12:04:32 PM
Hi there! i need help!... i have this BUTTON1 which calls a popup when clicked... i want to disable the collider of BUTTON1 whenever the popup is active... since i can still click BUTTON1 multiple times and popups are being created multiple times..i need only 1 popup... how do i do it? thanks
Title: Re: Popup Problem
Post by: ArenMook on April 24, 2013, 12:32:23 PM
Create a script. Have your popup notify this script. This script will keep track of whether a popup is already open or not, and if not, open it.
Title: Re: Popup Problem
Post by: binsint on April 24, 2013, 02:06:09 PM
Hi there! thanks! now it worked... earlier i can click all buttons behind the popup..