I have a rotor i made a seamles animation of turning in blender but when i try to loop it in game guru but when the animation ends antryy to loop it glitches for a frame poping up and sometimes disapering for a frame before it runs the animation normal again the problem is at the start of the loop
this is the script i am runing
big_fan_anim=0
function bigfan_loop_anim_init(e)
SetAnimation(0)
end
function bigfan_loop_anim_main(e)
if big_fan_anim == 0 then
LoopAnimation(e)
big_fan_anim = 1
end
end
And at the fpe i set
;anim
animmax = 1
anim0 = 0,79
playanimineditor = 0
the full animation is 80 it needs - one frame to be seamless but i tryed with 80 too it stilll glithes