I noticed too they're not serial (which poses great doubts when programming them) so only the first suggestion can work.
e.g. I tried that macro:
1) show/hide the interface
2) screenshot JPG
3) show/hide the interface
it didn't work, as screenshots was taken with the interface visible -__-"
No logic I can figure to not having serial execution of the steps (and their effects, obviously)
Should be
action 1
-> effect 1
action 2
-> effect 2
... and so on
but it seems to me it was
action 1
action 2
action N
-> effect 1
-> effect 2
-> effect N
:-/
At least one should choose if to parallelize or serialize the execution ç_ç
e.g. I tried that macro:
1) show/hide the interface
2) screenshot JPG
3) show/hide the interface
it didn't work, as screenshots was taken with the interface visible -__-"
No logic I can figure to not having serial execution of the steps (and their effects, obviously)
Should be
action 1
-> effect 1
action 2
-> effect 2
... and so on
but it seems to me it was
action 1
action 2
action N
-> effect 1
-> effect 2
-> effect N
:-/
At least one should choose if to parallelize or serialize the execution ç_ç