Hey, just a quick question for ya! Is it possible to pick a private variable using an expression, not having to write the actual name?
For example: Set text to sprite.value(global('something'))
Develop games in your browser. Powerful, performant & highly capable.
This is not possible, sorry. You could try something like a hash table in a container with the object for that though.