Flash Q
Flash Q
- Started
- Last post
- 5 Responses
- jevad
So I have 5 movieclips that have a masked image in them.
On mouseover I want the mask to reveal the image and on mouseout I want the mask to contract again. I guess basically just reverse the timeline in that movie.
What is the simplest way to achieve this?
- anon0
make an instance of the mask and control it via actionscript.
- NONEIS0
"Easy" depends on what else you know flash-wise, i would write a custom function, but that might not be the best solution for you, here is a trult "easy" way to do it though...
- jpea0
if you want, you could plop this on to you movieclip that has the mask in it. inside the clip, make the mask ani with a stop on the first frame and the last.
- jpea0
- jevad0
fucking champion jpea - thankyou!