About Store Forum Documentation Contact



Post Reply 
Console Mode / Log System
Author Message
BlackBurn Offline
Member

Post: #1
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
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
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
Find all posts by this user Quote this message in a reply
BlackBurn Offline
Member

Post: #3
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
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
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
Find all posts by this user Quote this message in a reply
BlackBurn Offline
Member

Post: #5
Re: Console Mode / Log System
Oh, thanks, that seems to serve the purpose smile
05-25-2009 08:00 PM
Find all posts by this user Quote this message in a reply
Post Reply