Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: bodosaher on May 15, 2013, 11:05:58 AM

Title: How to use a single touch or click on many objects
Post by: bodosaher on May 15, 2013, 11:05:58 AM
So now if i click on a button i can see the effect but if i drag the pointer while clicking and hover on another button it doesnt have any effect over it. So how can i affect multiple buttons while holding the mouse button?
I hope that makes sense
Title: Re: How to use a single touch or click on many objects
Post by: ArenMook on May 15, 2013, 11:56:09 AM
Check "sticky press" on UICamera.
Title: Re: How to use a single touch or click on many objects
Post by: bodosaher on May 15, 2013, 12:13:59 PM
I really cant thank you enough
Title: Re: How to use a single touch or click on many objects
Post by: PoN on May 15, 2013, 09:50:47 PM
Check "sticky press" on UICamera.
What is that mean ? pls explain
Title: Re: How to use a single touch or click on many objects
Post by: bodosaher on May 16, 2013, 07:50:54 AM
There is a variable in the inspector of the UICamera script, Its called sticky press and its supposed to keep updating the last hit of the mouse as long as its still clicked.. at least i guess :)