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

  1. on mouseDown
  2.   global pictureName
  3.   CDcheck()
  4.   set the visible of sprite 2 to 0
  5.   set the itemDelimiter to "\"
  6.   set pictureName to the last item in the fileName of cast 10
  7.   set the itemDelimiter to ","
  8.   go("big picture")
  9. end
  10.