home *** CD-ROM | disk | FTP | other *** search
/ SKIP - The Laundry Guide / LEVER_CD.iso / lever / ccfcl.dir / 00031.ls < prev    next >
Encoding:
Text File  |  1997-02-21  |  349 b   |  9 lines

  1. on exitFrame
  2.   global ToSection, languagechosen
  3.   if ToSection = "Drying" then
  4.     set the text of member "CCFCLSectionTitle" to the text of member "CCFCLSectionTitleDrying" of castLib languagechosen
  5.     set the text of member "CCFCLSectionText" to the text of member "CCFCLSectionTextDrying" of castLib languagechosen
  6.     go("Drying")
  7.   end if
  8. end
  9.