Is there a way to dynamically delete sprintes on the stage with code? In other words make a list that contains references to sprites on the stage, and when you delete the list item, the graphic disappears as well?
Please advise !
The "stamp" doesn't seem to be a good solution because once you stamp something, you can't gid rid of it or reference it.
Offline
You can't delete sprites...but you can hide them, using the Hide block. Or, if you are using stamps, you can use the Clear block...but it will clear ALL stamps and pen marks so that might not work for you.
Offline
for stamps, have a white costume and stamp over the other one.
but if you are using a multicolor background that wouldn't work.
the eraser blocks for a future scratch!
Offline
self coerceSpriteArg: 'name of sprite'
Offline