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

  1. on enterFrame
  2.   global languagechosen, clickonflag
  3.   repeat with counterT = 20 to 29
  4.     puppetSprite(counterT, 1)
  5.     set the blend of sprite counterT to 30
  6.   end repeat
  7.   repeat with counterT = 13 to 18
  8.     set the visible of sprite counterT to 1
  9.   end repeat
  10.   puppetSprite(7, 1)
  11.   puppetSprite(19, 1)
  12.   set the member of sprite 7 to member "ssffwhere1" of castLib languagechosen
  13.   set the member of sprite 19 to member "ssfftoptwo" of castLib languagechosen
  14.   repeat with counterT = 15 to 18
  15.     puppetSprite(counterT, 1)
  16.     set tempvaro to "ssffwheredr" & counterT - 14
  17.     set the member of sprite counterT to member tempvaro of castLib languagechosen
  18.   end repeat
  19.   puppetSprite(30, 1)
  20.   cursor(0)
  21.   set clickonflag to 0
  22. end
  23.