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

  1. on mouseDown
  2.   global videoFiles
  3.   if item 1 of videoFiles contains "*" then
  4.     exit
  5.   end if
  6.   set the castNum of sprite 13 to 129
  7.   set the castNum of sprite 12 to 126
  8.   set the castNum of sprite 11 to 126
  9.   updateStage()
  10.   clearPuppets()
  11.   go("video")
  12. end
  13.