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

  1. on mouseUp
  2.   global colorcount
  3.   cursor(4)
  4.   set the visible of sprite 3 to 0
  5.   set the visible of sprite 4 to 0
  6.   set the visible of sprite 5 to 0
  7.   set the visible of sprite 6 to 0
  8.   set the visible of sprite 7 to 0
  9.   set the visible of sprite 8 to 0
  10.   set the visible of sprite 9 to 0
  11.   set the visible of sprite 10 to 0
  12.   set the visible of sprite 11 to 0
  13.   set the visible of sprite 12 to 1
  14.   go(colorcount, "CCPFT")
  15. end
  16.