Heya,
its hard to explain:
i have an animation and i want to play it one time so long i press and hold the "up" key (pressing longer the key as the animation is, i want to stop it in the last frame, at end of my animation)
the animation is 2 sec long.
now i try to play the animation backwards with just release this key...
...but i want to backward the animation in position of my last frame it was while holding this key...not from beginning(not from end):
when i press and hold 1 sec long, i try to backwards the animation in position 1 sec...when i hold 3 sec, i try to backwards in position end (2 sec)
so, i try to find out in what frame my animation is and try to turn the animation on this frame.
lol, u understand?
i tried it on this way...but i cant find any commands in it thats is working
https://reddit.com/r/godot/comments/4zg7jp/how_can_i_get_the_frame_count_of_an_animated_frame/
do you have an idea how i can call identify the actual frame and play the animation from this point in both direction?
thank you!
Neo