Page 1 of 1

CF::Time

Posted: Thu Feb 16, 2012 2:12 am
by kipling
Hi MVJ/MVM

In CF 3.0 Beta (30) on Mac OS X I was trying this

Code: Select all

startshape S

CF::Size = [s 1.2]

CF::Time = [time 0 1]

shape S{
	SQUARE[b 1 z -999 s 1.1 sat .2 time 0 0.1]
	A[]
	}

shape A{
	SQUARE[time 0 -0.5]
	loop 2 [ x .5 ] A [[ x -.25  s .45 1 r 88 time .5 0 timescale .5 b .05]]
	}
and I got this

Code: Select all

Parse error - Unknown configuration parameter
with the hyperlink pointing to the CF::Time line. It seems to ignore this parameter.

Re: CF::Time

Posted: Thu Feb 16, 2012 8:42 am
by MtnViewJohn
That's the last one in the alphabetical list. Off by one error.