When a player is used, it sends a message playerFinished when it is done playing. But, when I play an imported audioClip, using
play audioClip "clipName"
how would I know it is finished? (actually, I am trying to make an image blink as long as the audioclip is playing).
Thanks for any help,
Sri.
How to know when my audioClip has finished playing?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: How to know when my audioClip has finished playing?
you can use "the sound" and poll to see if its done.
Code: Select all
if the sound is done then
stop blinking the image
end if
Re: How to know when my audioClip has finished playing?
Thanks, sturgis!
Regards,
Sri.
Regards,
Sri.