need some help for a animation
in
Programming Questions
•
2 years ago
Hi, for school i have to make a leading for a movie, i choose the usual suspects.
Here is something i made in illustrator/ after effects to show a still of what i want:
I only want to animate every name, this will take me weeks in after effects so i thought let use processing.
I want every frame exported to a pdf (so i can use that later in AE to do camera zoom in and movement etc.).
(The pdf thing for every frame is not the problem btw..)
The first thing i did was creating textAreas in processing, (see them as position places for names).
For that i use a image (since it easilly allows me to adjust font, spacing etc.).
Green is for right align, blue for left, white for 1 time left and 1 time right, red is skip.
This is the result, which is good so far:
For the animation, i would like to test different things, like:
-Let names go threw red/ let them skip red
-Adjust the delay for when the next one comes in (so there can move multiple names at once
-Skip positions that are taken (and in position) / let them go threw
-From the beginning of the line to the end of the line / from the beginning of THE USUAL SUSPECTS to the end
-Different start positions, like names can come from right bottom aswell.
All above would be nice, however, just something working would be even more nice since i got to show something by wensday.
But that is not the only problem, i'm a bit stuck in what would be a good way to handle things.
How do i assign (I got a bug atm, every thing is placed in the A).
And apart from that, how must i continue, what should be restructured, how could my functions/classes look like.
(like what is a smart way to handle the left right and 'justify' text).
Some help would be really nice.
p.s. code in next post
text:
image:
1