Hi,
Is it possible to use a plugin or something, which is the same as a Sprite? I would like to use it to load the image by URL and draw a given area of the image. Just draw part of the image, not the full image. For example, just draw by start X = 100, start Y = 232, width = 150, height = 150.
And I hope to download from URL and draw the image by the script. Because I need to download the image when the game is running and draw the content after the download, and without the limitation of the max frames count.