home *** CD-ROM | disk | FTP | other *** search
/ Spawn Figure Collection / spawn collection cd.iso / setup / data1.cab / Program_Executable_Files / Collection.dir / 00083_SortUP.ls < prev    next >
Encoding:
Text File  |  1998-01-19  |  151 b   |  8 lines

  1. on mouseUp
  2.   global gnowlistptr
  3.   if gnowlistptr <> 1 then
  4.     set gnowlistptr to gnowlistptr - 1
  5.   end if
  6.   scrollByLine(member "SortWindow", -2)
  7. end
  8.