home *** CD-ROM | disk | FTP | other *** search
/ Swift Multimedia Spanish / Spanish_Net.iso / CAFEC.DXR / 00094.ls < prev    next >
Encoding:
Text File  |  1996-06-07  |  513 b   |  19 lines

  1. on exitFrame
  2.   repeat with n = 44 down to 35
  3.     puppetSprite(n, 1)
  4.   end repeat
  5.   set the visible of sprite 35 to 0
  6.   set the visible of sprite 36 to 0
  7.   set the visible of sprite 37 to 0
  8.   set the visible of sprite 38 to 0
  9.   set the visible of sprite 39 to 0
  10.   set the visible of sprite 40 to 0
  11.   set the visible of sprite 41 to 0
  12.   set the visible of sprite 42 to 0
  13.   set the visible of sprite 43 to 0
  14.   set the visible of sprite 44 to 0
  15.   repeat with n = 44 down to 35
  16.     puppetSprite(n, 0)
  17.   end repeat
  18. end
  19.