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

  1. on mouseDown
  2.   global movieLocation, backString
  3.   set backString to "sky 0 0 0 0"
  4.   put 3 into word 2 of movieLocation
  5.   set the castNum of sprite 5 to the castNum of sprite 5 + 1
  6.   updateStage()
  7.   set controlFileName to "high"
  8.   setUpTypes(controlFileName)
  9.   set the castNum of sprite 5 to the castNum of sprite 5 - 1
  10.   go("photo")
  11. end
  12.