I need help with making an animation on a cursor using a script. There are 11 frames in the whole thing, heres my problem: I want it to play out the animation all the way to 11 then have it go back to 10, and back to 11 and so on. That way the last 2 frames alternate back and forth. Does anybody know how to do this? 11 frames, I want each to move at 100 ms. I've tried one thing, it works, but then it repeats from the begining again.
1-11,100
10-11,100
10-11,100
10-11,100
10-11,100
10-11,100
10-11,100
10-11,100
10-11,100
Its obvious why it repeats from the begining again, but I don't want it to. Any help is greatly appreciated, thanks.