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
Just type over existing code:
So:
Hello SQUEAK
becomes
NewMeathod SQUEAK
Right click and accept, tanna done!
Offline
johnnydean1 wrote:
Just type over existing code:
So:Code:
Hello SQUEAKbecomes
Code:
NewMeathod SQUEAKRight click and accept, tanna done!
Add a category?
Offline