Applications: The Mathematics of Movement, Part 3
- by TechTwaddle
Previously: Part 1, Part 2
As promised in the previous post, this post will cover two variations of the marble move program. The first one, Infinite Move, keeps the marble moving towards the click point, rebounding it off the screen edges and changing its direction when the user clicks again. The second version, Finite Move, is the same as first…