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

  1. on exitFrame
  2.   set i to 1
  3.   repeat while the movieTime of sprite 42 < 1210
  4.     if the mouseDown then
  5.       exit
  6.     end if
  7.     if i < 32 then
  8.       removeMinder(i, 1)
  9.     end if
  10.     set i to i + 1
  11.   end repeat
  12.   puppetTransition(1, 0, 3, 0)
  13. end
  14.