[ANSWERED] Counter actor behavior
-
Hi all, I am trying to use the counter actor but I am confused about its behavior. I want it to reset to 1 when I enter the scene, but initializing the current value does not change the output. The counter remembers its last value in output. I tried using an enter scene value into current value but that didn't work either. The only way I've found to make it work is to use an enter scene value of 0 and then an enter scene trigger to add to it. This seems like a very complex way to solve a simple problem. Am I missing something?
-
If you want to get a 1 at Scene enter you need to set your intiliaze setting to 0, and trigger the 'add' input.
Sadly setting "cur value" doesn't sent anything to the output
-
Thank you! That is at least 1 less operation.