I have added an option of change different graphics for different themes.
SettingGraphic = 1, 2, 3 etc
and then I make animations in the sprite like these "1Solid", "2Solid" etc...
It works well to do like this: (Set Animation action)
SettingGraphic & "Left"
But NOT this: (pick by Evaluate condition)
TileSprite.AnimationName= SettingGraphic & "Left" - giving type mismatch or other objections.
I hope it is still possible to do this, but formatting it other way?