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

  1. on mouseDown
  2.   global keyFlag
  3.   set the castNum of sprite 32 to 44
  4.   updateStage()
  5.   if keyFlag then
  6.     saveRecord()
  7.     set keyFlag to 0
  8.   end if
  9.   saveData()
  10.   play done
  11. end
  12.