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

  1. on mouseDown
  2.   global linkFlag
  3.   set the castNum of sprite the clickOn to 57
  4.   updateStage()
  5.   repeat while the mouseDown
  6.     nothing()
  7.   end repeat
  8.   set linkFlag to 1
  9.   link("online 1 1 1 1")
  10. end
  11.