Hello,
Is there a way how to do it. Because I hate it
Is it possible to write in the tag area the True name of file ? etc. I want to detect some song that is playing now. But only for detecting, you need the tag.
But I can't add the tag to song because the song is randomly selected from this command
There on the photo
dropbox.com/s/uvnknsa1kiax8sa/audio%20tag%202.PNG
It doesn't work because the tag cannot be set from selected songs. If I add the tag to random selection it will add the tag to all songs.
Thank you
Hey
Create a static local variable (for example song)
song -> set value : choose("song1", "song2", "song3")
Play song
If song = "song1" then blablabla
else if song = "song2" then blablabla
else if song = "song3" then blablabla
Here you go
I have a variable and: set value: choose("song1", "song2", "song3")
but know I don't know how to play the variable.
I'm looking for it now
And way how to add custome code...
.
Develop games in your browser. Powerful, performant & highly capable.
Thank you so much