There seems to be a bug with animating objects:
I have
SetObjectView(1, 11);
AnimateObject(1,0,2, 1);
I am sure that the loop and the view exist, but the object does not animate - it just stays still at the first frame.
I have
SetObjectView(1, 11);
AnimateObject(1,0,2, 1);
I am sure that the loop and the view exist, but the object does not animate - it just stays still at the first frame.