Hi!
I have one questiom about Sprite action "Load image from URL". Is this function just loading image from URL or it's downloading picture into memory and then showing it?
I need to know this. Let me explain why.
In my app user will hit BROWSE button and then screen will show with small thumbnail pictures that will be loaded from the server and when it clicks on one of the thumbnails Construct will start downloading this picture and then it will load that downloaded (bigger) picture into sprite.
There will be a lot of thumbnails, so i am afraid that my app will consume a lot of memory if " Load picture from URL" is downloading and then showing picture inside sprite.