home *** CD-ROM | disk | FTP | other *** search
/ SKIP - The Laundry Guide / LEVER_CD.iso / lever / ccmain.dir / 00012_M.ls < prev    next >
Encoding:
Text File  |  1997-02-21  |  2.2 KB  |  56 lines

  1. on enterFrame
  2.   global languagechosen, framecount, imagenumber
  3.   set imagenumber to 21
  4.   set framecount to 0
  5.   setup()
  6.   set the visible of sprite 3 to 0
  7.   set the visible of sprite 4 to 0
  8.   set the visible of sprite 5 to 0
  9.   set the visible of sprite 6 to 0
  10.   set the visible of sprite 7 to 0
  11.   set the visible of sprite 8 to 0
  12.   set the visible of sprite 9 to 0
  13.   set the visible of sprite 10 to 0
  14.   set the visible of sprite 11 to 0
  15.   set the visible of sprite 12 to 0
  16.   puppetSprite(37, 1)
  17.   puppetSprite(38, 1)
  18.   puppetSprite(39, 1)
  19.   puppetSprite(15, 1)
  20.   puppetSprite(25, 1)
  21.   puppetSprite(19, 1)
  22.   set the text of member "CCMText1" to the text of member "CCMText1" of castLib languagechosen
  23.   set the text of member "CCMText2" to the text of member "CCMText2" of castLib languagechosen
  24.   set the text of member "CCMText3" to the text of member "CCMText3" of castLib languagechosen
  25.   set the text of member "CCMText4" to the text of member "CCMText4" of castLib languagechosen
  26.   set the text of member "CCMDescript" to the text of member "CCMDescript" of castLib languagechosen
  27.   set the textStyle of member "CCMDescript" to "Bold"
  28.   set the member of sprite 38 to member "CCMMainTitle" of castLib languagechosen
  29.   set the ink of sprite 38 to 36
  30.   set the locH of sprite 38 to 21
  31.   set the locV of sprite 38 to 76
  32.   set the visible of sprite 38 to 1
  33.   set the member of sprite 39 to member "CCMTitle1" of castLib languagechosen
  34.   set the ink of sprite 39 to 36
  35.   set the locH of sprite 39 to 250
  36.   set the locV of sprite 39 to 25
  37.   set the member of sprite 15 to member "CCMTitle2" of castLib languagechosen
  38.   set the ink of sprite 15 to 36
  39.   set the locH of sprite 15 to 289
  40.   set the locV of sprite 15 to 152
  41.   set the member of sprite 25 to member "CCMTitle3" of castLib languagechosen
  42.   set the ink of sprite 25 to 36
  43.   set the locH of sprite 25 to 240
  44.   set the locV of sprite 25 to 204
  45.   set the member of sprite 19 to member "CCMTitle4" of castLib languagechosen
  46.   set the ink of sprite 19 to 36
  47.   set the locH of sprite 19 to 289
  48.   set the locV of sprite 19 to 324
  49.   puppetSprite(2, 1)
  50.   set the member of sprite 2 to member "CCMBrand" of castLib languagechosen
  51.   set the locH of sprite 2 to 72
  52.   set the locV of sprite 2 to 56
  53.   sound stop 1
  54.   sound stop 2
  55. end
  56.