Hello everyone,
Is there a way to get a sounds tag, when its playing?
For example:
Sound with tag "whale" is playing
if not, then is it possible to get the playing sounds "filename" withought the extension?
Right now im using this:
Audio: Play choose("bird","duck","cat","tiger") from Sounds
How do i make a text object show what file is playing?!
Anyone please?
Develop games in your browser. Powerful, performant & highly capable.
Store the "choose" into a variable first, then Play it and Show it.
I dont get it :/
"choose" is just picking a random audio file, right?
i have around 185 small audio files.
Nvm i got it! doh!
Set global variable to choose (bla, bla, bla)
audio play "global variable"
Thanks blackhornet!