Hi, I use construct 2. I'm trying to make a game where you can create your own custom character to attack you, and I originally planned on making the game have a drawing tool inside it but it would've been way too much work. I came up with the idea of having the player select an image file from their computer so it's loaded into the game and they can view their character in the game (also as a transparent image). I know how to make my game ask the player to pick a file from their device, but I don't know how to make the file be shown in the game as a sprite. How do I do it?