home *** CD-ROM | disk | FTP | other *** search
/ Swift Multimedia Spanish / Spanish_Net.iso / ATTICD.DXR / 00443.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 437
  4.   repeat with n = 42 down to 30
  5.     puppetSprite(n, 1)
  6.   end repeat
  7.   set the visible of sprite 30 to 1
  8.   set the visible of sprite 31 to 1
  9.   set the visible of sprite 32 to 1
  10.   set the visible of sprite 33 to 1
  11.   set the visible of sprite 34 to 1
  12.   set the visible of sprite 35 to 1
  13.   set the visible of sprite 36 to 1
  14.   set the visible of sprite 38 to 1
  15.   set the visible of sprite 39 to 1
  16.   set the visible of sprite 41 to 1
  17.   set the visible of sprite 42 to 1
  18.   updateStage()
  19. end
  20.