The zero point for both the X and Y axes is the upper left corner of the screen.
positive increments move right and down. Just like reading a book from the upper
left corner, across the page, then down to the bottem right hand corner. They
could move negatively, left and up, but may move off screen if they pass 0 in
both planes.
Also in Flash since this is a Flash forum
The stage (visible part of a movie) is 0,0 in the top left corner and
Symbols register 0,0 in their middle to allow for positioning center points
relative to others.
--
Lon Hosford
www.lonhosford.com
May many happy bits flow your way!
"v_teo" <webfor...@macromedia.com> wrote in message
news:dkj152$lcj$1...@forums.macromedia.com...
Seriously, I'm just as curious now why differ the system's coordinate plan
from a long established cartesian coordinate system. It doesn't seem to offer
any advantages and since most people are familiar with the cartesian system, it
actually impedes those educated to such.
CRTs draw a picture to the screen from left to right, top to bottom, starting at
the upper left corner. My guess is that would be the reason for the XY origin
being in the upper left corner. Because a CRTs electron gun will never have to
draw "off screen", there isn't a need for negative numbers.