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.
Text and masking
Moderators: Víctor Paredes, Belgarath, slowtiger
-
- Posts: 15
- Joined: Fri Sep 26, 2008 2:15 pm
- Location: Venezuela
-
- Posts: 15
- Joined: Fri Sep 26, 2008 2:15 pm
- Location: Venezuela
On another note, here is a link to a very helpful Masking Tutorial if your interested.
viewtopic.php?t=11430
viewtopic.php?t=11430
As a composer, he has no future...
-Beethoven's Music Instructor
-Beethoven's Music Instructor
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.
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.
- synthsin75
- Posts: 10253
- Joined: Mon Jan 14, 2008 11:20 pm
- Location: Oklahoma
- Contact:
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:-)
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:-)
- synthsin75
- Posts: 10253
- Joined: Mon Jan 14, 2008 11:20 pm
- Location: Oklahoma
- Contact:
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.
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.