home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global languagechosen, ToSection
- if ToSection = "Drying" then
- set the text of member "CCFCLSectionTitle" to the text of member "CCFCLSectionTitleDrying" of castLib languagechosen
- set the text of member "CCFCLSectionText" to the text of member "CCFCLSectionTextDrying" of castLib languagechosen
- else
- go("DryingJump")
- end if
- end
-