#Using Typescript to stop a blocks animation?

1 messages · Page 1 of 1 (latest)

sterile monolith
#

How would I go about using Typescript to stop a blocks flipbook from playing the animation and returning to frame 0?

sterile monolith
#

Ultimately I've decided to make each animation frame it's own texture and then creating my own animation controller. It's janky and there's probably a better way to do this, but it seems to be working. I'll post some code when I get it fully working, that way if anyone comes looking for a solution they can see how I did it.