how to play music when ad is clicked for 30 second

how to play music when ad is clicked for 30 second

Add a Player and a Clock component.
Disable the Clock’s enabled property from the Design view. Set interval to 30000.

When Ad Clicked
Set Clock1 Enabled to true
Player Start

When Clock1 Timer
Player Stop
Set Clock1 Enabled to false

1 Like

Do not ask the same question like you did on a other community forum…

1 Like