I could be wrong but since no one replied, I'll try my hand.
I think you can use renderAtTime but without a timer. Just pass it
your own time for the frame you want. For 30 fps your single frame
value would be 1/30 = 0.03333333. So frame 1 would be ( 1/30 * 1 )
frame 2 would be (1/30 * 2) frame 3 would be (1/30 * 3) ....
Hope that helps
Ahmad Baitalmal
email@hidden
On Nov 19, 2005, at 10:07 AM, A. Blue wrote:
How can I make QC animation that is base on the current frame number
rather than time based?
I need to make an extremely smooth scrolling animation that I want to
move across the screen at exactly 2 pixels/frame. If a frame is
dropped for some reason, or the timer is off, I don't want my x
position to jump discontinuously.
Any other advise for smooth scrolling without discontinuities?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Quartzcomposer-dev mailing list (Quartzcomposer-
email@hidden)
Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/quartzcomposer-dev/ahmad%
40baitalmal.com
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Quartzcomposer-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quartzcomposer-dev/email@hidden
This email sent to email@hidden