splash screen

Posted By: Kiko

splash screen - 03/16/10 08:50

hi everyone,

what is the code in creating splash screen. please help.

thanks
Posted By: Michael_Schwarz

Re: splash screen - 03/16/10 09:31

There's a button in the top right titled "Search"
Posted By: Tempelbauer

Re: splash screen - 03/16/10 11:19

pressing F1 in WED will solve all problems wink

you have to create a PANEL. assign a background-image (your splashscreen-image) and set it visible. then, if you want to hide it, set it not visible (you can do it using the "flags"-parameter)

for further instructions refer the manual. there´re also example code about creating panels
this is a question, which is asked very often. if you follow michaels adivce, you will maybe find a complete code-snippet
Posted By: vertex

Re: splash screen - 03/16/10 17:23

From manual:
PANEL* splash = pan_create("bmap = splash.pcx;",1);
set(splash,SHOW);

Also:
A6 Templates had good startup menu code in it-- fading screen in. There is a template_6 folder in A7. You might want to look in there for menu related code.

Coding the splash/menu/audio/video settings is tedious at first, but it's not so bad once you get into it.

© 2024 lite-C Forums