Text and masking

Wondering how to accomplish a certain animation task? Ask here.

Moderators: Víctor Paredes, Belgarath, slowtiger

Post Reply
lemmy
Posts: 21
Joined: Thu Sep 25, 2008 7:38 pm
Location: London

Text and masking

Post by lemmy »

I've been using ASP for a week and struggling but learning!

I want to open a cartoon with with a text page. The text will be about 8 lines long, maybe 40 words. I want the underlying layers to be hidden, and I will gradually build up the text line by line (fade it in line by line, maybe, or unmask it line by line.

When it is all there, I want the text layer(s) to fade out to the opening scene.

Can anyone give me pointers as how best to achieve this? I think it may teach me much about masking, which seems to be rather obscure and undocumented in ASP. I'm familiar with masking in image manipulation but ASP seems to be more complex.
lemmy

See The Surrey Stick Figure Theatre Of Death
http://www.youtube.com/spogley
Micah Jank
Posts: 15
Joined: Fri Sep 26, 2008 2:15 pm
Location: Venezuela

Post by Micah Jank »

Well, im definitely no expert, not even by a long shot, but....
Maybe another program such as a video editor be able to help?

Most video editors have a fade out transition i think.
As a composer, he has no future...
-Beethoven's Music Instructor
Micah Jank
Posts: 15
Joined: Fri Sep 26, 2008 2:15 pm
Location: Venezuela

Post by Micah Jank »

On another note, here is a link to a very helpful Masking Tutorial if your interested.

viewtopic.php?t=11430
As a composer, he has no future...
-Beethoven's Music Instructor
User avatar
slowtiger
Posts: 6237
Joined: Thu Feb 16, 2006 6:53 pm
Location: Berlin, Germany
Contact:

Post by slowtiger »

No soo complicated.
You need a setup like this:

- group or bones layer, set to "Hide all"
- - your text layer - could be image or verctor. Set to "Mask this layer".
- - the mask layer, in this case a simple rectangle (don't forget to fill it!), set to "Add to mask, but keep invisible".

The only thing you have to animate is the rectangle, making it bigger for every line to be revealed, either with step or normal interpolation.
User avatar
synthsin75
Posts: 10253
Joined: Mon Jan 14, 2008 11:20 pm
Location: Oklahoma
Contact:

Post by synthsin75 »

And a soft edge on that rectangle Slowtiger mentioned would give you a bit of a fade effect.
lemmy
Posts: 21
Joined: Thu Sep 25, 2008 7:38 pm
Location: London

Post by lemmy »

That's much appreciated, thanks.
lemmy

See The Surrey Stick Figure Theatre Of Death
http://www.youtube.com/spogley
lemmy
Posts: 21
Joined: Thu Sep 25, 2008 7:38 pm
Location: London

Post by lemmy »

Having done this, I lose the ability to fill or do anything to the sub-layers, whether they are nested in the group layer or not.
If I attempt to draw a rectangle or select anything or fill the layer, everything is out of action, as if the group layer at the top kills everything.

I thought Photoshop was difficult when i started using it 15 years ago but this animation is something else:-)
lemmy

See The Surrey Stick Figure Theatre Of Death
http://www.youtube.com/spogley
User avatar
synthsin75
Posts: 10253
Joined: Mon Jan 14, 2008 11:20 pm
Location: Oklahoma
Contact:

Post by synthsin75 »

I can't even guess at what you mean. I'm sure I sound like a broken record, but if you could share an example file we'd be able to help you out easier and faster. (To do this, upload the AS file to a site like Mediafire.com and paste the link in your post here.)
lemmy
Posts: 21
Joined: Thu Sep 25, 2008 7:38 pm
Location: London

Post by lemmy »

I'm not sure what I meant either because I was getting very odd behaviour which I couldn't exactly pin down.

So as ever, before trying to solve a problem, re-boot. That's done the trick and your layer/ mask instructions work perfectly.

I've been running various graphics programs and it seems to have upset AS somewhere along the line. I'd been hibernating my machine for the week I've been working with AS so as not to lose my thread. I'll remember to re-boot now and again now.
lemmy

See The Surrey Stick Figure Theatre Of Death
http://www.youtube.com/spogley
Post Reply