now the Default.png is the loading screen(only one image),
but I need a loading animation,
how can I do?
thanks. [import]uid: 21680 topic_id: 10700 reply_id: 310700[/import]
now the Default.png is the loading screen(only one image),
but I need a loading animation,
how can I do?
thanks. [import]uid: 21680 topic_id: 10700 reply_id: 310700[/import]
anyone know about this ?
thanks a lot ! [import]uid: 21680 topic_id: 10700 reply_id: 39059[/import]
Default.png can’t be animated, but you can have your first screen in main.lua do animation’s and continue to load in the background while its playing.
[import]uid: 19626 topic_id: 10700 reply_id: 39080[/import]
not work.
when I saw the image in main, all the loading is over.
Because using Director ? [import]uid: 21680 topic_id: 10700 reply_id: 39097[/import]
No. There is no way to animate anything before the app has loaded.
However, if you have large files or data to load which takes some time, you can do your own animation while it loads in.
If the issue is that your app is so large with assets that it takes a while to load up while Default.png is showing there’s little you can do about that. [import]uid: 10389 topic_id: 10700 reply_id: 39239[/import]