Press Space, It Counts Sprites! (Not perfectly though, check explanation to see why!) [EXPLANATION]: Ok so how does it work? Well it’s more complex than just 1 if statement. Or is it?? Well yes there’s only 1 if statement involved in checking if a sprite exists but here’s the issue and it sounds simple but I have no idea what the name of other sprites are, the only thing I can do is check if a sprite exists by GUESSING its name, I do this using 2 techniques: using all the characters possible in a 3 character string and trying to guess a bunch of sprites using a word list. If it not found then the name of the sprite is not in the wordlist. I have a bunch of wordlists (5 to be exact): 1 is made by me which has all the sprite names from the scratch library & some extra stuff. 2 is a 10,000 word, wordlist provided by MIT 3, 4, and 5 is a wordlist I found online but split into 3 lists so I can actually save the project. All the wordlists have been filtered, and do not include sware words.
You may use it if you’d like just credit me somewhere visible in the project or notes & credit. Please don’t just steal my work. I work hard on discovering cool exploits & experiments so please respect my usage rules on my projects.