home *** CD-ROM | disk | FTP | other *** search
- on mouseUp me
- play movie "somm.dir"
- end
-
- on mouseWithin me
- set the member of sprite the currentSpriteNum to member("d1")
- cursor(280)
- end
-
- on mouseLeave me
- set the member of sprite the currentSpriteNum to member("d")
- cursor(-1)
- end
-