Calculator

Trying to create a simple 3D calculator with overlap logic, but after a few nodes going to stuck and have some question:

  • how to set variables in order which I overlapping? TriggerBox2 must be X or Y, but now is always set to 2, no matter touch it first or second
  • how increment value by order 1 - 11 - 111 and so on ? simple “Incrementit” not suitable

A lof of googling - confused me completely, so many ways of solving the problem argh, what is the best solution? array, enumeration, dispatcher, dpi, brunch with boolean cascade or something else?

hope you can understand me :slight_smile:

make it! but at what cost… any suggestion to do this simpler?