I have a clip that plays an animation, and I’d like to able to tell when the animation has reached the last frame. I used to putter around a bit with Adobe Animate, and I got used to using something like this:
if (object.currentFrame == 12)
I was curious if there’s some similar method for checking frames in Wick?