To create a new class you need to open a System Browser, which is in the Browsers menu in the Launcher -- the first window with icons on it.
The leftmost pane of the System Browser is a list of categories. Each category contains related classes. Create a new category (use your project name as a good default) by clicking the middle button in that pane, choosing Add, and typing the name you've chosen in the prompter window.
The category will be added to the category list, and a template for defining a new class has appeared. Now, create your class by:
Object)
Muppet or MyCoolClass.) Be sure to capitalize the class.
'name quantity'). SINGLE quotes are important.
When you think you have gotten it, tell Smalltalk to accept the code -- click in the text pane with the middle button, and choose accept.