Gamestudio Links
Zorro Links
Newest Posts
New FXCM FIX Plugin
by flink. 06/04/24 07:30
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
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
3 registered members (AndrewAMD, Akow, 1 invisible), 1,499 guests, and 11 spiders.
Key: Admin, Global Mod, Mod
Newest Members
AemStones, LucasJoshua, Baklazhan, Hanky27, firatv
19058 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
search of flags #239885
12/08/08 00:11
12/08/08 00:11
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'm in the process of checking my file "Flags at a glance" that I shared last year
and making modifications to it so that it will be compatible with 7.60.

Before I post it again I would like to check the following information :

question 1 : NARROW

Does TEXT still have the NARROW flag.
It is not in the list under flags (text) but is in the example.

question 2 : CUBE

The definition says
flag (flags2, sky definition only)

The example says
flags = CUBE | VISIBLE;


Comment on particles :
I found the information and the list of flags on Flags(view), flags(text), flags(panel)
but I did not find a page with flags(particle). I had to look all over.

Comment title for a page
There are a least 2 pages that have the same title but not the same information.
2 pages comme up under flags

Michel in Ottawa smile

Re: search of flags [Re: Ottawa] #239906
12/08/08 08:04
12/08/08 08:04
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt
"NARROW" was a mistake in the manual - this will be fixed.
"flags2" exists in lite-C only, not in C-Script.
Particle flags are listed in the particle chapter, not on a single page.

Re: search of flags [Re: jcl] #240016
12/08/08 20:08
12/08/08 20:08
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 Jcl!

Thanks for the information

The document will be available by the end of the week
for sharing.

Michel in Ottawa

Re: search of flags [Re: Ottawa] #240207
12/09/08 23:45
12/09/08 23:45
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!
Work continuing on the flags at a glance paper.

I was testing the ZNEAR flag for the first time and found on page ZNEAR
Code:
  
my.ZNEAR = on;
set(my.ZNEAR); // typo is .

Should be
Code:
my.ZNEAR = on; // for C-Script
set (my,ZNEAR); // a comma for Light-C

Ottawa smile

Re: search of flags [Re: Ottawa] #240269
12/10/08 10:31
12/10/08 10:31
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt
Thanks - will be fixed.


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