I'm having a problem with arrays
I started by making my array directly on events, just to test my game
<img src="http://i52.tinypic.com/15qt18p.png">
Then I moved on to creating it on a separate file, so I made an array editor:
<img src="http://i55.tinypic.com/2ch9xk3.png">
But then the game stoped working
I saved both arrays, and they happen to have different sizes:
<img src="http://i51.tinypic.com/wguhbn.png">
And different content:
<img src="http://i54.tinypic.com/bex1j5.png">
But I loaded each of them into my array editor and both showed the same numbers
Why is this happening?