Platformer Game Issue

Discussion in 'Buildbox General Discussion' started by sharma.shivam, Feb 4, 2017.

  1. sharma.shivam

    sharma.shivam Avid Boxer

    Joined:
    Oct 23, 2016
    Messages:
    180
    Likes Received:
    10
    hi guys,
    i am having an issue with platformer game.i have setup the map like this
    start => main menu ui => level select ui => level(say level(1) =>world ui =>game over ui=> main menu ui
    i use menu jump logic to end the game level so that when an object collides with a decoration piece
    the user is taken to the level select.
    i also have event observer set to game over and pause current world.

    i found a problem when i removed the main menu background.
    the problem is when i played level 1 and exit the game using menu jump(or by loosing intentionally)
    i saw that when i entered the main menu ui(which is without background) my background was
    still scrolling.i think it would cause problem with performance.
    can anyone please tell me where i went wrong and how can i fix it??
    please note:the same problem happens in all the 5 levels.
     
  2. playsgames6666

    playsgames6666 Miniboss Boxer

    Joined:
    Nov 13, 2015
    Messages:
    1,168
    Likes Received:
    745
    Did you check the pause world on the menu jump settings.
     

    Attached Files:

    Christoph likes this.
  3. sharma.shivam

    sharma.shivam Avid Boxer

    Joined:
    Oct 23, 2016
    Messages:
    180
    Likes Received:
    10
    yes,i did.
     
  4. spicedbeangames

    spicedbeangames Miniboss Boxer

    Joined:
    Mar 31, 2016
    Messages:
    1,389
    Likes Received:
    596
    Set the background speed to zero.
     
  5. sharma.shivam

    sharma.shivam Avid Boxer

    Joined:
    Oct 23, 2016
    Messages:
    180
    Likes Received:
    10
    yaah,but it should'nt be even appearing in main menu ui.
     
  6. playsgames6666

    playsgames6666 Miniboss Boxer

    Joined:
    Nov 13, 2015
    Messages:
    1,168
    Likes Received:
    745
    Have you added a background for your menu UI?
    You need to add one in UI to hide game field.
     
    Christoph likes this.

Share This Page