[AMC 4] Template https://scratch.mit.edu/discuss/topic/227510/?page=1#post-2307976 Modify the template project to allow the user to move, resize, stretch and rotate a rectangle by dragging the coloured dots that define it. You may add data variables and/or lists to represent the corner, side, centre and rotation dots. (The template is very basic). User drags the Red centre dot to move the rectangle in any direction. User drags a Blue corner dot to resize the whole rectangle in proportion (ie. all four corners move). User drags a Green Dot to stretch just the selected side and the opposite side in proportion. User drags Purple Dot to rotate the rectangle. * The rotation makes the problem interesting as then resizing and stretching the rectangle is no longer trivial. * Another difficulty is that when a dot is dragged, eg. a side dot, the user will not move it along a perfect line to the new position of the side dot. You make your own rules/decisions about what happens to the dot positions as the mouse moves.