I bought a game (tetris) where the blocks (7 different colors) is a Sprite.
In this sprite, there are actual 7 different images - each block in a different color.
Now, I want to make these blocks dynamic. So I have 7 image url's, image for each block.
If I now use the Load Image from URL action, it will place the image for the current first index of the sprite.
I have no idea how I can create 7x Load Image Url and setting the correct order.
Also, I need to have the events on Image Url Loaded now when all 7 images are loaded and assigned.
Is there a way to assign 1 image URL for the complete Sprite?