Advertisement
izuemis

Mouse Click SFX

Sep 7th, 2022
1,187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <script>
  2. document.getElementById('text01').onclick = function() {
  3. document.getElementById('sound').play();
  4. }
  5. </script>
  6. <audio id="sound" src="https://cdn.discordapp.com/attachments/916511538410569829/1006909357981712414/mouse_click_fx.mp3" preload="auto"></audio>
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement