December 2004
Beginner
600 pages
13h 42m
English
2 * pi * 1.48
display dialog "Do you think this is a great book?" buttons { "Yes", "No" }
default button {"Yes"}
-- This program will ask the user for her opinion
display dialog "Do you think this is a great book?" buttons { "Yes", "No" }
default button {"Yes"}
Click on the Description tab in the Script Editor window and enter the text "A program to ask a profound question!"
display dialog "Pick a color" buttons {"Red", "Yellow", "Blue"}
default button "Red"
Yes, you can alter the order of the optional parameters. However, they must appear after the message that you want to display.
beep 3
display dialog "Couldn't find myFavorites" buttons { "OK" } default button "OK"
with icon stop
say "Programming in AppleScript is fun."
Read now
Unlock full access