Hi!
Here's my problem.
I have a array in layout2.
My game starts with layout1.
So I can't access or change data in my array in layout2.
My Array is Global, but I guess that if it wasn't loaded at least once, I can't access it. anyway, it doesn't work.
I'd like to do that, be able to access and change the data in my array.
So I thought that I need to move the Array to layout1, but... how do I do that ??
Thanks