We know animations loop automaticaly.
but what if we want to do that but sometimes we want to tell the program to loop within some range of that animation
For example if the animation image sequence is 50 images..the normal loop is 0-49
But what if i want to do 15 to 30.
But i mean, without loading any extra or different animation image sequence.
I just want to have the 50 images but loop on random ranges and sometimes the whole range.
for example sometimes 0-50, sometimes 15-30 sometimes 8-23 or whatever.
PS. When i load my animations to loop, they're not actually looped animations.
I loop them using the Script editor.
--> Once reach end change the animation direction tO BACKWARDS.. Once reach begining(animpos = 0), then change animation direction to FORWARD. That works
But i want to do this on a SUBRANGE
and so far i don't quite know how
because the ANIMPOS variable still goes from 0 to the end.
so is there a way to loop within SUBRANGES of an image series animation?