I have 2 instances of sprite "dot" in the layout. "dot" has a string variable "num".
first instance's variable value is "1,2,4,7" and second instance's variable value is "3,7,8,9".
Now in the event sheet How can I find matching number of both instance. Like in above two values 7 is matching.
I know it can be done using tokenat expression but how to compare two instance of same image.