home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- play movie "viewer.dir"
- end
-
- on mouseEnter me
- cursor(280)
- set the member of sprite the currentSpriteNum to member(5, "interne")
- end
-
- on mouseLeave me
- cursor(-1)
- set the member of sprite the currentSpriteNum to member(8, "interne")
- end
-