I have no idea...
Offline
Ok, this is how. Create a costume for the scratch cat that is a 1x1 dot. set the size to the highest possible. Now switch back to the cat. See that red thing that comes up? Hit Debug, and then go to the middle section.
Type in this:
ScratchFrameMorph allInstances do: [: each | each delete ]
Preferences enableProgrammerFacilities
Highlight and press Alt+D.
Oh, and allInstances is all Instances, but without a space. So Instances is with an i, not an l.
Offline
no theres an easier way I think
Offline
TimeFreeze wrote:
Ok, this is how. Create a costume for the scratch cat that is a 1x1 dot. set the size to the highest possible. Now switch back to the cat. See that red thing that comes up? Hit Debug, and then go to the middle section.
Type in this:
ScratchFrameMorph allInstances do: [: each | each delete ]
Preferences enableProgrammerFacilities
Highlight and press Alt+D.
Oh, and allInstances is all Instances, but without a space. So Instances is with an i, not an l.
so does the new window that pop up mean the source code?
Offline