Showing Tutorial Only Once

Discussion in 'How Can I...?' started by eyal, Nov 2, 2016.

  1. eyal

    eyal Serious Boxer

    Joined:
    Sep 25, 2015
    Messages:
    642
    Likes Received:
    121
    Hi,

    Is there a way to show a tutorial/help to the game only once ?
    I don't mean once in the game but once that's it.
    Next time the player will open the game there will be no tutorial.
    Is there ?
     
  2. blad300

    blad300 Serious Boxer

    Joined:
    Oct 8, 2015
    Messages:
    515
    Likes Received:
    276
  3. eyal

    eyal Serious Boxer

    Joined:
    Sep 25, 2015
    Messages:
    642
    Likes Received:
    121
  4. blad300

    blad300 Serious Boxer

    Joined:
    Oct 8, 2015
    Messages:
    515
    Likes Received:
    276
    Look at my tutorial ... it plays only once...in life time
     
    Christoph likes this.
  5. blad300

    blad300 Serious Boxer

    Joined:
    Oct 8, 2015
    Messages:
    515
    Likes Received:
    276
    Man ... in buildbox when you close and open the game , its statt from 0 , but in your phone it will play once...try it
     
  6. playsgames6666

    playsgames6666 Miniboss Boxer

    Joined:
    Nov 13, 2015
    Messages:
    1,168
    Likes Received:
    745
    In your tutorial UI, add an event observer.
    click on event observer, then on the right side panel, click event type, depending on your scoring system, lets say points for this example.
    select total points, then under it set session total to 1, and check pause current world.
    then connect your event observer to where you want it to go.
    Then when player collects one point in game play, it will then bypass the tuturiol every time they play the game.
     
    eyal likes this.
  7. blad300

    blad300 Serious Boxer

    Joined:
    Oct 8, 2015
    Messages:
    515
    Likes Received:
    276
    In my post are 2 tutorials, my tutorial and angeloo ... in my turoial i add event observer
     
    playsgames6666 and Christoph like this.
  8. Christoph

    Christoph Miniboss Boxer

    Joined:
    Oct 4, 2015
    Messages:
    2,807
    Likes Received:
    2,309
    There is now even a better option available: choose to redirect after 1 play. This doesn't depend on any score and works perfectly now with 2.2.6.
     
    tanvir8955, Selasu, jerry and 3 others like this.
  9. playsgames6666

    playsgames6666 Miniboss Boxer

    Joined:
    Nov 13, 2015
    Messages:
    1,168
    Likes Received:
    745
    well thats awesome to know. haven't updated yet, waiting until i finish my game, as by the sounds of things there are a few thing broken that my game depends on.
     
  10. eyal

    eyal Serious Boxer

    Joined:
    Sep 25, 2015
    Messages:
    642
    Likes Received:
    121
    This is what I needed BUT my game doesn't work in 2.2.6 only in 2.2.3 and using the score makes no sense since when you push play you should be going to the game and not through any tutorial
     
  11. eyal

    eyal Serious Boxer

    Joined:
    Sep 25, 2015
    Messages:
    642
    Likes Received:
    121
    using the score makes no sense in what I'm trying to achieve because how can any score be accumulated when you push play and going to the game and not through any tutorial ?
     
  12. blad300

    blad300 Serious Boxer

    Joined:
    Oct 8, 2015
    Messages:
    515
    Likes Received:
    276
    In 2.2.3 you don't have Event Observer ? @eyal
     
  13. eyal

    eyal Serious Boxer

    Joined:
    Sep 25, 2015
    Messages:
    642
    Likes Received:
    121
    I did and thank you for that - but if you CLOSE the game, restart your handset - it will happen again
     
  14. blad300

    blad300 Serious Boxer

    Joined:
    Oct 8, 2015
    Messages:
    515
    Likes Received:
    276
    the game know you been troungh in that tutorial world once, and it will avoids it
     
  15. eyal

    eyal Serious Boxer

    Joined:
    Sep 25, 2015
    Messages:
    642
    Likes Received:
    121
    There is but again, look at what I wrote
    I
     
  16. eyal

    eyal Serious Boxer

    Joined:
    Sep 25, 2015
    Messages:
    642
    Likes Received:
    121
    ok - for this to happen I need the user to gain points in the tutorial which I don't understand how, because I would like the user to skip the tutorial when ever he wants and not when I want - so how will it happen ?
     
  17. blad300

    blad300 Serious Boxer

    Joined:
    Oct 8, 2015
    Messages:
    515
    Likes Received:
    276
    Add a World with 1 Point , and in World UI (Create a special one) with Event Observer
    Write here if he works or not @eyal
     
  18. eyal

    eyal Serious Boxer

    Joined:
    Sep 25, 2015
    Messages:
    642
    Likes Received:
    121
    Well as I said, my game doesn't work in 2.2.6 and in 2.2.3 there is no such redirect
     
  19. blad300

    blad300 Serious Boxer

    Joined:
    Oct 8, 2015
    Messages:
    515
    Likes Received:
    276
    @eyal :( i did't know that :(
     
    eyal likes this.
  20. Jayson

    Jayson Boxer

    Joined:
    Oct 19, 2015
    Messages:
    85
    Likes Received:
    58
    Guys chill! Put an event observer on the tutorial page. On 2.2.1-3, select "Second Play". On newer versions, choose "Redirect" then put 1 on "plays before redirect.

    Connect the event out to your main game screen.

    It will only play once. It can only be observed properly in a device.
     
    SirNel and eyal like this.

Share This Page