I’m continuing to work my way through Daniel Shiffman’s Learning Processing. Here is the result of incorporating variables and conditionals into my Lesson One Project: a bouncing dog that stays within the viewing window: You can view the actual project here: https://www.openprocessing.org/sketch/480556# Here is the code: float x = 200; float y = 0; int speedX […]