playMaker

Author Topic: Detecting Finished from Audio Source  (Read 1638 times)

laynardo

  • Junior Playmaker
  • **
  • Posts: 54
Detecting Finished from Audio Source
« on: June 26, 2016, 02:54:08 PM »
Is there a way in playmaker to detect when an audio source clip is done playing, and then perform an event?

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: Detecting Finished from Audio Source
« Reply #1 on: June 26, 2016, 11:57:15 PM »
If you used the Audio Play action you can used the Finished event.

Otherwise you can use the Get Property action and check the isPlaying property on the Audio Source component. Or there might be a custom AudioIsPlaying action on the Ecosystem...

laynardo

  • Junior Playmaker
  • **
  • Posts: 54
Re: Detecting Finished from Audio Source
« Reply #2 on: June 27, 2016, 07:06:45 PM »
thx! looking into it

laynardo

  • Junior Playmaker
  • **
  • Posts: 54
Re: Detecting Finished from Audio Source
« Reply #3 on: September 10, 2016, 01:34:39 PM »
this is solved.