
Working on a script where I capture a change of left and or top, and they both call the same function. However, I only want to execute the function once if both left and top change in the same frame. I can't think of a good strategy to abort or skip the second function call.