ID:132949
 
For example, a frame delay of 0.5
Would it be possible?
It should be useful to specify more accurate animation speeds than with only integers.
Nielz wrote:
For example, a frame delay of 0.5
Would it be possible?
It should be useful to specify more accurate animation speeds than with only integers.

Since each animation tick is an integral event, using anything but an integer for a frame delay would be quite impossible. However you can modify world.tick_lag so that each tick represents a shorter interval of time.

Lummox JR
In response to Lummox JR
Lummox JR wrote:
Nielz wrote:
For example, a frame delay of 0.5
Would it be possible?
It should be useful to specify more accurate animation speeds than with only integers.

Since each animation tick is an integral event, using anything but an integer for a frame delay would be quite impossible. However you can modify world.tick_lag so that each tick represents a shorter interval of time.

Lummox JR

Yes that's true about the world.tick_lag, but that affects every icon in the game, so I was wondering if there would be a way to do this for individual icons.
But if it really isn't possible, then, oh well.