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

  1. on exitFrame
  2.   global start, ratio
  3.   set t to the movieTime of sprite 16
  4.   if t < the duration of cast 32 then
  5.     set the locH of sprite 28 to start + (t * ratio)
  6.   else
  7.     set the castNum of sprite 28 to 131
  8.     set the locH of sprite 28 to start
  9.     set the movieTime of sprite 16 to 0
  10.     updateStage()
  11.   end if
  12.   globalRollOver(45, 48)
  13. end
  14.