Unable to move animated entity!

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

Boiled Sweets(Posted 2003) [#1]
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?


Rob(Posted 2003) [#2]
no, it's being set to that position by keyframes afaik, override by parenting it to a pivot and moving the pivot.


Yan(Posted 2003) [#3]
Don't record position keyframes?

SetAnimKey entity, frame, 0, 1, 1
YAN


Boiled Sweets(Posted 2003) [#4]
YAN,

thanks, didn't read the help properly DOH!