Ok ihave a question.
if i have an model that has animation on it and in the properties page it says Amin Speed = 100
then why if i use SetAnimationSpeed(e,300) there is no difference in the speed it does noting
if i have a small script like this. :
function wind_turbine_init(e)
end
function wind_turbine_main(e)
SetAnimationSpeed(e,300)
PlayAnimation(e)
end
why would it not run at 300 ? or do i need a more complex script to make it to run at 300.
i know i can change the speed in the properties , and maybe also in the fpe file, but i would like to control it with a script.
Any help would be appreciated.
Pcs.
Windows 7 Professional 64-bit
Intel(R) Pentium(R) CPU G3260 @ 3.30GHz (2 CPUs), ~3.3GHz RAM 16GB NVIDIA GeForce GT 730
DirectX Version: DirectX 11
The author of this post has marked a post as an answer.
Go to answer