home *** CD-ROM | disk | FTP | other *** search
/ Discovering Nature in the City / LUONTOCD.iso / pc / files / story / story.dxr / 00009.ls < prev    next >
Encoding:
Text File  |  1996-12-16  |  135 b   |  8 lines

  1. on enterFrame
  2.   repeat with x = 9 to 10
  3.     set the visible of sprite x to 0
  4.     updateStage()
  5.     puppetSprite(x, 0)
  6.   end repeat
  7. end
  8.