How do I stop audio from happening on click?

0 favourites
  • 3 posts
From the Asset Store
High quality sound effect pack, in the following categories: Simple, negative, pozitive
  • Hi everyone,

    I am brand new to Construct 3 and am having a ton of fun working in this program. I was putting together something based on the tutorial of Construct 3 where you have a player click and a bullet is shot from their gun. I added an audio file to play every time I click on the game. I also added an event that when a monster hits the player he dies and a game over screen appears. However, if I continue to click the screen, the audio file will still play even after the character is no longer there.

    Is there a way to make an event/condition to where once the player is 'destroyed' that the mouse click no longer works? Or to stop the audio file from playing on click? Does that make sense? I have attached a screenshot of my project for reference. Thanks!!

    Tagged:

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • You need to add a second condition to the "On clicked" event, which will check if the character is still alive. It can be "Player is on screen" or "Player health>0" or "Player is animation 'Dead' not playing" or something similar.

    Select the event and press C to add another condition to it.

  • Brilliant! It worked, thank you so much!

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)