Is there a way to change the play area in 2d?
Hi
I'm trying to make a mechanic where the player can change where they currently are in the playable area. e.g. travelling from the mountains in the back, to the platforms in the front. What I had in mind was having a 2d scene set up (platformer so from a side view) where the different platforms/areas were stored in the background of the scene, giving the player the ability to travel back and forward on the z axis while they play on the x and y.
The only idea of how I am supposed to achieve this is by storing the sprites in an array and changing them upon a button press, however it sounds kinda costy and might not give the full effect that I am looking for. Do some of you know of a way to achieve this?
Your answer
Follow this Question
Related Questions
What is the Easiest Way to Check if Two Time Periods are Overlapping 0 Answers
I can't do jump in my 2D game 1 Answer
Camera Movement Question - How to follow player in Y axis only above certain threshold? 0 Answers
Stop Point objects respawning when reloading level 0 Answers
Animated Tiles with using triggers (animating grass) 0 Answers