I've recently purchased a Gideros licence so no longer have the Gideros splash screen. The app I'm working on takes a little while to load all of its files and assets, so I now have a black screen while that is happening which makes it look a bit like nothing is going on. Is there any way to show my own splash screen while the files and assets load?
Thanks
Pete
Comments
Kidding, one Android splash screen tutorial coming up. Static image or framed animation?
@mefisto Thanks for the link - I'll take a look.
For info, I'm using scenemanager in the app and have tried making a simple scene for the splash screen, but where I get stuck is in getting that screen to load and show before the other files are loaded, so I still get quite a lot of black screen to look at until the app appears.
See if you'll find anything helpful here:
http://appcodingeasy.com/Gideros-Mobile/Animated-splash-screen-for-android-in-Gideros
Likes: mefisto
1. First only load your "loading" image or logo and put it on the stage.
2. Wait for 1 enter frame event
3. Load all of your other assets
@atilim ) yes that's exactly how it's implemented in Mashballs, simple copy paste
Thanks
Pete