This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-12-14 16:47:20

Smadar
New Scratcher
Registered: 2012-10-13
Posts: 4

I need help

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 clicked
and
forever
So far I managed to open the source code in the browser, but from there I'm stuck.
Help would be greatly appreciated.

Thank you!

Offline

 

#2 2012-12-14 18:04:12

jvvg
Scratcher
Registered: 2008-03-26
Posts: 1000+

Re: I need help

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.


http://tiny.cc/zwgbewhttp://tiny.cc/e1gbewhttp://tiny.cc/zygbewhttp://tiny.cc/izgbew
Goodbye, Scratch 1.4  sad                                                        Hello Scratch 2.0!  smile

Offline

 

#3 2012-12-15 04:55:34

Smadar
New Scratcher
Registered: 2012-10-13
Posts: 4

Re: I need help

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?

Offline

 

#4 2012-12-15 04:58:28

TRocket
Scratcher
Registered: 2009-08-18
Posts: 1000+

Re: I need help

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


http://i.imgur.com/1QqnHxQ.png

Offline

 

Board footer