Message On Certain Scores

Discussion in 'How Can I...?' started by MattWills, Aug 27, 2018.

  1. MattWills

    MattWills Avid Boxer

    Joined:
    Nov 5, 2017
    Messages:
    223
    Likes Received:
    66
    I'm trying to create a message that displays to the during gameplay once they achieve a certain score. Ie 100 - Awesome. I have thought of using an event observer but not sure how to implement this.

    Just wondering if anyone has done this or has any ideas?
     
  2. TheGameAppStudio

    TheGameAppStudio Serious Boxer

    Joined:
    Nov 2, 2016
    Messages:
    927
    Likes Received:
    318
    Hi,Add an event observer and set session score or total score 100 as per your requirement and navigate to next ui that displays message.You can create as much as UI want to display message in random.

    Hope this helps.
     
    MattWills likes this.
  3. MattWills

    MattWills Avid Boxer

    Joined:
    Nov 5, 2017
    Messages:
    223
    Likes Received:
    66
    Thanks for this. I have just tried and it works to display the message but the controls seem to stop and the character doesn't move. I have unticked pause world so not sure how to rectify this.
     
  4. TheGameAppStudio

    TheGameAppStudio Serious Boxer

    Joined:
    Nov 2, 2016
    Messages:
    927
    Likes Received:
    318
    Welcome :) I think the messages would be shown on Game Over right?And make sure you add restart game icon with corresponding option from drop down too.
     

Share This Page