Problem with sounds

0 favourites
  • 3 posts
From the Asset Store
75 explosion sound effects. Essential for many games, Explosions Sounds contains a mix of explosion and impact sounds.
  • So I made a platform game and now I have a sound problem. I made events like if a rolling stone overlapps some special places, you can hear a sound.

    Yeah thats fine, but I just wonna hear the soundeffect when the player is in the window where the event happens. Now you can hear the "rolling stone"

    all over the level. How can I make it, to hear the soundeffects just when the player is in the near or on the window? Thanks !

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • In the event that you made to play the sound, create another condition:

    System: Pick by comparison->Object: Stone Expression: distance(Stone.X,Stone.Y,Player.X,Player.Y) < *distance in pixels where you don't want to hear the sound*

    Remember to place that as the first condition.

    Alternatively use Stone -> 'Is On-Screen', but then it won't work if it happens even a little outside the visible area.

  • Thanks VValt !

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