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

  1. on mouseDown
  2.   global videoFiles, videoNumber, movieLocation
  3.   set the castNum of sprite 31 to 122
  4.   updateStage()
  5.   set the movieRate of sprite 16 to 0
  6.   set videoNumber to videoNumber + 1
  7.   if videoNumber = the number of lines in videoFiles then
  8.     set videoNumber to 1
  9.   end if
  10.   put videoNumber into word 4 of movieLocation
  11.   videoLoad()
  12. end
  13.