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

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