WhiteShadow
08-30-2006, 05:03 AM
function InAMatrix : Boolean;
var
b : array[0..3]of TPoint;
Int, i : Integer;
begin
b[0].x:= 81; b[0].y:= 101;
b[1].x:= 603;b[1].y:= 53;
b[2].x:= 455;b[2].y:= 304;
b[3].x:= 697;b[3].y:= 108;
for i:= 0 to 3 do
begin
if(GetColor(b[i].x, b[i].y) = 0)then
Int:= Int + 1;
end;
if(Int = 4) and (FindColorTolerance(x, y, 1777228, 182, 92, 332, 200, 25))then
Result:= True;
end;
Results true if your in a tele matrix. I need an account to solve the matrix. x( My cat came and messed with my computer and when I came back it was solved. >[
var
b : array[0..3]of TPoint;
Int, i : Integer;
begin
b[0].x:= 81; b[0].y:= 101;
b[1].x:= 603;b[1].y:= 53;
b[2].x:= 455;b[2].y:= 304;
b[3].x:= 697;b[3].y:= 108;
for i:= 0 to 3 do
begin
if(GetColor(b[i].x, b[i].y) = 0)then
Int:= Int + 1;
end;
if(Int = 4) and (FindColorTolerance(x, y, 1777228, 182, 92, 332, 200, 25))then
Result:= True;
end;
Results true if your in a tele matrix. I need an account to solve the matrix. x( My cat came and messed with my computer and when I came back it was solved. >[