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

  1. on mouseUp
  2.   global currentsectionnumber, languagechosen, linkword1, linkword2, colorcount
  3.   if currentsectionnumber = 1 then
  4.     if (the mouseWord = linkword1) or (the mouseWord = linkword2) then
  5.       cursor(4)
  6.       if colorcount = 1 then
  7.         go("ironingjumpblend", "CCFCL")
  8.       else
  9.         go("ironingjump", "CCFCL")
  10.       end if
  11.     end if
  12.   end if
  13. end
  14.