home *** CD-ROM | disk | FTP | other *** search
/ SKIP - The Laundry Guide / LEVER_CD.iso / lever / ccsg.dir / 00172_CCSGmaintext.ls < prev    next >
Encoding:
Text File  |  1997-02-27  |  215 b   |  10 lines

  1. on mouseUp
  2.   global languagechosen, linkword1, linkword2
  3.   if the frame = 146 then
  4.     if (the mouseWord = linkword1) or (the mouseWord = linkword2) then
  5.       cursor(4)
  6.       go(1, "CCFCL")
  7.     end if
  8.   end if
  9. end
  10.