Re: LZ: Wierd thing


[Prev][Next][Index][Thread]

Re: LZ: Wierd thing



Frank wrote:
> 
> I was starting to program some things when i noticed some wierd things... if
> someone can explain what i did wrong to make them happen id appreciate it...
> for some reason when i load my Y-COORD as 50 it shows up lower on the screen
> the 10, but when i increase the y coord the point still goes up??? HUH??


This took me a little while to realize, too. The point (0,0) is actually
at the top left corner of the screen. So as you work your way down
and/or to the right, the x/y coordinate will grow larger.


Also, if you pick a point that is out of range, it will probably just
wrap onto another location on screen..that or freeze the calculator. ;)
<pre>
-- 
Greg Hill
http://braves.bhs.davis.k12.ut.us/
ghill@lab.tech.bhs.davis.k12.ut.us
greg_hill@email.state.ut.us
</pre>


References: