How This Can Be Done ?

Discussion in 'How Can I...?' started by wajdi1987, Aug 26, 2017.

  1. wajdi1987

    wajdi1987 Boxer

    Joined:
    Jan 24, 2017
    Messages:
    16
    Likes Received:
    2
    Hi guys,
    could you please tell me how this game is build ?
     
  2. AaroArts

    AaroArts Miniboss Boxer

    Joined:
    Jun 22, 2016
    Messages:
    1,546
    Likes Received:
    826
    You just have the "correct" button joined to a new scene or world with the next question, and the "incorrect" button joined to a Game Over screen.
     
    wajdi1987 likes this.
  3. wajdi1987

    wajdi1987 Boxer

    Joined:
    Jan 24, 2017
    Messages:
    16
    Likes Received:
    2
    could you explain more please and how to set a time limit to each scene? if you have time could you make a simple buildbox project which can gives me a clear idea
     
  4. jcalle

    jcalle Miniboss Boxer

    Joined:
    Sep 25, 2015
    Messages:
    1,193
    Likes Received:
    541
    You can buy the template.
    http://www.bbriver.com/market/math-kids
     
  5. wajdi1987

    wajdi1987 Boxer

    Joined:
    Jan 24, 2017
    Messages:
    16
    Likes Received:
    2
  6. AaroArts

    AaroArts Miniboss Boxer

    Joined:
    Jun 22, 2016
    Messages:
    1,546
    Likes Received:
    826
    It's done with menu jumps most likely.
    You jump to the next world from the button of the correct answer.
    The button for the wrong answer can be linked by a navigation button to a Game Over screen.

    As for the timer, I was going to say you could spawn an Action with a negative score and use an Event Observer.
    But looking at the video, it looks like an enemy is just moving left on the x-axis and it will hit the character when it gets off the screen, causing Game Over. Very clever.

    At least that's how I would try and do it.
    Good luck.
     
    Last edited: Aug 27, 2017
    wajdi1987 likes this.

Share This Page