Forum Discussion
MarkFensom-74e4
2 years agoCommunity Member
Variables help
I've simplified my problem to one box and two ovals.
You can see it here.
When you place either oval in the box, the variable BoxOccupied changes to true.
However, when you place both ovals in...
LouiseLindop
2 years agoCommunity Member
Hi Mark. It's going to set it to False whenever you remove either Oval because that is what your triggers are telling it to do. I'm not sure what your actual objective is, but I would either use two different variables or a number variable instead. There are a bunch of different ways to do it, but I've modified and used a counter variable and attached.