hi there
I'm doing an Airport destination panel animation.
I've got a Composition called 'Flip' with Time Remap enabled.Here takes place the whole 'fliping' animation. This comp has got a Text Layer with an expression applied to it.This expression cycles through this line of code=>
letters = "1|2|3|4|5|6|7|8|9|0|A|B|C|D|E|F|G|H|I|J|K|L|M|N|O|P|Q|R|S|T|U|V|W|X| Y|Z|-|.|/| ";
So every 5th frame the next Nr./letter appears.Example=> Nr1 appears completely at frame 5,Nr4 at frame 20 and so on.Animation is 4 frames long.
Now,it would be great to have Time Remap expressions that would do the following=>
let's say i want to write the word CLOSED=>6 letters
i now need 6 flip comps for this.Yes,i could now use Time remap keyframes to go to each letter of course.But in my project
i'd have to do it 400 times or more.
Is there any way to go to each letter>hold the letter for a specific time and switch to the next letter via expression?
//expression
Letter: A;// for example
SwitchToNext_letter; B;
Switch_time:.5 seconds
stop time;
any help appreciated
cheers