Hi
I have tried with a .dae animated object.
it's strange, beacause it works in X, but not if I change the Y and/or Z :
r =5
CreateObject(1,"object.dae")
SetObjectScalePermanent(1,r,r,r)
SetObjectPosition(1,0,0,0)
CreateObject(2,"object.dae")
SetObjectScalePermanent(2,r*2,r,r)
SetObjectPosition(2,0,0,-6*r)
Do
Sync()
Loop
Function CreateObject(id,file$)
LoadObjectWithChildren(id,file$)
SetObjectImage(id,1,0)
SetObjectImage(id,2,1)
SetObjectShader(id,1)
SetObjectAnimationSpeed(id, 1 )
PlayObjectAnimation(id, "", 0, 5, 1, 0)
EndFunction
But I agree, it would be really great to have this feature, it's really usefull to create multiplayer games or 3D games with differents anatomy for the characters ^^.
AGK2 tier1 - http://www.dracaena-studio.com