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 (AndrewAMD, Ayumi, NewbieZorro), 14,141 guests, and 5 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
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