Entity Animation Speed

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Henry00
User
User
Posts: 88
Joined: Thu Jul 12, 2012 7:00 pm
Location: Germany
Contact:

Entity Animation Speed

Post by Henry00 »

Hi, I would like to suggest the ability to change the entity animation playing speed!
Right now that can be done by spamming SetEntityAnimationTime() but that's jittering/jumping/glitching and can only be used when the animation is playing make it a mess.
It would be great to see this feature, thanks!
User avatar
Comtois
Addict
Addict
Posts: 1431
Joined: Tue Aug 19, 2003 11:36 am
Location: Doubs - France

Re: Entity Animation Speed

Post by Comtois »

Have you tested AddEntityAnimationTime() ? Look at EntityAnimation.pb example.
Please correct my english
http://purebasic.developpez.com/
Henry00
User
User
Posts: 88
Joined: Thu Jul 12, 2012 7:00 pm
Location: Germany
Contact:

Re: Entity Animation Speed

Post by Henry00 »

Yes alright that seems like a good way to enable precise animation speed changes, thanks for the hint!
Post Reply