home *** CD-ROM | disk | FTP | other *** search
/ SKIP - The Laundry Guide / LEVER_CD.iso / lever / ssaver.dir / 00027.ls < prev    next >
Encoding:
Text File  |  1997-02-21  |  342 b   |  14 lines

  1. on mouseUp
  2.   global savernumber
  3.   set savernumber to 2
  4.   cursor(4)
  5.   set the visible of sprite 21 to 0
  6.   set the visible of sprite 18 to 0
  7.   set the visible of sprite 19 to 0
  8.   set the visible of sprite 47 to 0
  9.   set the visible of sprite 44 to 0
  10.   set the visible of sprite 45 to 0
  11.   set the visible of sprite 46 to 0
  12.   go("installing")
  13. end
  14.