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

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