I want to set up a game that uses the same set background, but has multiple layers. At the start of the game, I would like the system to randomly select one of the layers, and disable all the others. Is this possible?
Develop games in your browser. Powerful, performant & highly capable.
Of course (if i understood correctly and for disabled you mean invisible). If you have ex. 4 layers just set then all disabled/invisible on editor or on start of layout. Then also on start of layout put System: Set Layer (random(0, 3)) Visible.
Worked like a charm. You rock!! Thanks!