Search found 127 matches

by turshija
Mon Feb 19, 2007 6:49 pm
Forum: General discussion
Topic: The New Question about ZGE :)
Replies: 5
Views: 9376

Well I need arrays and some kind of structs ... structs are same as records in pascal... i have intention to make record named SnakeBody that has X and Y and make array of it like 1..MaxSnakeLength of SnakeBody but since its not supported in ZGE, I should wait a little bit ;) and one more question i...
by turshija
Sun Feb 18, 2007 8:55 pm
Forum: General discussion
Topic: The New Question about ZGE :)
Replies: 5
Views: 9376

The New Question about ZGE :)

I would like to know how to make something that would in C look like this:

struct {
int x;
int y;
} something;

and then in variables I add
something bla[5];

and use it with
bla[1].x = 5
by turshija
Sun Feb 18, 2007 1:38 pm
Forum: General discussion
Topic: The new tutorial preposition
Replies: 0
Views: 6528

The new tutorial preposition

I think it would be nice to explain how to connect two models into one ...
and I have started developing some kind of Snake game in ZGE ill add it here on forum when I enter some playable stage :)
by turshija
Sun Feb 18, 2007 12:47 pm
Forum: General discussion
Topic: Question about ZGE
Replies: 2
Views: 6556

Ok, maybe I understand that ....
Now I am trying to create new version of my own game by modifying tutorial 3 :)

really great program ...
by turshija
Sat Feb 17, 2007 5:41 pm
Forum: General discussion
Topic: Question about ZGE
Replies: 2
Views: 6556

Question about ZGE

In tutorial 3 we have something like this * Add a DefineCollision component to OnLoaded on App. * Set the following properties: - Comment = Player vs Walls - Cat2 = 1 what is Cat2 ? why did you put Cat2 to 1 and not Cat1 ? when I set Cat2 to 0 and Cat1 to 1 I get the same thing .... help please :) B...
by turshija
Sat Feb 17, 2007 4:30 pm
Forum: General discussion
Topic: A bug or something
Replies: 1
Views: 5979

A bug or something

Ok i have found some kind of bug ...

i have recorded it and attached on post ...

it just starts spamming: Refresh Mesh ....
by turshija
Sat Feb 17, 2007 9:44 am
Forum: General discussion
Topic: ZGameEditor first experience
Replies: 1
Views: 5671

ZGameEditor first experience

I have just tried the ZGameEditor on first tutorial and it looks really nice ...
Program for making games without programming, I know many people that would like to join this project :)

Cheers
Boris