Looking at Hybrids and thinking it might be something I could do something interesting with. I've looked at the program's pdf instructions and the .hybrid files floating around but I'm not seeing what I'm looking for, maybe it can be done though.
For example, a flame. I'd like it to randomly start up (that is covered by "MinAnimationLoop" and a negative "AnimationGap"). But when it starts up I'd like for it to go through its loop say 3 times at one point, maybe 7 times the next time it starts up, maybe once next time, etc., but keeping the larger gaps between occurances. Closest thing I can see to do is something like this:
ImageIndex = 3
X = 500
Y = 600
TileMode = 0
Width = 0
Height = 0
MinAnimationLoop = 0
StartingFrame = 0
AnimationGap = -400
LayerName = "Burn it"
but that's rarely going to run the animation loop back to back. I think I'm looking for something like "AnimationLoopCount = -10" to throw in there. Such a thing exist? Thanks.