Hi @DaniYubero,
To ensure there is no delay with the playing of sounds, you can pre-load them by adding a script:
Sound.load("sound_id_goes_here");
It may also be worth playing sounds on-hover too, but that’s something to experiment with.
Great idea!
Geoff@TechLeap