BlackBurn
Member
|
Console Mode / Log System
Do we have a Console mode or a Log System to display the functions calling or the dynamic value changes for debugging purpose?
|
|
05-25-2009 06:55 PM |
|
Esenthel
Administrator
|
Re: Console Mode / Log System
you can use the 'Log' function for file logging, or just display text on the screen using D.text(x,y,text);
|
|
05-25-2009 06:57 PM |
|
BlackBurn
Member
|
Re: Console Mode / Log System
ok, I was tryin out with the function. What's the range of the screen co-ordinate's system?
x : -1 to 1 ?
y : -1 to 1 ?
|
|
05-25-2009 07:24 PM |
|
Esenthel
Administrator
|
Re: Console Mode / Log System
its in the documentation
X: -D.w() .. D.w()
Y: -D.h() .. D.h() (unless you specify otherwise Y is always in the range -1..1)
|
|
05-25-2009 07:44 PM |
|
BlackBurn
Member
|
Re: Console Mode / Log System
Oh, thanks, that seems to serve the purpose
|
|
05-25-2009 08:00 PM |
|