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
s sprite name c new sprite name
Source copy "cube" as "cube-2"

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
s sprite name c new sprite name
Source copy "cube" as "cube-2"