Something about objects’ variable bug
when its like this the code works fine
but if i use the same “f” key for both of them it suddenly doesnt work?
Something about objects’ variable bug
when its like this the code works fine
but if i use the same “f” key for both of them it suddenly doesnt work?
I can’t comment on what bug you’re trying to show, but I can tell you that having any “hide” or “show” actions without a “trigger once” condition won’t work properly.
if you use the same key for “yes” and “no”, you will always trigger “yes”, followed up with “no” in the same frame, so you will end up with “no”.
Use a boolean variable and use the toggle boolean action. then you can switch yes/no with 1 botton