YesNoOk
avatar

animation limits (Read 757 times)

Started by inktrebuchet, December 08, 2017, 08:54:57 pm
Share this topic:
animation limits
#1  December 08, 2017, 08:54:57 pm
  • ****
    • USA
    • twitter.com/inktrebuchet
I'm not stuck but I want to avoid disaster. This may sound like a dumb question but is there a limitation on how many frames are in an animation?


for example:
type = changeanim
trigger1 = ??
value = 2
elem =1000000000
Last Edit: December 08, 2017, 10:42:47 pm by ink
Re: animation limits
#2  December 08, 2017, 09:56:13 pm
  • ******
  • Loyal to the Game
    • USA
    • http://jesuszilla.trinitymugen.net/
It's either UInt16_MAX (65535), Int32_MAX (2147483647), or UInt32_MAX (4294967295).
Re: animation limits
#3  December 08, 2017, 10:43:46 pm
  • ****
    • USA
    • twitter.com/inktrebuchet
Thanks, I thought it would be something like that. I think I’ve found a better way and a way to avoid all of that.