Question
-Using Javascript, make a program within Processing that randomly selects coordinates for 4 points within the size of the Processing display window. Draw a red
-Using Javascript, make a program within Processing that randomly selects coordinates for 4 points within the size of the Processing display window. Draw a red circle around each point with a radius of at least 5 pixels. Then, draw a spline curve between two of the points. HINT: use the size() function, the width and height variables, and the random() function.
-Now using the same program, modify it in two ways: (1) when the mouse is pressed on any point, that point changes color (e.i. turns to green); and (2) when the user presses on any key, the program toggles between drawing a black curved line on a white background and drawing a white curved line on a black background.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started