Hi tboy
Many thanks for your coding.
Although i get some animation, mainly flashing object, its not really animating for me.
I have tried to simplify your coding and applied it directly but animation speed may be far far far too fast or something else is wrong.
Even trying to adjust animation speed to 0.01 doesn't change anything for the better, a value of "0" doesn't do anything either.
LoadObjectWithChildren(10,"Walking.dae")
LoadImage(10,"Remy_Body_Diffuse.png")
setobjectimage(10,10,0)
SetObjectScalePermanent(10, 1,1,1)
setobjectposition(10,0,0,0)
SetObjectScreenCulling(10, 1)
SetObjectAnimationSpeed(10, 1)
PlayObjectAnimation(10, "", 1, -1, 1,1 )
Can you spot anything in my code which is causing it not to work?
Thanks again