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

  1. on mouseDown
  2.   global gFromFrame, gHighlightColor, gLowlightColor, gOldLine, currentSection, languagechosen
  3.   set gOldLine to currentSection
  4.   set gFromFrame to the frame
  5.   set the foreColor of line currentSection of member "popuptext" of castLib languagechosen to gHighlightColor
  6.   set the visible of sprite 40 to 0
  7.   set the visible of sprite 47 to 1
  8.   set the visible of sprite 48 to 1
  9.   updateStage()
  10.   set the blend of sprite 44 to 75
  11.   ContentsStart()
  12. end
  13.