Re: A83: Pixel testing!?


[Prev][Next][Index][Thread]

Re: A83: Pixel testing!?




you may not want this b/c it's basic

:pxlTest(x,y)
:If 1
:Then
:goto A
:End
:If 0
:Then
:goto B
:End


Follow-Ups: