-
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 #16 #36
Comments
PVector wind = new PVector(0.02,0); void draw(){ if(mousePressed){ } |
class Mover{ Mover(){ } void display(){ void update(){ } } |
Tab one
Tab two
|
First tab: |
In this homework we will practice applying forces. Look at these two videos to go over forces again. Here is a link to the basic mover class if you need it.
Simulate a helium filled balloon. Using the mousePressed code activate a wind force - so that when the mouse is pressed down, the balloon blows to the side.
Please paste your code as a comment on this post
The text was updated successfully, but these errors were encountered: