Advertisement
StormChat

ON ROLLOVER - Sound

Nov 21st, 2019
360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. ;;Copy and Paste the script below
  2. ;;Change "BLANK.mp3" to a uploaded MP3, or WAV file of your choice
  3.  
  4. ON ROLLOVER { "BLANK.mp3" SOUND }
  5.  
  6. ;;Add the following to have the sound stop on rollout
  7.  
  8. ON ROLLOUT { SOUNDSTOP }
  9.  
  10. ;;Thank you for supporting Storm Palace Hosting
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement