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

  1. on mouseDown
  2.   global backString, linkFlag
  3.   set n to the clickOn
  4.   set the castNum of sprite n to the castNum of sprite n + 1
  5.   updateStage()
  6.   repeat while the mouseDown
  7.     nothing()
  8.   end repeat
  9.   set the castNum of sprite 48 to 116
  10.   if linkFlag then
  11.     set linkFlag to 0
  12.     link(backString)
  13.     exit
  14.   end if
  15.   quit()
  16. end
  17.