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

  1. on mouseDown
  2.   global thisMonth, thisYear
  3.   set the castNum of sprite the clickOn to 66
  4.   updateStage()
  5.   set thisYear to thisYear + 1
  6.   put thisMonth && thisYear into field "monthName"
  7.   repeat while the mouseDown
  8.   end repeat
  9.   leapCheck()
  10.   setUpYear()
  11.   go("loopBack")
  12. end
  13.