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

#1 2011-05-13 23:47:52

thebuilderdd
Scratcher
Registered: 2008-01-26
Posts: 1000+

How to copy catagories in Squeak?

I need to do this from, the Scratch Program to the Source Code. I am trying to copy the thing in the System Browser called
"ShareMenu:" (NOTE: I am just using this for Mesh.)
Now I need to know how to copy and paste just the mesh part to the source code. (I don't know how to create categories under the 4th panel.)

Offline

 

#2 2011-05-14 16:25:47

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: How to copy catagories in Squeak?

Just type over existing code:
So:

Code:

Hello SQUEAK

becomes

Code:

NewMeathod SQUEAK

Right click and accept, tanna done!


You can now reach me on Twitter @johnnydean1_

Offline

 

#3 2011-05-15 09:38:01

thebuilderdd
Scratcher
Registered: 2008-01-26
Posts: 1000+

Re: How to copy catagories in Squeak?

johnnydean1 wrote:

Just type over existing code:
So:

Code:

Hello SQUEAK

becomes

Code:

NewMeathod SQUEAK

Right click and accept, tanna done!

Add a category?

Offline

 

Board footer