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

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