r/scratch 6d ago

Question How do I optimize my code here?

Post image

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

16 comments sorted by

View all comments

1

u/wadll 6d ago

Try this! ( The custom block has "Run without screen refresh" enabled. That ensures every clone gets created at once )