What I’m trying to do is start and stop an animation between a certain number of frames. For example I may have a walk cycle that starts at frame 1 and ends on 30. But I want to start the animation on say frame 15 and end it on 25. Is this possible to do through a script?
I believe that you can only change where the animation starts using time (seconds/milliseconds). and you’d have to manually stop it with the same seconds/milliseconds thing. It’d be really cool if you could do it frame by frame though.
Do you happen to know or have a link to how you would go about doing that using the time of an animation?