I am working on a multiplayer game and I want to make it so users can use their own images for their characters. The code does seem to be working but it changes all the players and not just your player.
Develop games in your browser. Powerful, performant & highly capable.
The load image action replaces the animation frame which is used by all the other instances. You could create a bunch of tiny blank frames to use for this purpose. Basically just switch to one of them and load the image there.
Thanks
How can I make this unlimited?
Use something besides sprite that can have a unique image per instance. I know tiledbg can, or maybe a canvas or paster object. I seem to recall a plugin called unique sprite that can do it too.