GLBasic forum

Main forum => GLBasic - en => Topic started by: Hark0 on 2010-Jun-25

Title: iPhone "load screen" time
Post by: Hark0 on 2010-Jun-25
Hi!

I see on youtube a video uploaded by Gernot Frisch about Where Is The Cheese:
http://www.youtube.com/watch?v=wPBvoOdVBc8

Looking at the loading time shows that at 1 seconds (more or less), it loads the screen "GLBasic - Basic for gamers." on the iPhone.

In my iPhone, the minimum charge time is about 4 seconds before painting ...
http://www.youtube.com/watch?v=ZDEguvQP0pA


Is there any command or function to provide a faster loading screen?

I am currently using the 7.341 version of GLBasic.


Thanks in advance.  ;)




P.S. OT.: Impossible post video directly on the forum using
. Not works for me. ?????
Title: Re: iPhone "load" screen time
Post by: trucidare on 2010-Jun-25
add a Default.png to your Resource directory in the xcode project.
this will be shown before glbasic engine is initialised
Title: Re: iPhone "load screen" time
Post by: Hark0 on 2010-Jun-25
Thanks for the "tip"!

:D