How do I make my player the only one?

0 favourites
  • 3 posts
From the Asset Store
Basic Rounded Vector Geometry Player Design with Glow for 3 player games
  • Hello, i have a problem.

    I'm making a top-to-down game.

    I have to make a system where the player enters in a house, then go to another layout, where the house is, then get out of the house.

    But, when i enter the house and get out, two errors happen:

    1 - The text "[Press Space to Open Door]" Doesnot appear anymore (after the first time)

    2- My player is multiplied, he spawns in the place where he first spawn when the game is started, and in the position next to the door of the house he just ot out, and if i enter the house, he's multipied again.

    what do i do to this do not happen?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Check you events again.

    You must have a "on start of layout | create character at x,y" in there somewhere.

    If you still have problems, a workaround would be to destroy all instances and recreating one on start of layout.

    On Start of Layout |

    Destroy Char

    Creater Char x,y...

  • Or, you made the Player Sprite global and you have it present in each layout.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)