Character won't jump to new scene.

keflynkeflyn Member Posts: 29
edited November -1 in Working with GS (Mac)
Hello all,

For some reason the behaviors to send my character to a new scene are not longer working for my character, well when I add a new one. The two previous ones work fine but I've added a new one and my character just goes through it without jumper?

Any ideas of why this won't be working?

Comments

  • DrGlickertDrGlickert Member Posts: 1,135
    More than likely it's your coding.

    Check the actor in the scene.

    Does it not do anything at all? Or does it go to a scene?

    Double check your work, then triple check it, then take a few minutes-hours long break, then quadruple check it.

    Most likely it's just an oversite. I do it all the time.
  • keflynkeflyn Member Posts: 29
    No, I've left it over the weekend and still don't see why. If I put the code into the block instead of my character it works. It's only if I put the code in my player/character that it won't work.
  • DrGlickertDrGlickert Member Posts: 1,135
    So, is this still a problem? Are you really trying to leave it on your player-actor?

    If I can offer some advice, you'll want to put as few rules, coding, etc. on your player-actor as possible. It helps with frame-rate.

    Good luck!
  • keflynkeflyn Member Posts: 29
    The reason I like it in my player is because I need my player to remember it's x and y coordinates because I want it so you can go back and fourth between levels. but it's not a massive problem, just a bit annoying.
  • DrGlickertDrGlickert Member Posts: 1,135
    http://www.youtube.com/user/GameSaladCookbook#p/u/14/bPgqjCKej4c

    Did you watch this video? It's more about motion between two scenes but it can be used to help you understand how to place an actor on the next scene.
Sign In or Register to comment.