PDA

View Full Version : Alpha Tweening?


barret
07-01-2002, 09:31 AM
Is there any way of tweening alpha's? Or must that all be done by hand, frame by frame? :confused:

CyanBlue
07-01-2002, 09:55 AM
You can use Actionscript to create an alpha tween by changing the _alpha property of the targetting movieclip...

Billy T
07-01-2002, 11:32 AM
just tween the alpha the same way you would motion tween a symbol.

ScratUAD
07-01-2002, 02:51 PM
very easy...
make it a movie clip or image...
do the first few steps of a motion tween... (create the number of frames by "f6'ing" it into the last frame to tween to...
in the last (or first) frame... open the properties box...
select alpha=whatever you wish...
and create a motion tween.

barret
07-01-2002, 09:12 PM
Originally posted by Billy T
motion tween So that Means I can use motion tweening. Because I have tried and it seems not to work. Well I will try it now to see if it does though.

ScratUAD
07-01-2002, 09:44 PM
yeah, you can use a motion tween, but you need to adjust the alpha of the object at the beginning or end of the tween...

barret
07-02-2002, 12:51 AM
Is it also possible to have it tweening while you shape tween that same object?

CyanBlue
07-02-2002, 03:10 AM
I think you can make a movieclip that includes all your shape tweens and have _alpha change over the time to achieve the effect...

Billy T
07-02-2002, 05:29 AM
yeah you can do it with just shape tweening...just turn down the alpha for the colours in mixer panel

see attached

barret
07-03-2002, 12:55 AM
Thanks! Just what I needed!