Okay, a last question
For the normal array object:
In my selfmade .cap, where I record my x position, I created my array.
I've set the index to global('Step'). And "Step" will increase at any movement
the player makes. So the array record at the 6th step that I make, the 6th
x position. I made "on key is down "T", the global('Step') is allways 5!
And at every second when I press T and,my text will give me allways (for example) 52. Because on my 5th move I was on x=52. I could easy change my .cap to replay or rewind any move.
I only have to say: global('Step') begin at 0 and +1 for every step or just -1 at the index you are right now.
Sorry for that long text...
Now with the S-plugin
if I look at the currently "index", with allways -> text set to -> S.n({"warpX",5})
I not getting allways the position I made on the 5th step. I get an updated
value, that shows the currently x position and changes if I move.
edit: tulamide, I saw you are from germany, I could sent you a pm in german.
Maybe you understand then better what I mean, because my english isn't the best.