Sprite Starts Automatically not just when clicked

I have a project that should not draw until the flag is clicked but it draws when opened - WHY? it still draws when clicked, but How can I stop that and it only run when clicked?

Thanks for any help.

Add &noRun to the url.

1 Like

Besides @snapenilk's suggestion, another way would be to use a condition other than green-flag to start (space key pressed, for example).