JavaScript and Max: An Introduction

Downloads

Download the files used in the above examples by right-clicking the links, and then selecting "Save Link As...".

Self-Study

  1. Code a js object such that, when it receives a bang, it randomly selects from a series of phrases to post to the console. You may need to look at the Math.floor() and/or Math.ceil() functions.
  2. Take one of the preceding Max assignments from this course, and encapsulate it in a Max project. Note how nicely the project window keeps track of abstractions!

Additional Resources