Is it possible to active event tick for only 50 frame ? do i have to use other nodes for that or it has this function in it.
thank you
Is it possible to active event tick for only 50 frame ? do i have to use other nodes for that or it has this function in it.
thank you
Do you mean 49 frames nothing happens, and at 50 the event is triggered? There is no such function by default, you can only set the tick time interval, but it will skip a different number of frames depending on the FPS.
If you need to skip a fixed number of frames - you need to make your own counter that will trigger every frame, but execute some logic only when overflowing.
Hey there @tailaday! So it’s dependent on your use case. If you’re going to evaluating this often, I’d make a little macro out of something like this:
Though if it’s less often, a timeline works as well.
Edit: Oh I misunderstood, do you want something to start at the beginning and end on the 50th frame?
→ LE Extended Standard Library | Fab
Highly recommended, has delay frames node and some much more nicer nodes that can be handly.