Problem:
I’m able to change object states, based on variables. But I would like to toggle between object states by clicking on the object itself.
Depending on the object state, it would then change it’s object state again.
For example:
Initial state: object is white
one click: object turns blue
next click: object turns white again
next click: object turns blue again
etc, etc