Ok so I need some help!
As you see in the screenie, the goomba snaps down to each line. I am trying to fix this by setting it so if the (a-x axis,b-y axis) :(pxl-test(a,b+8)=0 and pxl-test(a+7,b+8)=0) :b+1->b This should work but it isn't. here is my current code....please help me get it to work!
:repeat getkey(15)
:bunch of stuff
:display graph
:bunch of stuff with the getkeys
:end
:pt-change(A,B,pic1B) //pic1B is the goomba sprite
:A-1->A
:(pxl-test(A,B+8) and pxl-test(A+7,B+8)
:If (pxl-test(A,B=8)=0 and pxl-test(A+7,B=8)=0)
:B+1->B
:End
:pause 20
:pt-change(A,B,pic1B)
:End
If you see the problem(s) please tell me what to fix! I think it's an order problem, but im not sure.