Scene stacking order

(originally posted in “Simple Questions Answered” sticky with no replies)

Is it possible to add a new overlay scene between two other overlay scenes rather than on top of all of them? I have an overlay that gives the appearance of night vision to all the other scenes, and I’d like to be able to add a scene below the night vision filter but above the main scene. I would guess there’s some way to do this with python…

Try taking away the nightvision, putting on the new overlay, and then sticking the nightvision back on right away…easy fix, may not work properly.

Thanks for the reply. When I’ve tried this in the past, I’ve just ended up with the overlay scene getting removed and not re-added, but maybe I’ll give it another try, with separate logic bricks for the two steps. It’s too bad there’s not an easy way to use python to re-order the scenes…