How do I to change the size of the progress bar by default ?

0 favourites
  • 11 posts
From the Asset Store
Progress\Loading Bar. Now Load you game like a Professional.
  • Hello (excuse my english)

    How do I to change the size of the progress bar by default ? (too small)

    without creating a personal loader layout.

    Thank you

  • What progress bar do you mean? Progress bar object from form controls?

    [attachment=1:2o2g44lq][/attachment:2o2g44lq]

    Or progress bar that appears on load of project when previewing?

    [attachment=0:2o2g44lq][/attachment:2o2g44lq]

  • progress bar that appears on load of project when previewing

  • progress bar that appears on load of project when previewing

    Hm, i guess you got to make your own loading layout, there's no option to customize the default loader in c2 editor. Possibly you can edit c2runtime after export, but better don't do it.

  • not in preview but in export with CSS ? no ?

    progress
    {
      width:250px;
      padding:1px;
      background-color:white;
      border:1px solid black;
      height:28px;
    }[/code:3tocugb0]
  • the length of the bar to fit the size of the logo but the height ?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • the length of the bar to fit the size of the logo but the height ?

    I don't know really, you can try to set different values there, but i can't help you with this, sorry. And don't forget to make a backup

    Better make a loader layout, that's a lot easier than messing with css

  • The advantage of a loader layout is that I can preload the sound before the game starts.

    because the loader by default loads only images and code.( i think)

    what is the command to load the layout 2 from the layout 1 (loader layout) ?

    On start layout 1 > ?

    Thank you

  • The advantage of a loader layout is that I can preload the sound before the game starts.

    because the loader by default loads only images and code.( i think)

    what is the command to load the layout 2 from the layout 1 (loader layout) ?

    On start layout 1 > ?

    Thank you

    On start of layout > Go to layout 2, read this tutorial.

  • OK Thanks !

  • i know this but on the loader layout the loading of the others layout is automatic ?

    No, you need to add event - On loader layout complete > Go to layout, and choose the layout.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)