Reappearing star in Main Menu.

Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.
  • When you beat your game and you click on main menu and then a star or whatever else you want to appear as an accomplishment. Like in Five Nights at Freddy's, when you finish all five nights and a star appears. If you can find a video or properly explain. Because in my game I want the player to finish the game and then when he goes to the last frame, he/she will click on Main Menu which will bring them to the Main Menu. Then a star will appear, and let it stay visible forever.

  • That is easy to accomplish. Save a global value to an INI or Array and load it when the game starts or ends when the player returns to the main menu. There are plenty of examples here on the site for this.

    [SIGPIC][/SIGPIC]Please login to see this link.
    Please login to see this link.

  • you can set aside some GLOBAL values in your main project
    eg;
    GLOBAL VALUE A - (could rename it to ACHIEVEMENT 1 etc) - when in your game you succeed in something, just set the GLOBAL VALUE to 1 for example (or any number)

    on you MENU; you have your normal set things;
    and a condition;
    IF GLOBAL VALUE (eg Achievement 1) = 1 = then display your star; either having it off screen, and re-position on screen; or create a star if no star exists.

  • Would it help if I gave you a solution and you can just look at how it's done for yourself?
    All you basically have to do is save / load the information to a text file.

    Edit: here you go

    Please login to see this attachment.

    Done

    Edited 2 times, last by moonyjacob (July 28, 2016 at 2:51 PM).

  • Do you know how to use ini files? If you don't, look up some tutorials, and just experiment. Not only will it make you realize how easy this is, but it will help you further your skill in fusion.

  • No I don't. I've looked for a bunch of tutorials and I even requested some. The tutorials are either not what I was looking for or they ignored my requests.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!