So basically this is an attempt to make a html css thing for scratch (Please read the syntax its important) {use show code button to enter code } {USE THE PROJECT IN 'SEE INSIDE MODE' or else you wont be able to enter code} ------------------------------------------------------------------------- You can draw shapes like - 1. Circle 2. Polygon with any number of sides 3. Rectangle 4. square 5. line =>Syntax - circle [diameter] (arguments are in '[ ]' ) poly [number-of-sides] [length] [x] [y] sq [side-length] [x] [y] rect [length] [breath] [x] [y] line [x] [y][ [x1] [y1] ** Various properties can be set using the 'set' function syntax :: set property arguments(if needed). => properties =>color , saturation , brightness, hsl , pensize other properties(use without set function) ==> bg(colors background) wait seconds(wait for given seconds) erase (erases everything)
.