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

  1. on mouseDown
  2.   set the castNum of sprite 23 to the castNum of sprite 23 + 1
  3.   updateStage()
  4.   reminderTest()
  5.   puppetTransition(8, 1, 1, 1)
  6.   set the castNum of sprite 23 to the castNum of sprite 23 - 1
  7.   updateStage()
  8.   puppetTransition(10, 1, 1, 1)
  9.   go("browser")
  10. end
  11.