Is there a way to clone Sprites? If not, can someone try to make an extension for it?
yes there is i think this little game thing i made shows it well https://arcade.makecode.com/S19050-94466-04687-82387
2 Likes
Thank you!
Like… setting the image of a new sprite to be the same as a different one? Cloning in what sense of the word? Like, cloning the player so you control more than one at once?
1 Like
Yes, like a trial effect-ish where each clone is more transparent until they disappear and destroy themself.
you cant make transparent things in makecode
unless you use the images code blocks i believe or the shader extension https://github.com/riknoll/arcade-shader
1 Like
Thank you.