
I'm having a hard time with my clones and ChangeAnimation. Individually their perfect, bu ewhen you put them together, their tough... Let me tell you what the problem is:
k, I have a board, in GE it's built up with an actor and it has clones. Each clone has many animations to choose from... (86, but that doesn't matter)
Now behind the scenes I have an array, the size of the board, that stores all data required to keep the board going. But let's say there was a change made on the board that also effects the animation of the corresponding clone...
Here's where it get's tricky: since the place where this action happens on the board is expressed with a variable, you cannot say ChangeAnimation("actor.intvariable", "animname" FORWARD); cause there's no such thing as intvariable for an actor, and as we know, cloneindex is read-only...
What's the trick to solve this problem?
PS: I'm trying to do this in a way, so I don't have to use Draw Actor, that's why it is complicated...
Thanx for your help! Thanx
