08-28-2013, 01:00 AM
I noticed that there is 'foot slip' during animations. So I assume that you coded the movement in instead of by animation? Although this isn't my quote, this guy said what I wanted to say better than I did at the time.
With that advice, you should have alot more control over movement as an animator. However, animations like jumping would still need to be coded in the game.
It was hard to tell, but if you've ever experienced an effect from shooting really fast moving projectiles, like bullets, and they seem to be remaining in place?- It looks like the bullets have a fixed position? The solution to this is to interpolate the world transforms from the last few frames. I'm unsure how much control you have in GM, but I hope these two details help you out in someway.
With that advice, you should have alot more control over movement as an animator. However, animations like jumping would still need to be coded in the game.
It was hard to tell, but if you've ever experienced an effect from shooting really fast moving projectiles, like bullets, and they seem to be remaining in place?- It looks like the bullets have a fixed position? The solution to this is to interpolate the world transforms from the last few frames. I'm unsure how much control you have in GM, but I hope these two details help you out in someway.