Author Topic: How to use a single touch or click on many objects  (Read 6037 times)

bodosaher

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 22
    • View Profile
How to use a single touch or click on many objects
« 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

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: How to use a single touch or click on many objects
« Reply #1 on: May 15, 2013, 11:56:09 AM »
Check "sticky press" on UICamera.

bodosaher

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 22
    • View Profile
Re: How to use a single touch or click on many objects
« Reply #2 on: May 15, 2013, 12:13:59 PM »
I really cant thank you enough

PoN

  • Full Member
  • ***
  • Thank You
  • -Given: 1
  • -Receive: 4
  • Posts: 111
    • View Profile
Re: How to use a single touch or click on many objects
« Reply #3 on: May 15, 2013, 09:50:47 PM »
Check "sticky press" on UICamera.
What is that mean ? pls explain
Worked on Doc&DogAge Of Fury 3D. Actually working on WarMach.

bodosaher

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 22
    • View Profile
Re: How to use a single touch or click on many objects
« Reply #4 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 :)