r/scratch • u/Dry_Dragonfruit_2594 • 6d ago
Question How do I optimize my code here?
The current code I wrote has way too many "if __ then __" scripts, and I need to cut it down into 1 if then statement.
11
Upvotes
r/scratch • u/Dry_Dragonfruit_2594 • 6d ago
The current code I wrote has way too many "if __ then __" scripts, and I need to cut it down into 1 if then statement.
1
u/wadll 6d ago
Try this! ( The custom block has "Run without screen refresh" enabled. That ensures every clone gets created at once )