home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global frameList, choiceMade
- set mh to the mouseH
- set sph to the locH of sprite the clickOn
- set whSquare to abs((mh - sph) / 69) + 1
- if mh < (sph - 21) then
- nothing()
- else
- if the locH of sprite 31 > 0 then
- clearLists()
- end if
- if choiceMade = 0 then
- set the castNum of sprite 40 to cast "sectionChoose"
- setOffStage("35")
- else
- set the castNum of sprite 35 to 978
- end if
- setOffStage("25,34")
- doZoom2(whSquare)
- setOffStage("43")
- setPuppets(1, 1, 0)
- setPuppets(7, 13, 0)
- setPuppets(26, 26, 0)
- go(string(item whSquare of frameList))
- setPuppets(15, 18, 1)
- setPuppets(20, 21, 1)
- setPuppets(23, 25, 1)
- setPuppets(27, 35, 1)
- setPuppets(40, 46, 1)
- if choiceMade = 1 then
- set the locH of sprite 35 to 454
- set the locV of sprite 35 to 72
- set the castNum of sprite 35 to 978
- end if
- end if
- end
-