Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
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
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?
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
Develop games in your browser. Powerful, performant & highly capable.
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!