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

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