How do I spawn my charater actor to the next scene?

I have it set up to were my character actor touches a door the next scene will load, but I can't get the character actor to spawn in the next scene. I was wanting to know how to spawn my character actor in the new scene.

Thank you in advance.

Best Answer

  • Braydon_SFXBraydon_SFX Posts: 9,273
    Accepted Answer
    Place the actor on the scene where you want it to spawn. Record it's X and Y positions.
    Then, create an actor and drag a spawn actor behavior into the logic stack. Tell it to spawn your character, at it's X and Y locations you just recorded. Then, go back out and drag that spawn actor onto the scene. Make sure that you put it to the LEFT of the scene, or else it'll have trouble spawning. Try that.

    Also, if the scene loads and the character is seen right away, you might not even need a spawn behavior. Just place the character on the scene and you should be good to go? Let me know if this answers your question.

Answers

Sign In or Register to comment.