QUOTE(bluepixel @ 10/28/05, 11:14 AM)
You could either place a couple of keyframes and then set the animation curve to "step" and "OffsetValue", or use the following expression:
(ceil(time/2)*2)-1
This one will return the following sequence: 1,1,3,3,5,5,7,7,9,9.....
Hope that helps.
[snapback]218383[/snapback]
That works Great!! Thanks so much for your help.