home *** CD-ROM | disk | FTP | other *** search
/ The Weather Channel - Everything Weather / TheWeatherChannel-EverythingWeather-Win31.iso / twcia / calndr1 / calndr1.dxr / 00002.ls < prev    next >
Encoding:
Text File  |  1995-08-25  |  157 b   |  10 lines

  1. on exitFrame
  2.   repeat while the movieTime of sprite 42 < 240
  3.     if the mouseDown then
  4.       exit
  5.     end if
  6.     updateStage()
  7.   end repeat
  8.   continue()
  9. end
  10.