Author Topic: Sound FX for scroll view  (Read 2029 times)

jobb

  • Guest
Sound FX for scroll view
« on: January 09, 2013, 09:13:20 PM »
Hi guys,

Does anyone know how to add sound fx for scroll view. Not sure how to detect that the scroll view starts/stops rolling so that i can start or stop playing sfx. I am going to do this based on Example 8. Is there an easy way to do this?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Sound FX for scroll view
« Reply #1 on: January 10, 2013, 01:48:04 PM »
Scroll view is moved via SpringPanel (when after the mouse is released) and by pressing the mouse and actually moving it. You have to keep track of both with some script, and play your sound accordingly.