home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Speed Learning System: Painter 5.0 #3
/
Paint5Vol3.iso
/
pc
/
cdp12.dxr
/
00077.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
|
1996-01-26
|
293 b
|
17 lines
on mouseDown
global gQuitPict, gBookmark
pushBtn()
if rollOver(18) then
if the movie contains ".DXR" then
set gQuitPict to 0
playDoneMovie()
play done
else
set gQuitPict to 1
stopMovieProcess()
quit()
end if
end if
dontPassEvent()
end