What is cloning: In Scratch, cloning creates independent copies of a sprite during gameplay, each with its own behavior but sharing the original’s assets. Why it matters: Cloning simplifies code, ...