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

  1. on mouseUp
  2.   repeat with i = 1 to 6
  3.     if rollOver(16 + i) then
  4.       setsection(i)
  5.       set the visible of sprite (22 + i) to 1
  6.       next repeat
  7.     end if
  8.     set the visible of sprite (22 + i) to 0
  9.   end repeat
  10. end
  11.