Sound isn't working

hello,
I am trying to play a sound when colliding with an actor however the sound does not play. (the file type is an aiff and I have imported it as sound by the way), what rules and/or behaviours could I use to make the sound play when colliding with an actor?

Comments

  • AlchimiaStudiosAlchimiaStudios Member Posts: 1,069

    Try putting the play sound in a timer set to after 0 seconds, with run to completion checked, inside of the collision rule.

    If that doesn't work post a screenshot of your rules.

    Follow us: Twitter - Website

  • bob loblawbob loblaw Member, PRO Posts: 793

    if actor1 overlaps/collides with actor2
    -play sound (run to completion)

    what do you have the volume set at?

    if you want to make sure the collision i working, test it with a display text variable in there as well. not sure, but if all else fails, maybe try converting the sound file to .wav and try again?

Sign In or Register to comment.