Toggle active needs input twice

Have you set breakpoints to watch the logic flow and check values at points in time?

Press F9 to toggle a node to be debugged.

This blueprint switches on a light and a modular synth while the player is within a trigger box. When F is pressed the light comes on but the synth does not - when F is pressed again though the synth and timer switch on and then it begins to work as normal, except the light is off when the synth is on and vice versa. How can I get the synth to turn on at the same time as the light?

I would like to suggest an alternative, why not use a sequence? Like in this picture… When F is pressed, Use the first pin in the sequence to turn on the light and then the second pin to turn on the synth, The third one to turn on the timer …

Hope this helps

I run into the same problem with a sequence, because I’m using Toggle Active to turn on and off the timer.

In the video you can see when I move into the trigger box and press F the light is switched on and the timer triggers the synth in the function - but there’s no sound until I press ‘F’ again. Pressing F then turns off the sound but you can see that the timer is actually still activating. Is there another way to start and stop a timer with the same key?

From the youtube video:

It looks like, Toggle Active and Toggle Visible starts with opposite states.

When you press F the first time, Toggle Active DeActivates the synth and toggle Visible makes the light visible. Since the Synth is deactivated, the timer does not do anything

When you press F the second time, Toggle active activates the synth, Toggle Visible, makes the light invisible. Since the synth is activated, the timer plays the synth as well.

This is just a theory based on seeing your video. Let me know if this is right.

Also, see if this helps link text

I thought it might be something like that, I just can’t figure out how to turn the timer off, using the F key, without a toggle. Is there another way to switch a timer on and off with the same key without toggle active?

Ok! Got it with a flip flop, thanks!