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

  1. on enterFrame
  2.   global languagechosen
  3.   repeat with CounterY = 20 to 33
  4.     puppetSprite(CounterY, 0)
  5.     puppetSprite(CounterY, 1)
  6.     set the blend of sprite CounterY to 30
  7.   end repeat
  8.   set the visible of sprite 13 to 1
  9.   set the visible of sprite 14 to 1
  10.   set the visible of sprite 15 to 1
  11.   set the visible of sprite 16 to 1
  12.   set the visible of sprite 17 to 1
  13.   set the visible of sprite 18 to 1
  14.   set the visible of sprite 19 to 1
  15.   puppetSprite(7, 1)
  16.   puppetSprite(8, 1)
  17.   puppetSprite(19, 1)
  18.   repeat with counter = 13 to 18
  19.     puppetSprite(counter, 1)
  20.     set tempVari to "ssffhousetx" & counter - 12
  21.     set the member of sprite counter to member tempVari of castLib languagechosen
  22.   end repeat
  23.   set the member of sprite 19 to member "ssfftopthree" of castLib languagechosen
  24.   set the member of sprite 7 to member "ssffmachine" of castLib languagechosen
  25.   cursor(0)
  26. end
  27.