Right Triangles Set Up - (Nothing much happens yet - code missing) Click the Flag to start Change the Short (a) & Medium (b) sliders to change Triangle drawn. Hit the (Proof) button to see an animation of Pythagoras' most elegant proof by re-arrangement of the Theorem bearing his name. Hit Space to switch back to drawing right-angled triangles. When the missing code is written it will draw Right-Angled Triangles and show the proof by re-arrangement of Pythagoras' Theorem.
Created by @gregatku for use in Coding Classes for Kids Unlimited. See Comments inside for how to write the missing code. You need to write code to draw the triangles (Sprite1 - the hidden Cat), and to animate the Pythagoras' Theorem Proof (Proof2, Proof3 & Proof4). All Sprites have been pre-created. For your code to work don't change the size or the position of the centre of any Sprite. It took me many hours. My Project Right-Angled Triangles is a working solution.