Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
3 registered members (NewbieZorro, TipmyPip, 1 invisible), 19,045 guests, and 8 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Where does the logo display code go #214736
07/06/08 23:12
07/06/08 23:12
Joined: Jun 2008
Posts: 15
J
johnnyboy3090 Offline OP
Newbie
johnnyboy3090  Offline OP
Newbie
J

Joined: Jun 2008
Posts: 15
Hello i found the logo display code Where does it go
WINDOW WINSTART
{
TITLE "My Simulator";
SIZE 480,320;
MODE IMAGE;
BG_COLOR RGB(240,240,240);
FRAME FTYP1,0,0,480,320;
BUTTON BUTTON_START,SYS_DEFAULT,"Start",400,288,72,24;
BUTTON BUTTON_QUIT,SYS_DEFAULT,"Abort",400,288,72,24;
SET FONT "Arial", RGB(255,255,255);
TEXT "Get ready...", 0,0;
TEXT_STDOUT "Arial",RGB(0,0,0),10,10,460,280;
BG_PATTERN <background.pcx>,OPAQUE;
PATTERN <checker.pcx>,OPAQUE,50,50,100,100;
PICTURE <splash.pcx>,OPAQUE,10,10;
PROGRESS RGB(0,0,255), 10, 0, 300, 400, 20;
COMMAND "-diag";
}

WINDOW WINEND
{
TITLE "Finished";
SIZE 540,320;
MODE STANDARD;
BG_COLOR RGB(0,0,0);
TEXT_STDOUT "Arial",RGB(255,40,40),10,20,520,270;
SET FONT "Arial",RGB(0,255,255);
TEXT "Any key to exit",10,270;
}

Re: Where does the logo display code go [Re: johnnyboy3090] #214742
07/06/08 23:38
07/06/08 23:38
Joined: Nov 2007
Posts: 1,143
United Kingdom
DJBMASTER Offline
Serious User
DJBMASTER  Offline
Serious User

Joined: Nov 2007
Posts: 1,143
United Kingdom
If you're using c-script then it goes in your main script. If you are using lite-c then it goes in the WDL which contains PATH definitions, etc.

Last edited by DJBMASTER; 07/06/08 23:39.

Gamestudio download | 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