Hello and greetings everyone!
Is it possible to trace timeline position and relate that position in to another timeline so the second one can start playing from point where the first one ended?
you might want to check animation noify.
Maybe this:
Iām pressing a button, timeline executes, when I release the button timeline not just stops but execute to the end and then stops. How to do that and is it even possible?
For the details, Iām setting up camera bob, everything works fine but when Iām slowly tapping āmoveā button I get this stupid camera ābounceā because timeline everytime is ending in different position and when I start walking it starts from preffered 64.
How to fix that?
Version 1:
Version 2:
-
No
-
You approach for bobing is to weird.
Hmmm⦠I was following this tutorial. In few different threads they reffer in to that one. :eek:
Is there any easier/practical way to do that? Iāll be glad for any pointers.
I assume you donāt want to use the Finished output, so have you tried using an Event track?
- Add Event track (!+).
- Give it a name so it becomes editable.
- Right click and add key to where you want the event to happen. I donāt know if it matters, but I ensure the value on the key is always set to 1. (you never know)
Your Timeline now has a new pin, in the Event Graph, with the Event track name. You should be able to use this pin to start your next timeline.
Hereās an example with a cube that spins, when it changes direction it tells a ball to bounce, which in turn explodes on impact. I couldnāt think of anything easier to show.
Click on the image again after it pops up. You can then zoom in and see the blueprint.
Edit*
Ignore my weird comment āBounce which explodes on bounceā. Should be āBall which explodes on bounceā.
Hmmm⦠but itās starts from a specify part of timeline and I want to ātrackā current position (it has 2 sec lenght, itās looping while Iām moving, Iām releasing button and now it gets stop position and starts another timeline with the same one (position :P)).
OR:
Maybe I should track not the timeline itself but Player camera position (Set Relative Location)?
I havenāt tried this, but looks like it should work.
Edit*
Ooops, you do of course need to activate the Set New Time input. It is possible you need to use the Sequence Node for this.
Thanks Mate! I used this and it worked nice!
One more question, is it possible to implement more Set New Time and New Time nodes? I would like to connect these ^ with those:
Why dont you use Camera Shake instead of all this?
I guess you could. I may misunderstand, but maybe all you need is a shared variable for storing which timeline you are jumping from and get time from it.
Jacky may be right about using Camera Shake instead though.
That exactly what I want. Problem is I donāt have first idea how to bite this.
I looked at this Camera Shake but I get the same ācamera bounceā after quickly pressing different movement button (forward, backward, strafe, run, crouch etc.). I finally got rid off it by using method with timeline, I have almost everything set up and working. One last thing to solve is this stupid ābounceāā¦