You are not logged in.

1

Thursday, September 2nd 2021, 6:09pm

A Simple 3D sound trial

I'm using this event to play the positional sound in a certain horizontal range. There are 2 problems. The sound plays in all directions and it doesn't loop. What could be wrong?
<events name="new" keep="true"

onnewpano="playsound_at_hv(3dsound,'audio/heavy_waves_crashing_01.mp3',+90,,,true,1.0,120,);"
onremovepano="stopsound(3dsound);"
/>

2

Friday, September 10th 2021, 9:35pm

Ok I tried with the "playsound_at_hotspot" action and this one is ok inside the event. For some reason I didn't get the "playsound_at_hv" to work.