Gamestudio Links
Zorro Links
Newest Posts
Z9 getting Error 058
by jcl. 07/22/26 06:42
ZorroGPT
by TipmyPip. 07/21/26 17:54
New Zorro version 3.11
by jcl. 07/21/26 13:42
Lapsa's very own thread
by Lapsa. 07/18/26 13:40
Purchase A8 full licence version
by ukgamer. 07/17/26 05:52
AUM Magazine
Latest Screens
Dorifto samurai
Shadow 2
Rocker`s Revenge
Stug 3 Stormartillery
Who's Online Now
2 registered members (TipmyPip, madpower2000), 1,532 guests, and 18 spiders.
Key: Admin, Global Mod, Mod
Newest Members
riggi89, shuhari, KD1990, Ephraim, Student_64151
19223 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
text Problem #152100
09/04/07 09:11
09/04/07 09:11
Joined: Apr 2005
Posts: 2,332
Germany, BaWü
aztec Offline OP

Expert
aztec  Offline OP

Expert

Joined: Apr 2005
Posts: 2,332
Germany, BaWü
I get lots of Errors whats wrong with this code?
Code:
STRING* Fpersec ="current FPS:";

TEXT* show_strings
{
pos_x = 0;
pos_y = 25;
string (Fpersec);
flags = visible;
font = fpsfont;
}




Visit:
schwenkschuster-design.de
Re: text Problem [Re: aztec] #152101
09/04/07 09:23
09/04/07 09:23
Joined: Oct 2006
Posts: 873
S
Shadow969 Offline
User
Shadow969  Offline
User
S

Joined: Oct 2006
Posts: 873
what exactly are the errors?

Re: text Problem [Re: Shadow969] #152102
09/04/07 09:30
09/04/07 09:30
Joined: Apr 2005
Posts: 2,332
Germany, BaWü
aztec Offline OP

Expert
aztec  Offline OP

Expert

Joined: Apr 2005
Posts: 2,332
Germany, BaWü
it was just about everything I got it to work with this code
Code:
 
String cool = "current FPS:";

text show_strings
{
pos_x = 0;
pos_y = 25;
string = cool;
flags = visible;
font = fpsfont;
}



whole A7 is a bit strange to me
It seams like I can combine Lite-C physics in an A7 wdl script and use the old syntax.
THATS GREAT


Visit:
schwenkschuster-design.de
Re: text Problem [Re: aztec] #152103
09/04/07 12:17
09/04/07 12:17
Joined: May 2007
Posts: 2,043
Germany
Lukas Offline

Programmer
Lukas  Offline

Programmer

Joined: May 2007
Posts: 2,043
Germany
Du hast das Gleichheitszeichen vergessen. So muss der Code aussehen:
Code:
STRING* Fpersec ="current FPS:";

TEXT* show_strings =
{
pos_x = 0;
pos_y = 25;
string (Fpersec);
flags = visible;
font = fpsfont;
}



Re: text Problem [Re: Lukas] #152104
09/04/07 12:23
09/04/07 12:23
Joined: May 2007
Posts: 175
Germany
dblade Offline
Member
dblade  Offline
Member

Joined: May 2007
Posts: 175
Germany
Oh yes, this is a typical problem when you learn LiteC
I just forgot it when i created my panels.

The problem is that the engine allways says "something is not a member of someotherthing"

But i like this new syntax

Re: text Problem [Re: dblade] #152105
09/05/07 07:11
09/05/07 07:11
Joined: Apr 2005
Posts: 2,332
Germany, BaWü
aztec Offline OP

Expert
aztec  Offline OP

Expert

Joined: Apr 2005
Posts: 2,332
Germany, BaWü
are there any Lite-C tutorials yet?
Regards
Aztec


Visit:
schwenkschuster-design.de
Re: text Problem [Re: aztec] #152106
09/05/07 11:27
09/05/07 11:27
Joined: May 2007
Posts: 2,043
Germany
Lukas Offline

Programmer
Lukas  Offline

Programmer

Joined: May 2007
Posts: 2,043
Germany


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