Animation or Movement Problem
Hello,
I've been working on a game for quite a while and I've been able most of the problems I've encountered except for one. There are various movement that the player can do which I accomplished by combining the platform object with the various built-in movements MMF2 has built in and separating the events into groups. For the most part, everything has worked pretty well. There is one "glitch" with an animation that I can't seem to find a fix for.
I have a crawling mechanic. It works fine normally. it has an animation for crouching down, one for standing still and one for crawling. The problem in one of my other movements uses the Path movement and if I try to crawl after using it, the moving/crawling animation only plays the the first frame. Neither mechanic changes the animation speed or anything like that so I'm not sure why this happens.
What's stranger is that when I use a movement that involves the bouncing ball, it fixes the crawl animation.
Sorry if this is a bit unclear. I browsed existing threads but I haven't seen any similar problems. Any ideas would be highly appreciated.
Thanks!