Let's say in an
exprssison I want to get the "X" position of the "Sprite1.Variable 1", to be changed by a Value like "Pos"
the only way so far is instead of using the Variable1, is to use the index where the Index number becomes Pos ex:
Sprite(Pos).X
what would be the other way of accessing that sprite in an expression
using the Variable1 instead of the index#?