This is for a fuel bar. The 2.31 is the adjust for the size in pixels.
Event: Repeat IntervalSize times
Subevent: Every tick: Liquid(Sprite) - Action: Set size to (64, loopindex*2.31)
It works but obviously too quick, the meter is from one position to another in a "blink".
But if I change Every tick to let's say Every 0.2 seconds it won't work at all, the bar is still in the old position.
Do you know why?
Are there a way to do "Every 20th tick"?
I have a feeling I am doing this wrong because tick is basically "always" and maybe not same thing as time, right?
Thank you for reading. :)