Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: jobb on January 09, 2013, 09:13:20 PM

Title: Sound FX for scroll view
Post by: jobb 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?
Title: Re: Sound FX for scroll view
Post by: ArenMook 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.