Image on button get disabled

  1. Made app so that when a button(with image) is pressed, media file is played, button should be disabled while media is playing.
  2. Once media is complete, button should be enable again

Issue is:

  1. On startup Image is not blurred. Once i presson the button image got dim, media gets completed, but image does get full bright again once media is complete

First, use this block instead TouchDown Block :

component_event

This is the normal behavior of a disabled button. Instead of disabling the button, use a variable as a flag:
blocks - 2021-05-16T114314.469


blocks - 2021-05-16T114320.595