Hello,
In my game, player can drag objets (paper leaves on a wooden desk) on scree. I'd like to add sound to the movement and this song speed will be related to object drag speed.
I made a test file that works not so badly except sound play is a bit erratic. I tried with ponctual and continuous sounds (both are in the project).
Any idea I could render this a bit more realistic (remember its all about paper being dragged upon a wooden desk).
https://www.dropbox.com/scl/fi/cpzsa4i96y077bsei9avo/Test-Drag-Sound.c3p?rlkey=u82ojllmdrxg8uk846uzn71cz&dl=0
Develop games in your browser. Powerful, performant & highly capable.
You may be changing speeds too abruptly.
If you do it with "lerp", it will be softer.
You may be changing speeds too abruptly. If you do it with "lerp", it will be softer.
Thank you ! It is actually well better ! Would you have a sound to advise to use to match the sound of paper sliding on wood ?
Sound is a weak point in my projects.
I'm not competent at it.