Porting Between Scenes

Discussion in 'How Can I...?' started by MattGamer, Jun 11, 2017.

Tags:
  1. MattGamer

    MattGamer Boxer

    Joined:
    Feb 17, 2017
    Messages:
    75
    Likes Received:
    14
    Hey all,
    I'm creating a platformer and want the character to be able to port from scene to another within a specific scenario. I have played around with the portal logic piece and cannot seem to achieve this. Is this possible?
    Thanks

    Matt
     
  2. playsgames6666

    playsgames6666 Miniboss Boxer

    Joined:
    Nov 13, 2015
    Messages:
    1,168
    Likes Received:
    745
    f
    Not sure if portals work from scene to scene
    from scene to scene use checkpoints , set checkpoint in the scene where you want to go, then set next checkpoint from the scene you want to leave.
     
    meremy likes this.
  3. meremy

    meremy Avid Boxer

    Joined:
    Aug 26, 2016
    Messages:
    134
    Likes Received:
    66
    After you make a quick demo of 1-2 levels using checkpoints, I suggest exporting the project to android and using the back button on your android device to see if it ruins stuff. When you press the back button on device while in a UI menu , it will restart checkpoint and that might be problematic. It's better to find if that is an issue before you implement all the game :)
     
    playsgames6666 likes this.
  4. Hoodle

    Hoodle Boxer

    Joined:
    Oct 27, 2016
    Messages:
    22
    Likes Received:
    6
    I would use a single unlock. You can then select the scene to port to.

    I suggest you read the parameters of the unlock in the game manual and guides.

    https://www.buildbox.com/guides/
     

Share This Page