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

  1. on exitFrame
  2.   global languagechosen, ToSection
  3.   if ToSection = "Bleach" then
  4.     set the text of member "CCFCLSectionTitle" to the text of member "CCFCLSectionTitleBleach" of castLib languagechosen
  5.     set the text of member "CCFCLSectionText" to the text of member "CCFCLSectionTextBleach" of castLib languagechosen
  6.   else
  7.     go("BleachJump")
  8.   end if
  9. end
  10.