home *** CD-ROM | disk | FTP | other *** search
/ SKIP - The Laundry Guide / LEVER_CD.iso / lever / envmain.dir / 00221_envsewertext1.ls < prev    next >
Encoding:
Text File  |  1997-02-21  |  337 b   |  10 lines

  1. on mouseUp
  2.   global languagechosen
  3.   if (the foreColor of word the mouseWord of member "envsewertext1" = 31) or (the foreColor of word the mouseWord of member "envsewertext1" = 24) then
  4.     setnavigation(1)
  5.     set the member of sprite 10 to member "envtexttitle4" of castLib languagechosen
  6.     cursor(0)
  7.     go("waterpop")
  8.   end if
  9. end
  10.