home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- open(the moviePath & "shoot\fille" & the currentSpriteNum - 20 & "\*.jpg", "acdsee32\acdsee32.exe")
- end
-
- on mouseEnter
- cursor(280)
- set the foreColor of member the memberNum of sprite the currentSpriteNum to 35
- end
-
- on mouseLeave
- cursor(-1)
- set the foreColor of member the memberNum of sprite the currentSpriteNum to 255
- end
-