hello
does anybody know how to declare a global array and then how to refer to it? I tried _global.board = new Array(10); but when I refered to it like a normal array board* = 12; inside a function i got this error “access of undefined property board”
does anybody have any ideas?