anim8 icon indicating copy to clipboard operation
anim8 copied to clipboard

How I Can Get number of current frame what is playing ?

Open n0bleman opened this issue 5 years ago • 2 comments

This fo play ? local RR = g16('1-5', 8) rra = anim8.newAnimation(RR, 0.2) Curanim=rra Curanim:update(deltatime)

i try print(rra) but he shows only tables like 0x230313

n0bleman avatar Apr 02 '19 18:04 n0bleman

Using 'rra.position' should represent the current anim frame.

Theomaniacal avatar Jul 03 '19 16:07 Theomaniacal

This should be included in the documentation as most of the time devs need to know the current frame position

flamendless avatar Aug 08 '20 08:08 flamendless