Hi guys,
I know this is pretty basic, but this is my first time with squeak and I just can't figure out what goes where.
I need to remove blocks from my scratch version. for instance I want the "control" menu to only have
when gf clickedand
foreverSo far I managed to open the source code in the browser, but from there I'm stuck.
Offline
To remove blocks, go to Scratch-Objects -> ScriptableScratchMorph -> class -> block specs -> blockSpecs
In there, you can see the code for all the blocks, and just remove the ones you don't want.
Offline
Smadar wrote:
Thank you very much, that was very helpful.
I found the code for the control blocks and removed the ones I didn't want, but for some reason I can't find the motion and looks blocks, are they defined somewhere else?
yes, they are definend in scratch-Objects->ScriptableSpriteMorph and ScriptableStageMorph
Offline