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

  1. on mouseUp
  2.   puppetSound(0)
  3.   set the movieRate of sprite 3 to 1
  4.   repeat while the movieRate of sprite 3 = 1
  5.     if the mouseDown then
  6.       go(the frame + 1)
  7.       exit repeat
  8.     end if
  9.     updateStage()
  10.   end repeat
  11. end
  12.