Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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?
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.
Develop games in your browser. Powerful, performant & highly capable.
Nvm i got it! doh!
Set global variable to choose (bla, bla, bla)
audio play "global variable"
Thanks blackhornet!