views:

401

answers:

1

Or does it just change where it's rendered? I have performed this transform and I think the object's frame's origin's y position stays the same.

A: 

I think what happens is that it just renders the frame in a different position. That's why the position values don't change.

Also, to have something occur after the animation, I will use a timer to run a piece of code after the animation.

Neo42