Hello, Is there a way to allow a person to upload their own audio into a game?
Like, you want your own background music and then you press a button and choose a file from your computer to play in the background.
Hello, Is there a way to allow a person to upload their own audio into a game? Like, you want your own background music and then you press a button and choose a file from your computer to play in the background.
Use the 'File chooser' object so player can select a music file. Then you can get the URL of that file and use 'Audio' plugin action 'Add remote URL' to add it to the project sounds.
More info in docs: construct.net/en/make-games/manuals/construct-3/plugin-reference/audio
Develop games in your browser. Powerful, performant & highly capable.
what should i do here?