I have an animation that is 60 frame
it is a shape tween between a square box to what looks like blinds
at frame 30 I like what it looks like so I want to have the tween to go from 1
to 30 and keep the shape that is the a half way point on the 1 to 60 tween but
when I try to add a keyfrmae there it all disappears
help me please
tlsilveus - 23 Jul 2008 18:28 GMT
Just a thought... I'm new to flash so I don't know if it would work but you
could try this
If you can draw what it looks like in frame 30, put your drawing in a blank
keyframe and then tween between your box and your drawing. If it's a
complicated picture, create a layer on top of the tween layer trace the picture
using the pen tool and then copy your picture into the blank keyframe on tween
layer then remove the working layer.
Rothrock - 23 Jul 2008 19:12 GMT
Place another layer above the layer with your animation. Add a keyframe on that layer. In that keyframe's actionscript panel put:
stop();
That should do it.