-
Display text every 5 seconds
Hi,
i like to display every 5 seconds text.
my 1.txt file:
txt = "69;76;79;78;81;84;85;85;74"my Expression: (found on this forum)
myPath = "/C/Users/sh/desktop/1.txt";
try{
$.evalFile (myPath);
mySplit = txt.split(";");
f = timeToFrames()
mySplit[Math.min(f,mySplit.length-1)]
}catch (err){
"file not found"
}This displays the text every Frame…
thanks
SebiPS: sorry for my bad english!