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

  1. on mouseDown
  2.   set n to the clickOn
  3.   set the castNum of sprite n to the castNum of sprite n + 1
  4.   updateStage()
  5.   set the castNum of sprite n to the castNum of sprite n - 1
  6.   doHelp()
  7. end
  8.