home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Princeton Review - Science Smart
/
SCIENCE.iso
/
mac
/
files
/
CAD.DiR
/
05064.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-12-08
|
266 b
|
19 lines
on mouseUp
global dactive
if dactive = 1 then
exit
end if
set res to gencor()
if res = 1 then
prevcard()
else
if res = 3 then
nextcard()
else
if (res = 2) or (res = 4) then
beep(1)
end if
end if
end if
end