Gamestudio Links
Zorro Links
Newest Posts
AlpacaZorroPlugin v1.3.0 Released
by kzhao. 05/22/24 13:41
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
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
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
4 registered members (AemStones, AndrewAMD, gamers, Kingware), 1,679 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
LucasJoshua, Baklazhan, Hanky27, firatv, wandaluciaia
19054 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
questions on flags in manual #249942
02/04/09 23:52
02/04/09 23:52
Joined: Apr 2006
Posts: 737
Ottawa, Canada
O
Ottawa Offline OP
User
Ottawa  Offline OP
User
O

Joined: Apr 2006
Posts: 737
Ottawa, Canada
Hi!
I've been modifying my document "Flags at a glance"
because you have changed VISIBLE to SHOW (great :))
and I have a few questions.

Q 1
Is znear a good flags for Panels?
In the following example :

Quote:

Help -- Contents -- Game Programming -- Engine Objects -- Entity -- Flags

LC In lite-C several flags can be set an reset in one single statement:
mypanel.flags |= (SHOW | LIGHT | ZNEAR);
set(mypanel, SHOW | LIGHT | ZNEAR);


I think that the following should be changed to avoid confusion
This example of panels is mixed up with entities.

Q 2
Is entity.flare still set with : my.flare = ON;
Is there a Lite-C way of setting this flag?

Q 3
Could you solve the issue of enable_render?
when searching for Enable_render in the search section
I looked under ---> event -->and I found : flags = ENABLE_RENDER;
Is this example for Lite-C?
I looked under ---> material.event --> and I found : mtl.enable_render = on;
Is this example for Lite-c or Cscript?

Q 4
Is there a Lite-C flags mode for sky_blend?

Q 5
Is this true? 10 > 5

Quote:

> True if the expression right of the operator is greater than the expression left of the operator.
>= True if the expression right of the operator is greater than or equal to the expression left of the operator.
< True if the expression left of the operator is greater than the expression right of the operator.
<= True if the expression left of the operator is greater than or equal to the expression right of the operator.

because the examples are of the same type as
Code:
i = 0;
  while (i < 7) // repeat seven times


Ottawa smile


Hope this helps!
Ottawa laugh

Ver 7.86.2 Pro and Lite-C
Re: questions on flags in manual [Re: Ottawa] #249986
02/05/09 11:30
02/05/09 11:30
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt
Thanks for the info! All those pages will be removed resp. fixed.

Re: questions on flags in manual [Re: jcl] #250020
02/05/09 14:23
02/05/09 14:23
Joined: Apr 2006
Posts: 737
Ottawa, Canada
O
Ottawa Offline OP
User
Ottawa  Offline OP
User
O

Joined: Apr 2006
Posts: 737
Ottawa, Canada
HI!

Thanks.
Will make arrangements to post the new document.


Hope this helps!
Ottawa laugh

Ver 7.86.2 Pro and Lite-C

Moderated by  aztec, Inestical, Matt_Coles, Tobias 

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