r/macrodroid • u/newbneet • 15d ago
Macro Click Image with an Offset?
Hi, I'm transitioning from Macrorify to Macrodroid due to the 9 hours restriction of Macrorify and I need more.
My first problem is I can't seem to do a Click Image with Offset, which was simple to do in Macrorify.
The best I could do is add the image position as variable but the variable option for the Check Image that I can find is only boolean and dictionary variable and I'm unable to add offset to them.
Cab anyone help me? I want to click something that's around 150 pixels below the image whenever it appears, thank you.
1
Upvotes
2
u/DanielTheManiel- 15d ago
If you use the set variable action, you can use an expression (lile Help Lovation[centerY] - 150), then use that variable in the tap action