home *** CD-ROM | disk | FTP | other *** search
/ CD Direkt 1996 #11 / CDD_11_96.ISO / demos / timelaps / mainmenu.dxr / 00145.ls < prev    next >
Encoding:
Text File  |  1996-08-07  |  403 b   |  12 lines

  1. on exitFrame
  2.   global language
  3.   SetPuppets(9, 10, 1)
  4.   SetPuppets(13, 21, 1)
  5.   SetPuppets(23, 24, 1)
  6.   set the memberNum of sprite 13 to cast ("Puzzle" && language)
  7.   repeat with n = 14 to 21
  8.     set the memberNum of sprite n to cast (word 1 of the name of member the memberNum of sprite n && word 2 of the name of member the memberNum of sprite n && language)
  9.   end repeat
  10.   SetVisible(13, 21, 1)
  11. end
  12.