Now I have this:
This is the only way I have found so far. The Linear Float controller value is used as Horizontal rotation value for the bitmaps. To make it to work correctly the Weight of the “Controller #2” is set to 0. It works on max2020, but it max2022 the script I wrote gives an error(will check it again tomorrow). And this way of using the controllers has one drawback - I have to double click the Float Expression controller so the value, set in the Linear Controller to be updated and set to the Horizontal rotation parameter.
The previous solution(described in my post above) which looks this way:
also work, but only the Float Expression controller is linked to the map and when the “Lay Out All” is used the Linear Float controller goes away from the map it has to “control”.
The desired setup should look(if possible) this way:
Where the Float Expression is a controller which can take its own value as a variable. The “rot” variable has to be the value, set in the FE controller’s spinner, so I can set the value to 25 and the Horizontal Rotation of the map will be set to 25 also(because the controller will evaluate the degToRad(rot)). But I can’t find a controller which can do this.