"delete all clones" block
-
This would be very helpful for deleting all the clones.
-
@the_true_odst
Couldn’t you make a block that runs without screen refresh with the following code:forever delete this clone endright?
-
@c no, you would do
when I recieve broadcast “delete clones”
-delete this clonebecause that forever and delete would only run under hte main sprite
-
-
@info-creaticode I tried, it didn’t work
-
@the_true_odst I thought this block already existed in MIT Scratch?!?!?!
-
@jeffreyrb03-gmail If it does, I can’t find it
-
The code should work. Can you provide a project link where it doesn’t work for you? And what do you mean by “doesn’t work”?
-
@tao While this is a clunky solution, I do find it works for me flawlessly!
If you simply hide the sprite your cloning and create new clones with the same ID as the original clones, you can hide clones quite perfectly!
(In this example, I’m hiding phone buttons, thus the numbers, but I feel an image would help illustrate my point- this should work for any event and IDs)
