I have read the help files and all that but ended up confusing me a bit more. What I'm trying to do is make a macro that will click Up Down Left or Right depending on the color of the given location. I'm not sure if it possible but to give more detail would be that if the red is at the top part it will click the up button and if the red is in the down spot it will click down and so on. I'm not insanely sure on how to do it I've saw some other similar posts but were for different things. I feel kind of stupid for not being able to figure out this.
LoadRGB 266, 285
{DOWN}
Delay 100
LoadRGB 266, 271
{UP}
Delay 100
LoadRGB 260, 278
{LEFT}
Delay 100
LoadRGB 272, 278
{RIGHT}
Delay 100
Thats what I did and feel stupid
