I want to make a sikuli script that can track a object that rotates and hides behind another object, just like a "find the ball" game. Is it possible? If it is, how can i achieve it? Maybe even a way to execute another script via sikuli would do the job, solving it externally.
I tried tracking the object with the mouse using a "while exists" script, but since the object is always in different angles, it just crashes
Thanks