home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global movieLocation, backString, subTopicNames
- set backString to "hurrican 0 0 0 0"
- put the clickOn - 18 into word 2 of movieLocation
- set the castNum of sprite (the clickOn - 17) to the castNum of sprite the clickOn + (the clickOn - 18)
- updateStage()
- set controlFileName to item the clickOn - 18 of subTopicNames
- setUpTypes(controlFileName)
- if soundBusy(1) then
- sound close 1
- end if
- go("photo")
- end
-