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 (AndrewAMD, TipmyPip), 13,353 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
HILFE #249197
01/31/09 22:23
01/31/09 22:23
Joined: Jan 2009
Posts: 9
yusunj Offline OP
Newbie
yusunj  Offline OP
Newbie

Joined: Jan 2009
Posts: 9
ich will ein script für die kreis berechnung machen hab auch glaub ich alles richtig aber wenn ich die vars dann sichtbar machen will sagt der immer (bad keyword in)


var r = 0;
var d = 0;
var U = 0;
var pii = 3.14;

PANEL* aaa_pan =
{
digits(41, 41, "r = %0.f", *, 1, d);
flags = VISIBLE;
}


function main ()
{
screen_color.blue = 150;
while (1)
{
r = d / 2;
d = 2 * r;
U = 2 * r * pii;
wait (1);
}
}



Last edited by yusunj; 01/31/09 22:23.

i want to create a game
never seen before
but i got some problemes
now im here xD
Re: HILFE [Re: yusunj] #249287
02/01/09 15:58
02/01/09 15:58
Joined: Aug 2008
Posts: 2,838
take me down to the paradise c...
Cowabanga Offline
Expert
Cowabanga  Offline
Expert

Joined: Aug 2008
Posts: 2,838
take me down to the paradise c...
Wanna help?? TYPE IN ENGLISH!!

Re: HILFE [Re: Cowabanga] #249290
02/01/09 16:11
02/01/09 16:11
Joined: May 2007
Posts: 2,043
Germany
Lukas Offline

Programmer
Lukas  Offline

Programmer

Joined: May 2007
Posts: 2,043
Germany
Du musst das Script als *.c-Datei speichern, nicht als *.wdl. wink

Re: HILFE [Re: Lukas] #249321
02/01/09 18:36
02/01/09 18:36
Joined: Jan 2009
Posts: 9
yusunj Offline OP
Newbie
yusunj  Offline OP
Newbie

Joined: Jan 2009
Posts: 9
danke danke danke es klappt

kann mir auch jemand sagen wie ich es hinkrieg das pii ne komma zahl is ?

Last edited by yusunj; 02/01/09 19:35.

i want to create a game
never seen before
but i got some problemes
now im here xD

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