home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Let's Get Started! with Coolpix
/
LetsGetStartedWithCoolpix.iso
/
mac
/
macdata
/
quickstart_31.dxr
/
00083_testbutt.ls
< 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
|
2003-02-28
|
139 b
|
12 lines
on mouseDown me
global pause
if pause = 1 then
pause = 0
exit
end if
if pause = 0 then
pause = 1
exit
end if
end