-
Link typewriting with blinking animation
Hi,
I’m trying to achieve an animation of an old typewriter, the one where text mouve to the left as you type. I designed a typewriter from pictures, and done the text animation. However I need to simulate an animation of the ribbon hitting the page every letter typed by making a layer (image of a ribbon guide) be visible only at the time when a new letter appear. But I can’t find a good way to do it.To do simple: I have extracted a value of the number of letters that it growing over time depending on the speed I set :(1,2,3,4…),
Is there a way to link every “change” on this value (for exemple from 2 to 3) to an event : ribbon blink (go to 100 opacity then 0)
something like :N=number of the character revealed,
Each frame check if N is the same then N one frame ago, if true then 0 opacity, if false 100 opacity.Any Ideas?
Will be very grateful.