Eos editor,How to let the sound stop at a specific step
-
SDEN841877047
- Explorer

- Posts: 12
- Joined: Thu Feb 14, 2019 8:41 am
Eos editor,How to let the sound stop at a specific step
- Attachments
-
- asdf.png (58.91 KiB) Viewed 898 times
- Drool
- Experimentor

- Posts: 1673
- Joined: Sat Nov 28, 2015 2:24 pm
- Gender: Male
- Sexual Orientation: Open to new ideas!
- I am a: Switch
Re: Eos editor,How to let the sound stop at a specific step
The easiest way to make a sound stop playing is to go to a new page. 
-
RemiHiyama
- Explorer At Heart

- Posts: 203
- Joined: Thu Feb 28, 2019 3:30 pm
- I am a: Switch
Re: Eos editor,How to let the sound stop at a specific step
You can do it with javascript.
Replace 'example' with the id of the Audio:Play action, put it in an eval action, and it should work.
Code: Select all
Sound.get('example').pause()Auto: Replaces selected instances of the word "not" with the word "definitely".
