I have three text objects, each one of them has a instance variable named "Difficulty" with these values 0,1,2.
How can i pick one based on its instance variable?
I tried:
for each Object
- compare instance variable :: destroy
(does nothing)
compare instance variable :: destroy
(does nothing as well)
Is this even possible in construct?
Thank you very much