ShapeArt 1.05: Move it Around!

Goal

image

Let’s move the rectangle around, towards the dotted space!

Cheat Sheet (SHHHHH…)
image

circle(x, y, size)

image

rect(x,y,width,height)

Code Area

flowchart LR

	style A fill:#37bf19, stroke:#37bf19
	style B fill:#37bf19, stroke:#37bf19
	style C fill:#37bf19, stroke:#37bf19
	style D fill:#37bf19, stroke:#37bf19
	style E fill:#f79e45, stroke:#f79e45
	style F stroke:#6495ED
	style G stroke:#6495ED
	style H stroke:#6495ED
	
	A((Module 1.01)) --> B((Module 1.02))
	B --> C((Module 1.03))
	C --> D((Module 1.04))
	D --> E((Module 1.05))
	E --> F((Module 1.06))
	F --> G((Module 1.07))
	G --> H((Module 1.08))

	click A "https://info.strivemath.com/eca/shapeart-101-background"
	click B "https://info.strivemath.com/eca/shapeart-101-background/shapeart-102-circle"
	click C "https://info.strivemath.com/eca/shapeart-101-background/shapeart-103-colour"
	click D "https://info.strivemath.com/eca/shapeart-101-background/shapeart-104-rainbow"

	click E "https://info.strivemath.com/eca/shapeart-101-background/shapeart-105-rectangle"
	click F "https://info.strivemath.com/eca/shapeart-101-background/shapeart-106-curved-rectangle"
	click G "https://info.strivemath.com/eca/shapeart-101-background/shapeart-107-traffic-light"

	click H "https://code.strivemath.com/?simple_mode=true"

	subgraph Learning
	A & B & C & D & E & F & G
	end


	subgraph Art Project
	H
	end