0 Members and 2 Guests are viewing this topic.
except that axe won't work well with floating points, which the command uses a ton of.
Thats why, when i figure a couple of bugs out with EAS, I am planning on useing Pxl_On to make a circle if i can.For( M,(some equation),(some equation)Pxl_On(N,Oend.Note: I just chose random variables, in no way do they correspond with the program.
Quote from: happybobjr on October 03, 2010, 05:52:32 pmThats why, when i figure a couple of bugs out with EAS, I am planning on useing Pxl_On to make a circle if i can.For( M,(some equation),(some equation)Pxl_On(N,Oend.Note: I just chose random variables, in no way do they correspond with the program.But even that might not match perfectly with the BASIC circle (you noticed how it overlapped some pixels, right?). You should probably use the OS routine, but you'd need to use the Asm( command for that.