Page 1 of 1

View's Coordinates

PostPosted: Sun May 16, 2004 3:26 pm
by ingsan
Hello everyone :D

I'm posting this question just to be sure that what I'm doing is good ...

Am I right when I write that :

FarEast of view = view.width;
FarWest of view = xscreen;
FarNorth of view = yscreen;
FarSouth of view = view.height;

:?:
Thanks for the help !
See you :P

PostPosted: Sun May 16, 2004 3:47 pm
by makslane
xscreen and yscreen are your actor position in screen coordinates

PostPosted: Sun May 16, 2004 3:57 pm
by ingsan
Ok. So what are the Far Left and Far Up of my view called ?
Should I say instead that view.width = 0 and view.height = 0 ?

PostPosted: Sun May 16, 2004 8:43 pm
by makslane
x and y

PostPosted: Sun May 16, 2004 9:54 pm
by ingsan
:? Ok, now I got it !
Thanks Again :P