Hi all,
My question is, I have a sprite named Person with many animations representing different people. I want my player to interact with this sprite and have text appear with a preset response from this sprite depending on the animation playing. I was trying to do that with something like: set global variable("Person_"&Person.animationName) and then call set text(Person.global variable) (This global variable has the name of the instance variable wanted) But I'm not able to do that. Any Ideas? Thanks in advance!