2.3 Rotation of a triangle

Scratch solution

View solution

This is just one of many possible solutions:

whenclickedcleargotox:0y:0pendownforeverrepeat3move100stepsturn120degreesturn15degreeschangepencolorby10

Back to programming challenge

Extra Challenge

Extra challenge #1: Edit your program so it the triangle rotates over and over (use a FOREVER block under the “control” script) for any given degrees entered by the user as the input.