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

  1. on mouseDown
  2.   global secondary, lastChannel
  3.   set the castNum of sprite 34 to 46
  4.   updateStage()
  5.   repeat while the mouseDown
  6.   end repeat
  7.   set the castNum of sprite 45 to 103
  8.   set the castNum of sprite 48 to 115
  9.   updateStage()
  10.   set lastChannel to 0
  11.   go("main")
  12.   set secondary to 1
  13.   replot(0)
  14.   set secondary to 0
  15.   replot(0)
  16. end
  17.