-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HW #19 #43
Comments
Can I copy and paste fragments of my previous projects? |
I recommend typing everything out, but yes - basing your homework on previous projects is fine. |
Thank you. |
Is this what you wanted? |
Boat wheel; //top noFill(); //bottom left rect(0,200,200,200); //bottom left center //bottom right center //bottom right |
|
Tab one
Tab two
|
tab one
tab two
|
In this homework we will practice applying friction. Look at this video to get a refresher on friction. Grab the newest mover class from here.
Create 4 different colored rectangles in the pattern of the image below. If your object is within one of these quadrants, apply a unique drag force. The mover object should randomly spawn anywhere along the x-axis and at y = 100. When the mover is above the liquid, apply a wind force in either a constant direction, or a random direction. Take a look at the image below.
_Please paste your code as a comment on this post_
The text was updated successfully, but these errors were encountered: