This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // DOT EXERCISE | |
| // THISNEWMEDIA.TUMBLR.COM | |
| float yPos; | |
| int myHeight = 800; | |
| int myWidth = 400; | |
| float speed = 0; | |
| float gravity = 0.1; | |
| void setup() { |
NewerOlder