# Is there a block for check if the sound has stopped?

**URL:** https://community.thunkable.com/t/is-there-a-block-for-check-if-the-sound-has-stopped/2370114
**Category:** Questions about Thunkable X
**Tags:** beginner, help
**Created:** [April 13, 2023, 7:14am UTC](https://community.thunkable.com/t/is-there-a-block-for-check-if-the-sound-has-stopped/2370114 "2023-04-13T07:14:19Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![nwr](https://avatars.discourse-cdn.com/v4/letter/n/c37758/32.png) [@nwr](https://community.thunkable.com/u/nwr)
#### Post date: [April 13, 2023, 7:14am UTC](https://community.thunkable.com/t/is-there-a-block-for-check-if-the-sound-has-stopped/2370114/1 "2023-04-13T07:14:19Z")

</div>

Salam…

Hi guys, is there a “block” to create behavior like this:

```auto
If sound has stopped playing,
do: something

```

I want if the sound has stopped, then the button visible = true

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [April 13, 2023, 3:02pm UTC](https://community.thunkable.com/t/is-there-a-block-for-check-if-the-sound-has-stopped/2370114/2 "2023-04-13T15:02:21Z")

</div>

No, but please comment on this feature request and make sure to link to this topic.

Feature request: [No way of knowing if sound playing is done · Issue #1235 · thunkable/thunkable-issues · GitHub](https://github.com/thunkable/thunkable-issues/issues/1235)

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [April 13, 2023, 4:38pm UTC](https://community.thunkable.com/t/is-there-a-block-for-check-if-the-sound-has-stopped/2370114/3 "2023-04-13T16:38:10Z")

</div>

Hello @nwr . You could save into a variable the duration in seconds of each sound and add a wait button in order to make the button visible.  
 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/d/f/dfd723a665a5d269b376b2e8709eebd08303fc32.png)

---

<div class="post-metadata">

### Author: ![nwr](https://avatars.discourse-cdn.com/v4/letter/n/c37758/32.png) [@nwr](https://community.thunkable.com/u/nwr)
#### Post date: [April 14, 2023, 2:07am UTC](https://community.thunkable.com/t/is-there-a-block-for-check-if-the-sound-has-stopped/2370114/4 "2023-04-14T02:07:02Z")

</div>

Thank you for the answer from Mr. @tatiang and Mr. @ioannis.  
For Mr. Ioannis, if I use the block like you gave, it means I have to put in every duration of the sound, right?. It’s just that a sound I have are quite a lot, sir 😄

mm I’ve seen blocks like this on docs.thunkable site

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/a/e/ae1b04e1bcb3e2fc8add3d21132bde89f809fa7a.png)

Where is the block located? It is possible that there are blocks such as “is sound.wav stop?”

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [April 14, 2023, 9:36am UTC](https://community.thunkable.com/t/is-there-a-block-for-check-if-the-sound-has-stopped/2370114/5 "2023-04-14T09:36:59Z")

</div>

@nwr Here is the block

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/5/8/58ad43566708493c794186deed088378b0e9d85b.png)

You can create a variable list with sound durations.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/f/0f59f292712368bce16ff80133ae10de8a6f27e8.png) [@system](https://community.thunkable.com/u/system)
#### Post date: [July 13, 2023, 9:37am UTC](https://community.thunkable.com/t/is-there-a-block-for-check-if-the-sound-has-stopped/2370114/6 "2023-07-13T09:37:42Z")

</div>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
