Hello all.
I have a sugestion to Download Object.
The option to show te velocity of download.
I think this is very important! >D
Bye!
Develop games in your browser. Powerful, performant & highly capable.
Construct doesn't, to my knowledge, have online support. What would you be downloading? How?
fieari, there is a Download object that allows you to, well, download things from the web. There's also an HTTP object.
Hey, could someone maybe whip a quick example with those? It looks like you could do some really cool things to integrate your game with the web, but I'm not sure where to start.
Here is an example that Flame wrote on how to use the HTTP object. Im not sure how to use the download object and haven't seen any documentation on that.
You should be able to work out the velocity by getting the total file size and the downloaded amount, then every second working out how much was downloaded.