Thanks so much Khris! I ended up doing something similar to what you suggested and it worked! This is what I did:
Code: ags
function repeatedly_execute_always()
{
GUIVariable = GUIControl.GetAtScreenXY(mouse.x, mouse.y);
if (GUIVariable == lblScissors){
lblAction.Text = "fabric scissors";
}
}