Deactivate the progressBar at Startup

Hello,

How to deactivate the progressBar at Startup ?

Thanks

You can add in your project.xml:

<app preloader="MyPreloader" />

Create a class MyPreloader that extends openfl.display.Preloader with your own ProgressBar or just don’t addChild any graphics.