Flash Menu Help
Flash Menu Help
Out of context: Reply #18
- Started
- Last post
- 30 Responses
- jpea0
k, maybe scratch the hittest idea and use a button. They might be using a button with a useHandCursor = false; action in the movie.
if that's the case, instead of having an alpha action of sorts on each movie clip, have each one be a movie clip with a section that fades in, fades out, etc...
when you do a on (rollOver) just do a gotoAndPlay('fadein') and such.. it might work quicker than an actual alpha.