Current time of animation?
-
I use: "show_frame_at" to show a frame in the animation at a certain time but how do I get the current time of a animation?
I mean how long, in frames or seconds, has it played from the start. -
Can't you just grab the current time and save it as the "start time" when you start the animation, and then when you want to know how long it's been, grab the current time again, and take the difference? CB.
-
Wouldn't that work only for realtime play?
I'm looking for a way to step through an animation frame by frame. (not scenes/pages)
I want to be able to access certain frames to fix possible errors.
Advertisement