ScratchData LogoScratchData
Back to Catscratcher07's profile

clone ids without excess variables

CACatscratcher07•Created June 10, 2025
clone ids without excess variables
0
0
20 views
View on Scratch

Instructions

see inside

Description

Since the dawn of clones, Scratchers have been debating between two methods of assigning clone ids 1) changing the clone id variable in the parent sprite before creating clones, resulting in a "is clone?" variable being necessary to distinguish the parent sprite form the most recently created clone. 2) incrementing a "clone count" variable then setting the clone id to it. Both of these methods require two variables, but what if I told you we could a assign clone ids with only one variable ("clone id" itself) and half (by the Mario 64 a button challenge definition) a list? By using the length of a clone id-correlated list that you are probably using anyways, we can do just that.

Project Details

Project ID1187171015
CreatedJune 10, 2025
Last ModifiedJune 10, 2025
SharedJune 10, 2025
Visibilityvisible
CommentsAllowed