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

  1. on exitFrame
  2.   global languagechosen
  3.   updateStage()
  4.   puppetSprite(12, 1)
  5.   puppetSprite(13, 1)
  6.   puppetSprite(14, 1)
  7.   puppetSprite(15, 1)
  8.   set the member of sprite 12 to member "ssvgtextmain" of castLib languagechosen
  9.   set the member of sprite 13 to member "sswatextmain" of castLib languagechosen
  10.   set the member of sprite 14 to member "ssfftextmain" of castLib languagechosen
  11.   set the member of sprite 15 to member "ssmaintextmain" of castLib languagechosen
  12.   setup()
  13. end
  14.  
  15. on enterFrame
  16.   set the visible of sprite 40 to 0
  17.   set the visible of sprite 41 to 0
  18.   set the visible of sprite 42 to 0
  19.   set the visible of sprite 43 to 0
  20.   set the visible of sprite 44 to 0
  21.   set the visible of sprite 45 to 0
  22.   set the visible of sprite 46 to 0
  23.   set the visible of sprite 47 to 0
  24.   set the visible of sprite 48 to 0
  25. end
  26.