I use filechooser so players can upload to the game. I would like other players to be able to download those files. Is this possible?
Develop games in your browser. Powerful, performant & highly capable.
heres the capx
dropbox.com/s/rnt913r8b3thzn5/uploaddownload.capx
is it possible to allow players to download sprites from the game?
Try Using DropBox or OneDrive. You just need to export the file and send it to them
Hi Titan Games
Yes its possible. I've put some code in the updated CAPX below:
https://1drv.ms/u/s!Am9ctVZP5a3jieoIBBoqxZhmhHLtDQ
Give me a shout if you have any issues. The update puts the picture information into a variable in the sprite when the file chooser changes. It then uses this to download the picture.
Thanks,
Hi Titan Games Yes its possible. I've put some code in the updated CAPX below: https://1drv.ms/u/s!Am9ctVZP5a3jieoIBBoqxZhmhHLtDQ Give me a shout if you have any issues. The update puts the picture information into a variable in the sprite when the file chooser changes. It then uses this to download the picture. Thanks,
AWESOME! THX!