Hi,
I have a file that someone else built and has stopped working when they applied a minor amend. They’ve passed it on to me to figure out.
It actually uses AS2… but was built in CS3.
From what I can see all the instance names are correct. The code is as follows:
[COLOR=darkslategray]mctxt4.cacheAsBitmap = true;[/COLOR]
[COLOR=darkslategray]mcMask.cacheAsBitmap = true;[/COLOR]
[COLOR=darkslategray]mctxt4.setMask(mcMask);[/COLOR]
[COLOR=black]The mask animates across the text mc to reveal the caption it contains.[/COLOR]
This code occurs on the same frame that the clips in question first appear. Everything looks fine to me.
Although the timeline clearly plays right the way through, the animated mask in this code shows only the first frame of it’s own animation… even though it is tweened on the same timeline.
Has anyone experienced a problem like this before?
Can anyone help… or offer advice?
Many thanks.
S.