Meysenburg, Mark M. Introduction to Programming Using Processing 2nd ed. Mark M. Meysenburg, 2014.
The first video for Chapter 3 of Introduction to Programming Using Processing introduces Object Oriented Programming (OOP), objects, and classes, and begins our coverage of methods.
In the second video for Chapter 3 of Introduction to Programming Using Processing , we explore the use of several String methods to extract the first name, middle initial, and last name out of a String object.
The third video for Chapter 3 covers the syntax and conventions of writing methods in Processing.
The fourth video for Chapter 3 of Introduction to Programming Using Processing illustrates how to display images and play sounds and music in Processing.
The final video for Chapter 5 covers the design and implementation of the single-song MP3 player featured in the book.