Re: How do you use an external Text file for animation values
From: StephenS
Date: 27 Jan 2008 17:30:00
"audioguytodd" <audioguytodd [at] bellsouthnet> wrote:
....
> The text file Filename just has three comma separated variables:>> 0, 0, 0> 0, 0, 0> 0, 0, 0> -12, -18, 0>
....
Your third and fourth variable is separated by a 'new line', not a comma.
Try:
0, 0, 0,
0, 0, 0,
0, 0, 0,
-12, -18, 0
StephenS