Toggle off

I put a point light at the sphere actor.
and made it toggle like the picture.
but I don’t know how to off this.
I tried to set the actor scale to 0 but the light is still in toggle
Plz help me

What is this supposed to do? Perhaps it’d be better if you described what you want to achieve.

A self repeating looping event makes little sense.

it doesnt work…

You can set the Brightness to 0

273574-help.png

it’s kind a blinking? twinkle? the light. eventhough i set the scale 0 or set the brightness 0 it’s still blinking

if your attempting to stop the blinking then you need to either stop the loop or stop the execution of the script. to stop the loop you could use the clear and invalidate by handle node to stop the loop, it will restart when the event is called again. to stop the execution of the script you could insert a branch node just prior to the toggle vis node and use a bool value to control if the script should run.

i agree with Everynone a " A self repeating looping event makes little sense.". i dont think it will perform well and will probably cause bugs.

Promote the return value of “Set Timer by Event” to a variable and when you want to stop it drag an “Invalidate Timer” of the variable.