home *** CD-ROM | disk | FTP | other *** search
/ SKIP - The Laundry Guide / LEVER_CD.iso / lever / sswa.dir / 00099.ls < prev    next >
Encoding:
Text File  |  1997-03-07  |  442 b   |  15 lines

  1. on exitFrame
  2.   global languagechosen
  3.   puppetSprite(3, 1)
  4.   repeat with counter = 13 to 21
  5.     set the visible of sprite counter to 1
  6.   end repeat
  7.   set the member of sprite 23 to member "sswah1" of castLib languagechosen
  8.   set the visible of sprite 22 to 1
  9.   set the visible of sprite 24 to 1
  10.   set the visible of sprite 26 to 1
  11.   set the visible of sprite 28 to 1
  12.   set the visible of sprite 30 to 1
  13.   set the visible of sprite 32 to 1
  14. end
  15.