Scratch doesn't do clones... You mean panther? (Well, you COULD make your own clone block)
Offline
I FIGGURED IT OUT! to remove clones after the stopAll is called go to ScriptableScratchMorph>otherops stopAll and add this:
self isClone ifTrue: [self deleteSprite]
between the
t1 _ self ownerThatIsA: ScratchStageMorph.
and
t1 ifNotNil: [t1 stopAll]
lines
Offline