0 Members and 1 Guest are viewing this topic.
The Axe language in general has very high similarity to both Assembly and Basic, so a strong background in either one will definitely help with programming. An assembly tutorial will have some very useful information for you about how some things actually work and a Basic tutorial would help with program flow since the syntax is similar, however the optimizations are completely different and hardly any basic "tricks" can actually be carried over. What programming languages do you have a background in?
has anyone made an input routine though?
Just [another] quick question: How do you do grayscale in Axe?
DispGraphr:Buffer BackBuffer Color0 0 White0 1 Grey1 0 Black1 1 Black
DispGraphrr:Buffer BackBuffer Color0 0 White0 1 Light Grey1 0 Dark Grey1 1 Black