Hi,
I was wondering how to do a loading bar.
A few options I have considered are:
- A small uniform bar and modify x scale at each step but apparently cocos strangely doesn't allow X and Y to have different scales.
- Use an AtlasSpriteManager and somehow change the texture rectangle at each step (setDisplayframe ?) according to load %
- Make an animation with a frame for each step.
Any opinion ?