You could reduce the number of events here; fewer lines of code would be more efficient to work with (maybe not the efficiency you're after though!)
Touch: On tap gesture on TagText
---> TagText: TAGOrder_Text is between 1 and 3
------> System: Pick all TagText ... TagText Set font colour to rgbEx(0,0,0)
------> ... TagText Set font colour to rgbEx(0,0,0)
Initially, I thought it would be quite challenging, assuming we would need to use a loop. However, the solution you provided is much easier and efficient. Thank you. It works.
Just one doubt, generally what should I put for the value? I understand that in my specific case, since I have 3 TagText items, I should put Lower: 1 and Upper: 3. However, when it comes to the the value, I put 1 and it works fine.