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
4 registered members (NewbieZorro, Grant, TipmyPip, AndrewAMD), 13,346 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
Help with Workshop #141144
07/15/07 02:48
07/15/07 02:48
Joined: Jul 2007
Posts: 1
E
Envion Offline OP
Guest
Envion  Offline OP
Guest
E

Joined: Jul 2007
Posts: 1
I just recently started using Lite-C, and decided to go through the Workshops first to get a feel for it. But when i get to "Workshop 02", i only get the blue screen without the letters/numbers on it. Can somebody help me please?

Re: Help with Workshop [Re: Envion] #141145
07/15/07 04:36
07/15/07 04:36
Joined: Mar 2006
Posts: 3,538
WA, Australia
J
JibbSmart Offline
Expert
JibbSmart  Offline
Expert
J

Joined: Mar 2006
Posts: 3,538
WA, Australia
looking at that workshop, the syntax looks wrong (at least for the latest version.

try changing the following:
Code:

PANEL pDisplay


to this:
Code:

PANEL* pDisplay =



if that still doesn't work, try doing "flags |=" instead of "flags =", but i don't thank that should be a problem.

julz


Formerly known as JulzMighty.
I made KarBOOM!
Re: Help with Workshop [Re: JibbSmart] #141146
07/16/07 06:34
07/16/07 06:34
Joined: Aug 2005
Posts: 10
bconyne Offline
Newbie
bconyne  Offline
Newbie

Joined: Aug 2005
Posts: 10
Yep, there's definitely a problem displaying text in the early workshop lessons - I posted about this as well (see "Not Seeing Text from digits()...", above). Seems to be a problem finding the standard font for some reason.

Haven't heard anything official from the 3DGS guys - probably needs to be file on the Bug List forum.

--BobC

Re: Help with Workshop [Re: bconyne] #141147
07/16/07 10:54
07/16/07 10:54
Joined: Mar 2006
Posts: 3,538
WA, Australia
J
JibbSmart Offline
Expert
JibbSmart  Offline
Expert
J

Joined: Mar 2006
Posts: 3,538
WA, Australia
Code:
PANEL* axis =
{
digits(10,10,6.3,*,1,abs_axis.x);
digits(10,20,6.3,*,1,abs_axis.y);
digits(10,30,6.3,*,1,abs_axis.z);
flags |= (VISIBLE);
}


abs_axis is a globally declared VECTOR.
this snippet works fine, with standard font. latest version of a7 (which should be the equivalent of standalone lite-C 1.04).

julz


Formerly known as JulzMighty.
I made KarBOOM!

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