| Author |
Message |
Simon Gomizelj (Cimnik)
| | Posted on Tuesday, June 11, 2002 - 6:28 pm: | |
i am writing a omega chess variant game, based on someone elses code. it is a hybird between mini chess and omega chess and it is played on a 6x6 grid. Anyways, i an wondering how to code the (start-rectangle). In the help topic in Zillions, all it says it left, top, right, and bottom. All I want to know is from where? can someone please help me? Simon |
Karl Scherer (Karl)
| | Posted on Saturday, June 29, 2002 - 6:02 pm: | |
Hi Simon, the coordinates are relative to the top left corner, which has pixel coordinates (x,y)=(0,0), where positive x is running to the right and positive y is running down the screen. I hope that helps. Cheers, Karl |
|