Problem with color and symbol in several scenes

I am making a design for accessibility for low vision.

This tool that doesn’t let me change a color with drag for all scenes at once. It is noted that this function only for each scene.

Fondo_color.zip (44.4 KB)

convert the symbol to persistent and uncheck to be frontmost on scenechange … the colorchanged should resist …

This is because the drag axis you're using is 'vertical', so when it is rotated to be horizontal (on the last scene) the drag axis will no longer work. So you would either need to detect the rotation and create a different draggable object, or you would need to create separate symbols based on whether the drag occurs vertically or horizontally. (This last method would be much easier)