home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- if the name of cast the castNum of sprite clickOn() = "BOOK" then
- play frame "BIRD_1"
- else
- if the name of cast the castNum of sprite clickOn() = "BIRD" then
- puppetSprite(6, 0)
- play frame "BIRD_2"
- end if
- end if
- end
-