Make A Tutorial

Discussion in 'How Can I...?' started by tiktak132, Apr 13, 2017.

  1. tiktak132

    tiktak132 Boxer

    Joined:
    Nov 28, 2016
    Messages:
    33
    Likes Received:
    1
    What is the best way to make a tutorial at the beginning of the game, but after the player completes the tutorial it no longer goes to the scene/world anymore?



    Thanks guys!
     
  2. andre_sprs

    andre_sprs Serious Boxer

    Joined:
    Sep 30, 2015
    Messages:
    844
    Likes Received:
    403
    Use a event observer and set it to 'redirect'
     
  3. tiktak132

    tiktak132 Boxer

    Joined:
    Nov 28, 2016
    Messages:
    33
    Likes Received:
    1
    Where would i use the event observer and how would i set up the redirect?
     
  4. tiktak132

    tiktak132 Boxer

    Joined:
    Nov 28, 2016
    Messages:
    33
    Likes Received:
    1
    You there? or can anyone help with the issue.


    Thanks so much!
     
  5. andre_sprs

    andre_sprs Serious Boxer

    Joined:
    Sep 30, 2015
    Messages:
    844
    Likes Received:
    403
    Create a Menu UI --> Drag the event observer onto the screen --> under the options select redirect
     
  6. tiktak132

    tiktak132 Boxer

    Joined:
    Nov 28, 2016
    Messages:
    33
    Likes Received:
    1
    Can you show an example please? like a screenshot


    Thanks for all your help
     
  7. andre_sprs

    andre_sprs Serious Boxer

    Joined:
    Sep 30, 2015
    Messages:
    844
    Likes Received:
    403
  8. tiktak132

    tiktak132 Boxer

    Joined:
    Nov 28, 2016
    Messages:
    33
    Likes Received:
    1
    How to make it interactive where the user plays the tutorial to learn the controls
     
  9. playsgames6666

    playsgames6666 Miniboss Boxer

    Joined:
    Nov 13, 2015
    Messages:
    1,168
    Likes Received:
    745
    firstly, i suggest you go and watch the make your own game video series, here-https://www.buildbox.com/make-your-own-game/
    its easier than trying to explain how to do everything in the forum. and much quicker than waiting for people to answer you.
    Watch that then ask questions if you still need help. But that series covers a lot of information. will help you achieve near everything you need.
     
  10. tiktak132

    tiktak132 Boxer

    Joined:
    Nov 28, 2016
    Messages:
    33
    Likes Received:
    1
    I have built games, and have a few on the app store. I added an UI attached the world. After playing the "tutorial" it doesn't redirect to the actual game.
     
  11. andre_sprs

    andre_sprs Serious Boxer

    Joined:
    Sep 30, 2015
    Messages:
    844
    Likes Received:
    403
    How does your tutorial end? Did you place a 'Menu Jump'?
     
  12. tiktak132

    tiktak132 Boxer

    Joined:
    Nov 28, 2016
    Messages:
    33
    Likes Received:
    1
    Is this the correct way to have it layed out?
     

    Attached Files:

  13. playsgames6666

    playsgames6666 Miniboss Boxer

    Joined:
    Nov 13, 2015
    Messages:
    1,168
    Likes Received:
    745
    AS @andre_sprs said have you added a menu jump?
    Your layout doesnt mean much, its what you have in the ui's and the world that matter.
    So in your tutorial world, you need a menu jump where you want the tutorial to end, which will then direct to the game world.
     
  14. playsgames6666

    playsgames6666 Miniboss Boxer

    Joined:
    Nov 13, 2015
    Messages:
    1,168
    Likes Received:
    745
    and mate, I'm not trying to be rude, I'm happy you have built games and have them on the App Store,
    But the video series offers so much help in achieving Things you obviously don't know how to do. and if you watched the video series, you wouldn't be waiting three days to wait for an answer on how to do this, and going back and forward asking questions.
    Just trying to let you know that the videos have a lot of information in them on how to do a lot of things in buildbox.
    And can help make your game building be more productive and QUICKER, than waiting for someone to help you on here..
    Sorry if i come across rude, But its hard to help people in the forum as we don't know what you have set up in your game worlds and UI's,
    and its can sometimes be a big waste of time going back and fro with questions and answers.
     
    Collin Wade Thiessen likes this.
  15. tiktak132

    tiktak132 Boxer

    Joined:
    Nov 28, 2016
    Messages:
    33
    Likes Received:
    1
    Thanks for the feedback and help guys, I forgot to add the menu jump! I got it working. I will also watch the video!


    Thanks again guys!
     
    playsgames6666 likes this.

Share This Page