hey all,
i have the same problem that Nikousek had in php http://www.hackthissite.org/forums/viewtopic.php?f=19&t=1612&sid=ae6aec6b9c1b08476b1cc39dafbaf279 there- although since that was php and the thread was pretty much finished i though i should make a new one. For everyone that hasn't read that topis- my problem is that java's coordinate system has its origin at the top left hand corner of the screen- so positive y is down and and positive x is right- however for this mission they use the normal cartesian plane where the origin is at the bottom left hand corner of the screen- postive y is up and positive x is right.
My question is how would i go about changing this? is there a way to change the coordinate system or do i have to adjust each y value of the data? (x values would stay the same since positive x is always right)? and would you please sugest any feasible way of doing this. Thanks in advance
~ELJONTO

