home *** CD-ROM | disk | FTP | other *** search
/ SKIP - The Laundry Guide / LEVER_CD.iso / lever / ccfcl.dir / 00139_popuploop2.ls < prev    next >
Encoding:
Text File  |  1997-02-21  |  509 b   |  15 lines

  1. on mouseUp
  2.   global gFromFrame, gOldLine, gLowlightColor, languagechosen
  3.   case gOldLine of
  4.     1, 2, 12, 13, 14, 18:
  5.       set the foreColor of line gOldLine of member "popuptext" of castLib languagechosen to 0
  6.     otherwise:
  7.       set the foreColor of line gOldLine of member "popuptext" of castLib languagechosen to gLowlightColor
  8.   end case
  9.   set the blend of sprite 44 to 25
  10.   set the visible of sprite 40 to 1
  11.   set the visible of sprite 47 to 0
  12.   set the visible of sprite 48 to 0
  13.   ContentsStop()
  14. end
  15.