I have something similar I want to do, but this seems awfully complicated for it. All I want to do is click a Found Image button and if the button is not found click on a certain location on the screen. I put the two clicks in an iff-then-else. My test is whether after the first click %ActionResult% is OK. If the first click works, I terminate the macro. If it doesn’t, I want to execute the else clause. However, when the first click doesn’t work the macro just stops.
Is this a KM 7 thing? I can’t find the gear. I should have specified that I was still running KM 6 on 10.8. (With all the upgrades to the very many applications and utilities I use, I haven’t found any real reason to upgrade OS X – though I almost needed to for an Xcode projject. KM 7 might just put me past my resistance to 10.10.)
I'm a very late adopter when it comes to OS upgrades. I waited almost a year to upgrade to Yosemite, and it can tell you that it is well worth it. At this point you shouldn't see any OS issues or compatibility issues (except for apps that have been abandoned).
####All of the great new features in KM7 are alone a great reason to upgrade.
Looking for something else I stumbled on a forum item that mentioned the found image condition. I didn’t know about that – in fact, I didn’t realize that there was such a rich range of conditions that could be performed in the if-then-else. So I don’t need the click-test-else click strategy – I just need to test for found image, then click it if found and click the other button if not.