home *** CD-ROM | disk | FTP | other *** search
/ Swift Multimedia Spanish / Spanish_Net.iso / ATTICD.DXR / 00437.ls < prev    next >
Encoding:
Text File  |  1996-06-12  |  557 b   |  20 lines

  1. on mouseDown
  2.   puppetSprite(44, 1)
  3.   set the castNum of sprite 44 to 443
  4.   repeat with n = 42 down to 30
  5.     puppetSprite(n, 1)
  6.   end repeat
  7.   set the visible of sprite 30 to 0
  8.   set the visible of sprite 31 to 0
  9.   set the visible of sprite 32 to 0
  10.   set the visible of sprite 33 to 0
  11.   set the visible of sprite 34 to 0
  12.   set the visible of sprite 35 to 0
  13.   set the visible of sprite 36 to 0
  14.   set the visible of sprite 38 to 0
  15.   set the visible of sprite 39 to 0
  16.   set the visible of sprite 41 to 0
  17.   set the visible of sprite 42 to 0
  18.   updateStage()
  19. end
  20.