Hi guys. I'm trying to get an effect where a sound will disappear if you get far away from it but I don't really understand how the sound works in construct.
This is what I'm doing now and it works to a degree, but the sound never fades out entirely (maybe its because i'm not going far away enough but I need it to fade out from less distance)
<img src="http://puu.sh/3A1mZ.png" border="0" />
Also, I did set a listener object. The sound DOES fade, but I need to get it to fade out entirely after a distance of say 2000 pixels. What should I do here?