home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 1998 July
/
Software of the Month Club 1998 July.iso
/
mac
/
Education
/
Student Programmer
/
Cool Script
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-05-06
|
348 b
|
10 lines
|
[
TEXT/ttxt
]
on mouseUp
answer "Are you cool?" with "Yes" or "No"
if it is "Yes" then
ask "What makes you so cool?"
answer "You think that saying" && quote & it & quote && "makes you cool?" with "Yup"
answer "OK, I guess you're cool." with "I know"
else
answer "You can say that again."
end if
end mouseUp