Source text from external file
Hi everyone,
I need your help. I have an animation where I wish to apply text from an external file to particles. For that I need a text layer where every frame is another word.
Every experession I tried failed:
myPath = "/C/Temp/text_test.txt";
$.evalFile (myPath);
f = timeToFrames();
txt[Math.min(f,txt.length-1)]
Or:
myPath= "/C/test1.txt";
$.evalFile(myPath)
And what kind have to be the file I import? I mean every line should be somehwo marked?
Thanks.
Swenia
