playMaker

Author Topic: how to switch audio music when a player dies!!?  (Read 2189 times)

Laggy

  • Playmaker Newbie
  • *
  • Posts: 2
how to switch audio music when a player dies!!?
« on: June 06, 2021, 02:57:08 AM »
Hi all,
         Just a newbie working with the playmaker.
I recently came across the PLAYMAKER and started a pet project to learn out the things

So right now am facing an issue where am not able to switch between audios when my player dies in the game

Have used the same Transition when the player dies to stop the audio

Attaching the screenshot for reference


Have checked the forum but was not able to find a proper solution
Thanks in advance 

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: how to switch audio music when a player dies!!?
« Reply #1 on: June 06, 2021, 08:05:42 AM »
Hi.
on State 3 you are sending the audio play to a different object

If you want to play different sounds you can place a sound on the 'One shot Clip'

This video also might be useful (for events) :


Laggy

  • Playmaker Newbie
  • *
  • Posts: 2
Re: how to switch audio music when a player dies!!?
« Reply #2 on: June 07, 2021, 03:45:33 AM »
Hi djaydino,
                  thank you for the information, I will check those things and will see if things work out.

Thanks a lot, Buddy.