I'm sure this has been asked, I feel bad about having to post, but I can't seem to find the exact problem, ... forgive me
I entered this in after fade in
oTank.SetView(20, 0, 0);
oTank.Animate(0, 10);
oTank.Animate(0, 10, eRepeat, eNoBlock, eForwards);
I have an object animating... everything works except for the "wait" during the first initial animation of the view. Afterwards it runs fine, I'm assuming the second line is blocking, I'm wondering how to animate this object so I don't have to wait
appreciate the help
I entered this in after fade in
oTank.SetView(20, 0, 0);
oTank.Animate(0, 10);
oTank.Animate(0, 10, eRepeat, eNoBlock, eForwards);
I have an object animating... everything works except for the "wait" during the first initial animation of the view. Afterwards it runs fine, I'm assuming the second line is blocking, I'm wondering how to animate this object so I don't have to wait
appreciate the help