Creating a Block

In this activity, you will create a new block to use in your story.
  1. If your project isn't open already, open your "Super Short Stories" project by choosing "Open" from the Snap! File menu (File menu button).
  2. Make a new block: plural of ()
    image of 'Make a block' dialog box with 10 palette menus (Motion, Looks, Sound, Pen, Lists, Control, Sensing, Operators, Variables, Other) of which Operators is selected; a text box labeled 'Type a title for your block.' in which 'plural of' has been written; three block shape options (puzzle-shaped/'Command', oval/'Reporter', and hexagonal/'Predicate') labeled 'Select a shape.' of which 'Reporter' is selected; two radio boxes ('for all sprites', which is checked, and 'for this sprite only', which is not checked) with no label of which 'for all sprites' is selected; and two buttons ('OK' and 'Cancel')
    Making a Block
    1. Right-click (or control-click on a Mac) in an empty spot in the Scripts area and choose "make a block..."
      make a block option
    2. Choose the color/category for your block (for this block, you might choose light green/Operators; see image at right)
    3. Type the title for your block (we'll call this block plural of)
    4. Select the shape for your block (in this case, you want a reporter)
    5. Click "OK."
    Ignore the "for all sprites" vs. "for this sprite only" choice. (It lets you limit where blocks can appear in your project.)
  3. You are creating a reporter, so the block editor opens with a report block already attached to the plural hat block. Whatever input you give to the report block will become the value reported by your new block.
    'plural of' in the block editor showing with the 'report' block attached below it
    Your block will only look like that inside the Block Editor that lets you define what the block does. Once you close the Block Editor, your block will look like this: plural of ().
  4. Save your work

In this activity, you made a new block to use to add an "s" to the end of any word.