Create a new copy of a sprite.

Use a copy when the two sprites must be modified independently. If they should remain identical, use a clone.

copy s as c
ssprite name
cnew sprite name
Sourcecopy "cube" as "cube-2"

clone