Formative Task - Shapes

To test your Scratch program in Full Screen Mode click on the highlighted icon

Scratch allows you to set certain Keys on your Keyboard to run bits of code when you press them.

In the example below I am pressing the following buttons:

S = Draw Square, T = Draw Triangle, P = Draw Polygon, C = Erase All (Clean)


Watch this Shapes video

 


You are going to create your own version of the file demonstrated above. You will need to:

- Resave your Square file and name it Surname_Firstname_Shapes.

- Duplicate your Code twice (one set of code for each shape)

- Use the Blocks shown below to create your code (they are not shown in any particular order)

- Use the Checklist below when you think you have finished to make sure you have done everything

 

Shapes Task Criteria Checklist

  • Have you saved as Surname_Firstname_Shapes ?
  • Do you have three different shapes: Square, Triangle, and Polygon (6 sides) ?
  • Is each shape drawn when a specific Key is pressed (keys: S, T, P) ?
  • Does the screen is clear when the ‘C’ key is pressed ?
  • Are the shapes drawn with different line colours and thicknesses ?
  • Does the Triangle point upwards ?
  • Does the Name of each shape appear next to it after it has been drawn ?
  • Does your sprite Return to its starting point automatically ?
  • Are your Shapes drawn neatly ? (not crossing over each other)
  • Does your main sprite and background follow a Theme ?
  • Have you added any EXTRA coding to make your task unique ?