Unable to move animated entity!

Blitz3D Forums/Blitz3D Programming/Unable to move animated entity!

I've created a simple spinning cube using the animation commands but if I try and move it with position entity afterwards it doesn't move. Is this a bug?

no, it's being set to that position by keyframes afaik, override by parenting it to a pivot and moving the pivot.

Don't record position keyframes?

SetAnimKey entity, frame, 0, 1, 1
YAN

YAN,

thanks, didn't read the help properly DOH!