0 Members and 1 Guest are viewing this topic.
For(A,Y',Y") //Y' is the starting Y coordinate and Y" is the ending. For(B,X',X") //Same deal. X' is starting X coordinate and X" is the ending coordinate.If pxl-Test(A,Bpxl-On(A±C,B±D //C and D are used to shift the image into the spot you want. Say the image is at (32,36) and pxl-Off(A,B //you want it at (0,0). C would equal -32 and D would be -36.EndEnd
For(A,Y',Y" //Y' is the starting Y coordinate and Y" is the ending. For(B,X',X" //Same deal. X' is starting X coordinate and X" is the ending coordinate.If pxl-Test(A,BThenpxl-On(A±C,B±D //C and D are used to shift the image into the spot you want. Say the image is at (32,36) and pxl-Off(A,B //you want it at (0,0). C would equal -32 and D would be -36.EndEndEnd