home *** CD-ROM | disk | FTP | other *** search
/ SKIP - The Laundry Guide / LEVER_CD.iso / lever / cchfs.dir / 00011.ls < prev    next >
Encoding:
Text File  |  1997-02-21  |  1.1 KB  |  23 lines

  1. on exitFrame
  2.   global framecount, languagechosen
  3.   setup()
  4.   set framecount to 0
  5.   set the member of sprite 29 to member "CCHFSTitle" of castLib languagechosen
  6.   set the ink of sprite 29 to 36
  7.   set the locH of sprite 29 to 129
  8.   set the locV of sprite 29 to 21
  9.   set the member of sprite 30 to member "CCHFSSKTTitle" of castLib languagechosen
  10.   set the ink of sprite 30 to 36
  11.   set the locH of sprite 30 to 237
  12.   set the locV of sprite 30 to 39
  13.   set the text of member "CCHFSSKTText1" to the text of member "CCHFSSKTText1" of castLib languagechosen
  14.   set the text of member "section1" to the text of member "CCHFSsection1" of castLib languagechosen
  15.   set the text of member "section2" to the text of member "CCHFSsection2" of castLib languagechosen
  16.   set the text of member "section3" to the text of member "CCHFSsection3" of castLib languagechosen
  17.   set the text of member "section4" to the text of member "CCHFSsection4" of castLib languagechosen
  18.   set the text of member "section5" to the text of member "CCHFSsection5" of castLib languagechosen
  19.   cursor(4)
  20.   sound stop 1
  21.   sound stop 2
  22. end
  23.