Working out the animation steps before writing code
A benefit of interactively calling
methods on objects is the ability to:
- Create short animation sequences
- Manually execute
them one step at a time
- To see if they do what you want them to do
- Before
you write the steps into your animation program.