ABSTRACT

Functions were introduced in the preceding chapter as the verbs in your scripting Mad Libs. Like verbs, functions do things. They imply action and functionality. Your scripts have included a few functions. As your scripts started using the Photoshop Document Object Model (DOM), they included methods, which is what functions defined on objects are called. Functions are very useful, and the best thing about them is that you can build your own.