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

  1. on mouseDown
  2.   global movieLocation, backString, subTopicNames
  3.   set backString to "hurrican 0 0 0 0"
  4.   put the clickOn - 18 into word 2 of movieLocation
  5.   set the castNum of sprite (the clickOn - 17) to the castNum of sprite the clickOn + (the clickOn - 18)
  6.   updateStage()
  7.   set controlFileName to item the clickOn - 18 of subTopicNames
  8.   setUpTypes(controlFileName)
  9.   if soundBusy(1) then
  10.     sound close 1
  11.   end if
  12.   go("photo")
  13. end
  14.