Files (Printable)
import-picture [Observer, Turtle]
Opens up a dialog box asking you to select a picture to import onto the Graphics Canvas. You must have a current version of QuickTime installed on your computer in order for this command to work.
import-picture-name string
[Observer, Turtle]
Imports onto the Graphics Canvas the picture in the file specified by string
.
You must have a current version of QuickTime installed on your computer in order
for this command to work.
info-name [Observer]
Returns the current filename of the information window. Returns false if no filename has been set yet.
output-name [Observer]
Returns the current filename of the output window. Returns false if no filename has been set yet
project-name [Observer]
Returns the current filename of the project. Returns false if no filename has been set yet.
save-info [Observer]
Saves the information window.
save-info-as [Observer]
Saves the information window using a different name than presently specified. A dialog box will appear to ask for the new file name.
save-output [Observer]
Saves output window to a file.
save-output-as [Observer]
Saves output window to a file. A dialog box will appear to ask for the new file name.
save-project [Observer]
Saves the current project to a file.
save-project-as [Observer]
Saves the current project using a different name than presently specified. A dialog box will appear to ask for the new file name
set-info-name name
[Observer]
Sets the name of the information window to name
.
set-output-name name
[Observer]
Sets the name of the output window to name
.
set-project-name name
[Observer]
Set the name of the current project to name
.