Gamestudio Links
Zorro Links
Newest Posts
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
4 registered members (degenerate_762, AbrahamR, AndrewAMD, ozgur), 667 guests, and 8 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
splash screen #315508
03/16/10 08:50
03/16/10 08:50
Joined: Mar 2010
Posts: 17
K
Kiko Offline OP
Warez kiddie
Kiko  Offline OP
Warez kiddie
K

Joined: Mar 2010
Posts: 17
hi everyone,

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

thanks

Re: splash screen [Re: Kiko] #315511
03/16/10 09:31
03/16/10 09:31
Joined: Aug 2003
Posts: 7,439
Red Dwarf
Michael_Schwarz Offline
Senior Expert
Michael_Schwarz  Offline
Senior Expert

Joined: Aug 2003
Posts: 7,439
Red Dwarf
There's a button in the top right titled "Search"


"Sometimes JCL reminds me of Notch, but more competent" ~ Kiyaku
Re: splash screen [Re: Michael_Schwarz] #315525
03/16/10 11:19
03/16/10 11:19
Joined: Feb 2005
Posts: 3,687
Hessen, Germany
T
Tempelbauer Offline
Expert
Tempelbauer  Offline
Expert
T

Joined: Feb 2005
Posts: 3,687
Hessen, Germany
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

Re: splash screen [Re: Tempelbauer] #315556
03/16/10 17:23
03/16/10 17:23
Joined: Nov 2008
Posts: 215
V
vertex Offline
Member
vertex  Offline
Member
V

Joined: Nov 2008
Posts: 215
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.


Last edited by vertex; 03/16/10 17:23.

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1