home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1995 September / PCD0995.ISO / files / support.dir / 00170.ls < prev    next >
Encoding:
Text File  |  1994-12-18  |  147 b   |  8 lines

  1. on enterFrame
  2.   set the visible of sprite 17 to 0
  3.   repeat with n = 2 to 30
  4.     set the puppet of sprite n to 0
  5.     updateStage()
  6.   end repeat
  7. end
  8.