I needed to use an array on another layout (for the tutorial of the game) and I copied the "functions" to fill the array with values and I noticed with the Chrome console plugin that they where empty.. why?
On the main layout the works like a charme, on the "secondary" layout the do not, I understood that now arrays are globally available everywhere, did I miss something?
Thanks