Ok, findcolor will just find the color you specify, and store the position in the variables x and y(or any other variables you use).. FindColorSpiralTolerance will find the color you specify in a spiral with a tolerance, hence the part of the name "SpiralTolerance" And a reason to use MMouse is to move to that specific color, and if you want it to check the uptext of that you could do something like this..
Code:
If FindColorSpiralTolerance(x, y, 797668, MSX1, MSY1, MSX2, MSY2, 5)then
Begin
MMouse(x, y, 2, 2);
If IsUpText('ine') then
Mouse(x, y, 2, 2, True);
End;
Otherwise you can just use Mouse.