anim8
anim8 copied to clipboard
How I Can Get number of current frame what is playing ?
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
Using 'rra.position' should represent the current anim frame.
This should be included in the documentation as most of the time devs need to know the current frame position