Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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.