Gamestudio Links
Zorro Links
Newest Posts
ZorroGPT
by TipmyPip. 11/19/25 10:10
MRC.c and WFO
by 11honza11. 11/18/25 15:22
webGL
by Ice2642. 11/17/25 21:27
Camera always moves upwards?
by NeoDumont. 11/17/25 09:56
Future of ZorroHFT
by TipmyPip. 11/16/25 13:52
COT Download with Quandl does not work
by Petra. 11/15/25 09:35
Training with the R bridge does not work
by Petra. 11/15/25 09:31
Zorro 2.70
by jcl. 11/15/25 08:43
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
3 registered members (Quad, AndrewAMD, TipmyPip), 5,904 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
SkinnyApe, tritom, sheliepaley, Blueguy, blobplayintennis
19179 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
how to code in .wdf file #181605
02/02/08 12:06
02/02/08 12:06
Joined: Jan 2008
Posts: 19
G
girish Offline OP
Newbie
girish  Offline OP
Newbie
G

Joined: Jan 2008
Posts: 19
how to code in .wdf file

Re: how to code in .wdf file [Re: girish] #181606
02/02/08 13:08
02/02/08 13:08

A
Anonymous
Unregistered
Anonymous
Unregistered
A



the wdf is the engines sloading window.
With the pro version you can create a STARTER (Build->Starter)

this can look like this:
Code:

WINDOW WINSTART
{
TITLE "funvertising...";
SIZE 335,205;
MODE IMAGE; //STANDARD; //FULLSCREEN; //IMAGE; //STANDARD;
BG_COLOR RGB(0,64,128);
PICTURE <logo.bmp>, opaque, 0, 0;
PROGRESS RGB(0, 0, 255), 100, 0, 360, 460, 20;
}



THE PICTURE MUST BE A 8bit IMAGE (256 Colors)


Moderated by  HeelX, Lukas, rayp, Rei_Ayanami, Superku, Tobias, TWO, VeT 

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