On 1st ROund Is Completed - Bar Fill 40
2nd Round - Bar Fill 60
Develop games in your browser. Powerful, performant & highly capable.
Change your maxValue for each round, then fill it normally.
if level 1 has 3 sub levels,
need to continued from previous sub level value.
like CS:GO rankings bar.
Oh I see.
So each sub progress should have their max.
They will keep increasing and stop when reach max value.
For my solution, I have 3 progress bars, for example:
- first will have 40.
- second will have 80.
- last always 100.
You let them run at same time and here is result:
Nice Man , I got it