Gamestudio Links
Zorro Links
Newest Posts
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
Help with plotting multiple ZigZag
by degenerate_762. 04/30/24 23:23
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (AndrewAMD, 1 invisible), 1,086 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
firatv, wandaluciaia, Mega_Rod, EternallyCurious, howardR
19050 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 | 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