inputs
for parts of speechbutton
that launches a function to create a new sentence.This works JUST like createButton
:
paragraph = createP("One day, I was walking to the " + p + " and I saw a " + a + " " + n);
paragraph.position(220, 0);
We havenβt explored it yet, but each of your p5 projects has a style.css
file just waiting for you to make it look good.