home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- puppetSound("cut")
- updateStage()
- repeat while soundBusy(1)
- end repeat
- if clickOn() = 2 then
- play frame "FOREST"
- else
- if clickOn() = 3 then
- play frame "WOODS"
- else
- if clickOn() = 4 then
- play frame "GROVE"
- end if
- end if
- end if
- end
-