Hey,
I have a masking/JPG problem.
> _root
>> mask (shape)
>> content_mc (movieclip)
>>> image_mc (empty)
When I put a JPG in content_mc, even when I put it in image_mc (inside content_mc) the animation works. BUT … when I load the JPG with loadMovie the image dissapears as the tween begins. The image loads correctly, but when the tween (motiontween on content_mc and shapetween on mask) starts … the JPG dissapears.
the content_mc IS named the same in all frames and the animation works, just not with the dynamic image …
Help?
Thanks!