Variable width with $INFO
#16
(2024-05-12, 14:56)jurialmunkey Wrote:
(2024-05-12, 14:52)realcopacetic Wrote: Is this beneficial compared to doing it with a single texture and conditional zoom animations?

Conditional animation will have worse performance because all conditions for all 100 animation will always evaluate.

Variable only evaluates as far down as it needs (early exit), so will only be as many conditions as the percentage value.

Info is best performance because no conditional evaluation, just asks for texture name.

Thanks for explaining. I never considered that. May need to revisit my progress bars!!
Reply

Logout Mark Read Team Forum Stats Members Help
Variable width with $INFO0