Placing consistent elements across multiple scenes
If I have multiple scenes but across each scene there will be consistent elements such as sound on/off, score etc. What's the best way of achieving this without having to manually add to each scene?
Best Answer
-
JustMe74 Posts: 542
I don't, because there are a few levels where I actually do move the buttons & timer.
Answers
One thing I'm doing for my Penguin game is this -- I have a scene called "Building Blocks" that contains common scene elements (a number of ice blocks, the player actor, the time clock, reset button, etc.) I simply copy that each time I'm creating a new level so I don't have to find and drop the actors every time. Some elements rarely move (pause, reset, and time clock actors) so this makes it consistent on each level.