home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- cursor(280)
- updateStage()
- end
-
- on mouseLeave
- cursor(0)
- updateStage()
- end
-
- on mouseDown
- sp = the clickOn
- puppetSound(3, "dingdo")
- case sp of
- 38:
- miaw("miaw_home")
- 39:
- miaw("miaw_key")
- 40:
- miaw("miaw_smtown")
- 41:
- miaw("miaw_fandang")
- 42:
- miaw("miaw_ilike")
- end case
- end
-