Sounds

christicchristic Member, PRO Posts: 18

I want to play a sound, followed by another sound, but they both play same time. They are in same actor, one just below the other.


Thanks

Comments

  • adent42adent42 Key Master, Head Chef, Executive Chef, Member, PRO Posts: 3,065

    When you see "Play Sound" think "Start Playing Sound" as the action it takes. So the system will start playing each sound one right after the other.

    To get the behavior you're looking for, you need to add an "After" Timer around the second sound. Something like:

    • Play Sound 1 (sound is length 1:30)
    • Timer After 90 seconds
      • Play Sound 2
  • christicchristic Member, PRO Posts: 18

    Thank you I will give that a try

  • christicchristic Member, PRO Posts: 18

    That seems to be working, thank you.

Sign In or Register to comment.