Author Topic: Scroll View (interaction)  (Read 2202 times)

AlexeyTsoy

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 20
    • View Profile
Scroll View (interaction)
« on: July 11, 2015, 03:03:36 PM »
Hello! I have 5 different weapons via scroll view i want to select one of weapons! I can attach to each weapons button script and interact to indicate type of weapon! but I want to do it just scrolls and when necessary weapon in center of window type of weapon will indicate automatically! Something similar to it https://www.youtube.com/watch?v=C5SmzaG1Y9c


sorry for my english
« Last Edit: July 11, 2015, 03:11:47 PM by AlexeyTsoy »

AlexeyTsoy

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 20
    • View Profile
Re: Scroll View (interaction)
« Reply #1 on: July 12, 2015, 04:30:17 AM »
I have bought a license

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Scroll View (interaction)
« Reply #2 on: July 12, 2015, 08:00:58 PM »
UICenterOnChild can be used to center the scroll view on a specific object. You can also use same logic as in UICenterOnClick to do the same thing.