Advertisement
dollzito

clicksound effect

Apr 27th, 2024 (edited)
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <script>
  2.  
  3. document.getElementById('buttons01').onclick = function() {
  4. document.getElementById('sound').play();
  5.  
  6. document.getElementById('icons01').onclick = function() {
  7. document.getElementById('sound').play();
  8. }
  9.  
  10. </script>
  11. <audio id="sound" src="https://web.archive.org/web/20221118054750im_/https://cdn.discordapp.com/attachments/916511538410569829/1006909357981712414/mouse_click_fx.mp3" preload="auto"></audio>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement