Added: 1 year ago
From: oonmm
Views: 1,758
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (5)

Sign In or Sign Up now to post a comment!
  • How did you make it load and save game data? Could you provide a link?

  • How did you get it so that you can save, and load game data?

  • How did you make the loading effect?

  • @ChaseandDonny You'll need to include "Windows.h" for it to work, then just make a function which wait for the time you send as parameter, here's a working function for that:

    void loading( int time ) // 1000 = 1 second

    {

    for( int i = 3; i > 0; i-- ) // do this 3 times

    {

    Sleep( time / 3 ); // wait for 1/3 of the time

    std::cout << "."; // print out a dot

    }

    }

  • make it to change color to! (with "color A" to "color F" and "color 1" to "color 9") ;)

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more