home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- open(the moviePath & "shoot\fille" & the currentSpriteNum - 9 & "\*.jpg", "acdsee32\acdsee32.exe")
- end
-
- on mouseEnter me
- cursor(280)
- set the ink of sprite the currentSpriteNum to 4
- end
-
- on mouseLeave me
- cursor(-1)
- set the ink of sprite the currentSpriteNum to 0
- end
-