-
Creating text grid that “decodes”
So here’s what I’m trying to create; I want a grid of text that is constantly “decoding” which is to say the letters are all fluctuating. But at points certain letters will freeze to form words. I figured this would be easy enough to build. I simply created a text block that’s a specific size (my comp), typed in a bunch of random letters, filled in where I want my actual words to do and then using the animate properties would adjust the character offset to make it look like they’re all changing. The problem is that when doing so the spacing gets all screwed up because of what I’m assuming if the fact that I’m not using a monospace font. Switching to a monospace font does seem to improve things but obviously they are far less impressive looking.
So is there some work around I can do to make sure that I’ve got a series of letters, perfectly aligned, constantly rotating but able to hold on specific letters to form words? I’m sure I can’t be the first person to have tried and effect like this?