home *** CD-ROM | disk | FTP | other *** search
/ Car Screensaver - Toyota / TOYOTA.iso / mjparty / hsqdemo.dxr / 00005.ls < prev    next >
Encoding:
Text File  |  1996-09-26  |  258 b   |  18 lines

  1. on startcommon
  2.   global stopf
  3.   set stopf to 0
  4. end
  5.  
  6. on stopcommon
  7.   global stopf, win, oldsl, rearw
  8.   if win = 0 then
  9.     if stopf = 0 then
  10.       if rearw = 1 then
  11.         releaserearwindow()
  12.       end if
  13.     end if
  14.   end if
  15.   if oldsl = 0 then
  16.   end if
  17. end
  18.