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
2 registered members (TipmyPip, 1 invisible), 18,789 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
Starter - "ERR #-01" #33841
09/23/04 05:01
09/23/04 05:01
Joined: Jan 2002
Posts: 644
USA
tesanders Offline OP
Developer
tesanders  Offline OP
Developer

Joined: Jan 2002
Posts: 644
USA
Anyone know what an "ERR #-01" is, when you select "starter" from WED? I can't seem to find reference of it in these forums or in the manual.

Thanks,
tesanders

Re: Starter - "ERR #-01" [Re: tesanders] #33842
09/23/04 18:17
09/23/04 18:17
Joined: Mar 2003
Posts: 4,427
Japan
A
A.Russell Offline
Expert
A.Russell  Offline
Expert
A

Joined: Mar 2003
Posts: 4,427
Japan


I remember having trouble with starters myself. The explanations in the manual are not very good and the examples are buggy. You get errors even if you cut and paste the example code.

Post your starter code so we can have a look.

Re: Starter - "ERR #-01" [Re: A.Russell] #33843
09/24/04 01:56
09/24/04 01:56
Joined: Jan 2002
Posts: 644
USA
tesanders Offline OP
Developer
tesanders  Offline OP
Developer

Joined: Jan 2002
Posts: 644
USA
Thanks. I basically took the example code, stuffed it into the script specified under my level's Map Properties in WED, and removed references to images:

Code:
WINDOW WINSTART
{
TITLE "This is a test.";
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;
TEXT "This is also a test", 0, 0;
}



I'm actually not even sure if this is where said code should be placed.


Moderated by  HeelX, Spirit 

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