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

  1. on enterFrame
  2.   global currentsectionnumber, languagechosen, linkword1, linkword2, disablenavigation
  3.   if currentsectionnumber = 1 then
  4.     set the foreColor of sprite 34 to 141
  5.   end if
  6.   set disablenavigation to 1
  7.   set the foreColor of sprite (26 + currentsectionnumber) to 141
  8.   set the foreColor of sprite (27 + currentsectionnumber) to 150
  9.   set the member of sprite 8 to member ("digit" & currentsectionnumber)
  10.   set the ink of sprite 8 to 36
  11.   set the locH of sprite 8 to 146
  12.   set the locV of sprite 8 to 338
  13.   set the text of member "CCITTextPannel" to the text of member ("CCITText" & currentsectionnumber) of castLib languagechosen
  14.   if currentsectionnumber = 1 then
  15.     set the foreColor of word linkword1 of member "CCITTextPannel" to 100
  16.     set the foreColor of word linkword2 of member "CCITTextPannel" to 100
  17.   end if
  18.   cursor(4)
  19. end
  20.