
NOTE: If you are planning to learn plain Squeak, this is a documentation for SqueakV2 with all of the added methods by Scratch.
First, download the Scratch Source Code here.
Open the source code and shift-click file, and then click "turn fill-screen off..."
Now click in the empty space and press "open..." and then "workspace".
We will work on successfully opening the transcript remotely.
Copy this
Transcript open
and then paste [alt+v] it in the workspace.
Now highlight it and then right click and press "do it".
If it worked successfully, you should have an orange box open that says "Transcript" at the very top.
If not, redo it until it works, but make sure you didn't do anything wront. Not lets find out some other methods we can use with the Transcript. Go to Collections-Streams>TranscriptStream[instance]> -- all --.
Now we have lots of goodies. The ones we will be focusing on:
clear
open
opelLabel:
show:
Now, usually will will call these methods by their class (TranscriptStream), but for short you can type "Transcript" instead.
So, think of it like blocks in scratch:
if <not<(method that is being called's class) = (method class)>> set [input v] to (join (method class) (method)) else set [input v] to (method) endSo these methods can be called by:

Last edited by chanmanpartyman (2012-06-04 23:22:27)
Offline