home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazin 1997 March / Image.iso / schwieri.dxr / Schwierigk_85_MakeVisibleS.ls < prev    next >
Encoding:
Text File  |  1996-10-28  |  230 b   |  10 lines

  1. global gWettIni, gParams, gParamsAll
  2.  
  3. on exitFrame
  4.   repeat with i = 1 to gParams
  5.     set the visible of sprite (11 - 1 + i) to 1
  6.     set the visible of sprite (14 - 1 + i) to 1
  7.   end repeat
  8.   set the visible of sprite 7 to 1
  9. end
  10.