Page 1 of 1

New scenery

Posted: Tue Jan 13, 2015 11:41 am
by evali1
Hi,
i just bought AS 10 Debut. I fear, i need help ...
Within my project I'd like to change scenes. After searching tutorials and webinars i still have no clue how to do it.

Second question: I didn't understand how to fade (key?) items in and out. For example, i want a text to become visible and invisible again.
Can i change opacity?

TY :)

Re: New scenery

Posted: Tue Jan 13, 2015 1:38 pm
by saintbe
Hi,

I think I asked the same question a few months ago. Check the following discussion :
viewtopic.php?f=13&t=26284

I hope it helps you,

-Kim.

Re: New scenery

Posted: Tue Jan 13, 2015 1:58 pm
by evali1
TY, KIM! And the second query? :oops:

Re: New scenery

Posted: Tue Jan 13, 2015 2:53 pm
by hayasidist
depends if your text is on a layer by itself, or if it's on a layer with other vectors.

===
layer: on the layer settings - check the "allow animated layer effects" box; and then key the opacity value.. on frame 0: make sure it's 100%.

If you want it to fade in: on frame 1: set opacity 0%; at the start of the fade-in add another 0% key; at the end of the fade-in set 100%
if you want it to fade out: at the start of the fade-out set a key for 100% opacity; at the end, make it 0%

note that you can also vary other layer attributes such as shadow colour and offsets...

===
vector within a layer: the same principle - i.e. "full on" on frame 0; if fading-in then key "off" on frame 1; then key immediately before the transition and again at the end... but this time change the alpha for shape fill and stroke between "on" (255) and "off" (0).

Note that you don't need to change stroke and fill at the same time (e.g. fade the fill out leaving the outline lagging behind) and that you can also change colours (e.g. de-saturate from blue to grey to fade out) and other shape attributes...

Re: New scenery

Posted: Tue Jan 13, 2015 3:51 pm
by evali1
Great! TY!!!!