Button that plays sound file

Hi
Bit confused as to how I make this work - I want simple buttons that when pressed play a short sound file. There don’t seem to be any tutorials for this…please help!

1 Like

Easy to do!

  1. Add an Action. There is one to play sound.

  2. Add a script to a button and in it put the full name of the sound you want to play followed by .start();

Symbol.nodes.mysound.start();

1 Like