|
About AppleScriptWhere do I start?Every version of the Mac OS since 7.5 has AppleScript built-in; you can find everything you need in the Apple Extras folder. (Users of System 7.0 or 7.1 can download the Runtime Kit from Apple, if they can find it...) Older versions of the AppleScript package included Scriptable Text Editor, a good application to learn applications scripting with and which we may be using for some examples in these workshops. If you don't have it, you can download it from here.Now, before we start down the road to AppleScript mastery, we should make sure we're seeing the same thing. (You don't have to do this, but it'll make keyworks easier to identify, and your scripts look like the examples on this website.) Open up Script Editor and choose "AppleScript Formatting..." from the Edit menu, then change the fonts and colors to look like this: |
Now, on to The Basics... |