Author Topic: OnHover and touches (3.7.4)  (Read 2654 times)

adb

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 4
    • View Profile
OnHover and touches (3.7.4)
« on: October 02, 2014, 12:44:38 PM »
Hello,

I have a button with a UIPlayTween script on it triggering on "On Hover". The tween it plays is a TweenColor. When I test on mobile, with a touch interface, the "On Hover" effect sticks on when I press the button: it turns on and doesn't go away.

I understand that there is no "hover" on mobile, but the game is a hybrid computer/mobile. I can work around by setting the UICamera to use only touch, but this feels like a bug, so I am reporting it.

Also, I tested the UIButton hover color change as well. It acts differently and is more reliable, but I still can get it to stick to the hover color (in this case alpha).

Cheers,
Alain-Daniel