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

  1. on mouseDown
  2.   buttonReset()
  3.   if the frame > (label("Video") - 1) then
  4.     set the movieTime of sprite 10 to 0
  5.     set the movieRate of sprite 10 to 0
  6.   end if
  7.   set the castNum of sprite the clickOn to 4
  8.   updateStage()
  9.   puppetTransition(7, 1, 1, 1)
  10.   go("Satellite")
  11. end
  12.