Hi,
I'm trying to obtain an x value for an expression which goes as follows:
Sample array:
dogs 1 2 3
rabbits 2 2 3
Expression:
On listbox entry 'rabbits total' selection:
>set text to: the array index of "rabbits" at x=2
an expression for this would help a lot as i'll be adding and removing rows as the game progresses and rows will be moving up and down, so using an expression which searches for the "rabbits" entry instead of pointing to a specific xy position would be amazing.
Thanks for any help.