0 Members and 1 Guest are viewing this topic.
You spelled it right.Since Axe doesn't support floating point numbers, it uses neither Degrees nor Radians. Rather, the input, in range 0-255, corresponds to 0-2*pi radians and the output, in range -128 to 127, corresponds to -1-1.Edit: 300th post!
.CIRCLEFor(X,0,255Pxl-On(cos(X)//4+48,sin(X)//4+32End
thanks calcdude! it's been modified for my purposes but i doubt i would've come up with that code on my own. EDIT: the inside of your sprite gif looks like a perfect circle, though.