Gaze upon the unpredictable behavior of Scratch
This project is another demonstration of the bugged variable behavior shown in this project: https://scratch.mit.edu/projects/832607479/ This variable was created as a sprite-specific variable of the sprite "Test" (the scratch cat), and its stage reporter appears as if it is a sprite-specific variable (appending the sprite name in front of the variable name) but it behaves like a global variable. It appears in the variable list of other sprites and its value is accessible to its clones and other sprites. Renaming the sprite does not always change the name in the variable's stage reporter. Deleting and recreating the variable solves the issue.