Change Animation Speed (fps)
alexulle
Member Posts: 27
Hi there,
is there a way, to change the speed of the animation. I'd like to use the same pictures and I want to change the speed of the animation. If the actor is running faster the animation should run faster to. How can I do this?
is there a way, to change the speed of the animation. I'd like to use the same pictures and I want to change the speed of the animation. If the actor is running faster the animation should run faster to. How can I do this?
Comments
If self.motion.linearvelocity. x or y (depending on what direction your walking) < 4
Animate 5fps
If self.motion.linearvelocity. x or y (depending on what direction your walking) < 8
Animate 10fps
If self.motion.linearvelocity. x or y (depending on what direction your walking) < 12
Animate 15fps
Change the numbers to suit your game