Hi, i want to make a program ( if i can with C2) to select a track from a folder and to play it, simple as that, but i can't do it with file chooser.
I tried to take the track url and to run it with nw.js but that doesn't worked.
Any suggestions ?
hi, when you import your music files with construct 2, after you have chosen the conditions to play musics, add as action : play music (or sound) : random("nameofmusic1", "nameofmusic2", etc...) Construct 2 will chose randomly the music.
Develop games in your browser. Powerful, performant & highly capable.
Yes, but i can't use mp3, isn't it ?
yes construct will convert them into ogg or aac
KnightStudio
It will automatically ?
i must not convert them ?
sorry i said a mistake, not random ("nameofmusic1" etc..) but choose("nameofmusic1", "etc...") and yes construct 2 will convert them