home *** CD-ROM | disk | FTP | other *** search
/ Speed Learning System: Painter 5.0 #3 / Paint5Vol3.iso / pc / cdp12.dxr / 00077.ls < prev    next >
Encoding:
Text File  |  1996-01-26  |  293 b   |  17 lines

  1. on mouseDown
  2.   global gQuitPict, gBookmark
  3.   pushBtn()
  4.   if rollOver(18) then
  5.     if the movie contains ".DXR" then
  6.       set gQuitPict to 0
  7.       playDoneMovie()
  8.       play done
  9.     else
  10.       set gQuitPict to 1
  11.       stopMovieProcess()
  12.       quit()
  13.     end if
  14.   end if
  15.   dontPassEvent()
  16. end
  17.