0 Members and 1 Guest are viewing this topic.
You might want to use vars other than X and Y for coords, the OS uses X and Y for some graphing stuff and some drawing commands modify them, this causes problems that don't exist when you use any vars other than X/Y.
First off, ~doesn't equal symbol~ can be replaced by !=, which is much easier to type. Secondly, the commands use a lowercase 'l' not the number '1'. about the code, you seem to use pxl-Test( and then Pt-On(. Pt-On( is for drawing sprites, which I doubt that you are trying to do at the moment. You should probably use Pxl-On( instead.