Hi!
I'm stuck with the List Object.
I checked on the Dock, and we can select in item by Index :
construct.net/make-games/manuals/construct-3/plugin-reference/list
So for exemple, if my List is :
- Apple
- Banana
- Peach
I can chose Peach by using "select by index (2)", everything is good from now.
But here is my problem, what if I want to select an item by using text ?
For exemple, I want my list automaticly select the item with name "Peach", and it will automaticly select the item index 2.
I found nothing for that, and that's really boring since I'm creating a Level Editor for my games, and I need to Load some data like this.
Hope you'll be able to help me!
Thanks a lot!