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

  1. on enterFrame
  2.   cursor(-1)
  3. end
  4.  
  5. on exitFrame
  6.   global gFrame, gFrameLabel
  7.   set gFrame to the frame
  8.   set gFrameLabel to the frameLabel
  9.   set the movieRate of sprite 11 to 1
  10.   repeat while the movieRate of sprite 11 = 1
  11.     if the mouseDown then
  12.       go(the frame + 2)
  13.       exit repeat
  14.     end if
  15.     updateStage()
  16.   end repeat
  17. end
  18.