Support => NGUI 3 Support => Topic started by: jaz1974 on December 05, 2013, 07:44:03 PM
Title: One Click to Rule Them All!!
Post by: jaz1974 on December 05, 2013, 07:44:03 PM
Hi guys,
I'm hoping for some guidance.
I have a set of buttons which do something when clicked (using an OnClick script). I'm trying to figure out how I can click all those buttons simultaneously by clicking on a single master button.
Looking into it, it seems I should be using UIEventListener, but I'm struggling with how I should set this up. Anyone got any advice?
Much appreciated,
Jaz
Title: Re: One Click to Rule Them All!!
Post by: Nicki on December 06, 2013, 03:54:50 AM
Depends on what you mean by Click.
If you want to make a full fake clicking, then you can forward the OnClick event from your master button to the others.